Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
Date: Sat, 02 Mar 2019 19:44:27
Message-Id: 1551555852.309d8676a2806ae89ecb06d4c443e9827c30039b.pacho@gentoo
1 commit: 309d8676a2806ae89ecb06d4c443e9827c30039b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 19:12:25 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 19:44:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309d8676
7
8 app-arch/afio: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-arch/afio/afio-2.5.1-r1.ebuild | 32 --------------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
17 deleted file mode 100644
18 index 3f2b5791d5f..00000000000
19 --- a/app-arch/afio/afio-2.5.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Afio creates cpio-format archives."
30 -HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio"
31 -SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
32 -
33 -LICENSE="Artistic LGPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
36 -
37 -PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
38 -
39 -src_configure() {
40 - tc-export CC
41 -}
42 -
43 -src_install() {
44 - dobin "${PN}"
45 - doman "${PN}.1"
46 - dodoc ANNOUNCE-* HISTORY README SCRIPTS
47 -
48 - local i
49 - for i in {1..4}; do
50 - docinto "script${i}"
51 - dodoc -r "script${i}"/.
52 - done
53 -}