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-forensics/afflib/
Date: Mon, 18 Feb 2019 21:24:04
Message-Id: 1550525015.c6d2748432f8478839d495000ada231f2c07779a.pacho@gentoo
1 commit: c6d2748432f8478839d495000ada231f2c07779a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 21:28:44 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 21:23:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d27484
7
8 app-forensics/afflib: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-forensics/afflib/Manifest | 2 -
14 app-forensics/afflib/afflib-3.7.17.ebuild | 65 -----------------------------
15 app-forensics/afflib/afflib-3.7.8.ebuild | 69 -------------------------------
16 3 files changed, 136 deletions(-)
17
18 diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest
19 index c77eff69a71..98001a38087 100644
20 --- a/app-forensics/afflib/Manifest
21 +++ b/app-forensics/afflib/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST afflib-3.7.17.tar.gz 533720 BLAKE2B da38d29b7dedc07a7594f24e263e04645aa0f04e561af1f31e54a40c76e62d8eff0e815ee5592d1bfe2e8873fc53701f0126bf0d0b595ce2df5d61f8bb52dc8c SHA512 21067a8cb7c7b3d75f91883b2f9b1c978e055a2df6331dc68245332226d042a6b82f9f5d996e6bd1d5155de511827d5636c75ab1ee0a6957815aab3bb1cff49b
24 DIST afflib-3.7.18.tar.gz 540371 BLAKE2B 6c1837ebcb5cca97622736f38e61c35f149c045bc1a60acea455dd9059e8c60447cd8f45304fd55aa7f2e5f783d40e266a23d09b33209f9dc5441f971b8a188d SHA512 47ab74c86bbaedc2494558962f99463066e267f7a3f583902a53e1f488085a309b0d871093c67439033272c3ebf03d213649886930b9812013e66782ea84df85
25 DIST afflib-3.7.4.tar.gz 569346 BLAKE2B e296bf58499bff4d44c9f5e1dd7363b4a68581213ff04ab14ffbe35b877c8307da03fb49e967a722ad9869f6284de496b86258f1b20c7c9e6b6a6cdcf473a03f SHA512 58791388a05d614dd5f219a74173de2ff0938a1f93b21e2dd0731aca52ea544ba60cc4325f0d284937467ce600a4302b7a2f724d84710ecc7f12db1a22a8e41c
26 -DIST afflib-3.7.8.tar.gz 518399 BLAKE2B 80bc168d63ff53d8f3c60aeb2a1f0d25eec39a1d850095f694a11b755d3a0cc9765be4ed076d07cb98185e8375004d12592d14c1fc370c95a15f054d02f96a55 SHA512 a547ea459c479ccba1b4805bcbbac6f670abdccf8fe6685406d0662483a2b643652e3798e6396ecb24cfeea9bf711f636aeebb64794637ee54e7dbb62c0bdbb7
27
28 diff --git a/app-forensics/afflib/afflib-3.7.17.ebuild b/app-forensics/afflib/afflib-3.7.17.ebuild
29 deleted file mode 100644
30 index b8309939970..00000000000
31 --- a/app-forensics/afflib/afflib-3.7.17.ebuild
32 +++ /dev/null
33 @@ -1,65 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
39 -
40 -inherit autotools python-single-r1
41 -
42 -MY_PN=AFFLIBv3
43 -MY_P="${MY_PN}-${PV}"
44 -
45 -DESCRIPTION="Library that implements the AFF image standard"
46 -HOMEPAGE="https://github.com/sshock/AFFLIBv3/"
47 -SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos"
52 -IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads"
53 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
54 -
55 -RDEPEND="dev-libs/expat
56 - sys-libs/zlib
57 - fuse? ( sys-fs/fuse:= )
58 - !libressl? ( dev-libs/openssl:0= )
59 - libressl? ( dev-libs/libressl:= )
60 - ncurses? ( sys-libs/ncurses:0= )
61 - python? ( ${PYTHON_DEPS} )
62 - readline? ( sys-libs/readline:0= )
63 - s3? ( net-misc/curl )"
64 -DEPEND="${RDEPEND}"
65 -
66 -S="${WORKDIR}/${MY_P}"
67 -
68 -pkg_setup() {
69 - use python && python-single-r1_pkg_setup
70 -}
71 -
72 -src_prepare() {
73 - sed -i '/FLAGS/s: -g::' configure.ac || die
74 -
75 - default
76 - eautoreconf
77 -}
78 -
79 -src_configure() {
80 - # Hacks for automagic dependencies
81 - use ncurses || export ac_cv_lib_ncurses_initscr=no
82 - use readline || export ac_cv_lib_readline_readline=no
83 -
84 - local myeconfargs=(
85 - $(use_enable fuse)
86 - $(use_enable python)
87 - $(use_enable qemu)
88 - $(use_enable s3)
89 - $(use_enable static-libs static)
90 - $(use_enable threads threading)
91 - )
92 - econf "${myeconfargs[@]}"
93 -}
94 -
95 -src_install() {
96 - default
97 - find "${ED}" -name "*.la" -delete || die
98 -}
99
100 diff --git a/app-forensics/afflib/afflib-3.7.8.ebuild b/app-forensics/afflib/afflib-3.7.8.ebuild
101 deleted file mode 100644
102 index 0a4795a6780..00000000000
103 --- a/app-forensics/afflib/afflib-3.7.8.ebuild
104 +++ /dev/null
105 @@ -1,69 +0,0 @@
106 -# Copyright 1999-2015 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -PYTHON_COMPAT=( python2_7 )
111 -
112 -inherit autotools eutils python-single-r1
113 -
114 -MY_PN=AFFLIBv3
115 -MY_P=${MY_PN}-${PV}
116 -
117 -DESCRIPTION="Library that implements the AFF image standard"
118 -HOMEPAGE="https://github.com/sshock/AFFLIBv3/"
119 -SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
120 -
121 -LICENSE="BSD"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos"
124 -IUSE="fuse ncurses python qemu readline s3 static-libs threads"
125 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
126 -
127 -RDEPEND="dev-libs/expat
128 - dev-libs/openssl:0=
129 - sys-libs/zlib
130 - fuse? ( sys-fs/fuse )
131 - ncurses? ( sys-libs/ncurses:0= )
132 - python? ( ${PYTHON_DEPS} )
133 - readline? ( sys-libs/readline:0= )
134 - s3? ( net-misc/curl )"
135 -DEPEND="${RDEPEND}"
136 -
137 -PATCHES=(
138 - "${FILESDIR}"/${PN}-3.7.1-python-module.patch
139 - "${FILESDIR}"/${PN}-3.6.12-pyaff-header.patch
140 -)
141 -
142 -S=${WORKDIR}/${MY_P}
143 -
144 -pkg_setup() {
145 - use python && python-single-r1_pkg_setup
146 -}
147 -
148 -src_prepare() {
149 - sed -i '/FLAGS/s: -g::' configure.ac || die
150 -
151 - default
152 - eautoreconf
153 -}
154 -
155 -src_configure() {
156 - # Hacks for automagic dependencies
157 - use ncurses || export ac_cv_lib_ncurses_initscr=no
158 - use readline || export ac_cv_lib_readline_readline=no
159 -
160 - local myeconfargs=(
161 - $(use_enable fuse)
162 - $(use_enable python)
163 - $(use_enable qemu)
164 - $(use_enable s3)
165 - $(use_enable static-libs static)
166 - $(use_enable threads threading)
167 - )
168 - econf "${myeconfargs[@]}"
169 -}
170 -
171 -src_install() {
172 - default
173 - prune_libtool_files --modules
174 -}