Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/atf/
Date: Fri, 07 Sep 2018 17:18:57
Message-Id: 1536340724.4457c414398891d23bb20106de46c4b564bfdfe3.floppym@gentoo
1 commit: 4457c414398891d23bb20106de46c4b564bfdfe3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 14:54:58 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 17:18:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4457c414
7
8 dev-libs/atf: remove old
9
10 Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48
11
12 dev-libs/atf/atf-0.21.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
16 deleted file mode 100644
17 index 66e1e218e8b..00000000000
18 --- a/dev-libs/atf/atf-0.21.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit ltprune
27 -
28 -DESCRIPTION="Libraries to write tests in C, C++ and shell"
29 -HOMEPAGE="https://github.com/jmmv/atf"
30 -SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz"
31 -
32 -LICENSE="BSD BSD-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -DEPEND="virtual/pkgconfig"
38 -
39 -src_install() {
40 - default
41 - prune_libtool_files
42 -}