diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-07 07:38:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-07 07:38:40 +0000 |
commit | 4daba75e3b1e4cd13e932b844f3c650b0d1b6147 (patch) | |
tree | 057a89f80ef438ef0a73d9cfd611a3b1bcbbba89 /app-forensics | |
parent | x86 stable wrt bug #391495 (diff) | |
download | gentoo-2-4daba75e3b1e4cd13e932b844f3c650b0d1b6147.tar.gz gentoo-2-4daba75e3b1e4cd13e932b844f3c650b0d1b6147.tar.bz2 gentoo-2-4daba75e3b1e4cd13e932b844f3c650b0d1b6147.zip |
Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afflib/ChangeLog | 7 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.3.4.ebuild | 49 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.5.2.ebuild | 43 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.5.8.ebuild | 43 | ||||
-rw-r--r-- | app-forensics/afflib/afflib-3.6.8.ebuild | 43 | ||||
-rw-r--r-- | app-forensics/afflib/files/afflib-3.3.4-glibc-2.10.patch | 22 |
6 files changed, 6 insertions, 201 deletions
diff --git a/app-forensics/afflib/ChangeLog b/app-forensics/afflib/ChangeLog index 417259d8f2e4..ba2c59593409 100644 --- a/app-forensics/afflib/ChangeLog +++ b/app-forensics/afflib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-forensics/afflib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.25 2011/12/07 07:35:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.26 2011/12/07 07:38:40 radhermit Exp $ + + 07 Dec 2011; Tim Harder <radhermit@gentoo.org> -afflib-3.3.4.ebuild, + -files/afflib-3.3.4-glibc-2.10.patch, -afflib-3.5.2.ebuild, + -afflib-3.5.8.ebuild, -afflib-3.6.8.ebuild: + Remove old. 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> afflib-3.6.12.ebuild: x86 stable wrt bug #391821 diff --git a/app-forensics/afflib/afflib-3.3.4.ebuild b/app-forensics/afflib/afflib-3.3.4.ebuild deleted file mode 100644 index ebbb7b8f23fb..000000000000 --- a/app-forensics/afflib/afflib-3.3.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.3.4.ebuild,v 1.7 2011/07/24 18:23:44 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="http://www.afflib.org/" -SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="ewf fuse ncurses python qemu readline s3 threads" - -DEPEND=" - ewf? ( app-forensics/libewf ) - fuse? ( sys-fs/fuse ) - ncurses? ( sys-libs/ncurses ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - s3? ( net-misc/curl dev-libs/expat ) - sys-libs/zlib - dev-libs/openssl" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-glibc-2.10.patch -} - -src_compile() { - econf \ - $(use_enable fuse) \ - $(use_enable ewf libewf) \ - $(use_enable python) \ - $(use_enable qemu) \ - $(use_enable s3) \ - $(use_enable threads threading) - emake || die "build failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - use s3 || { - rm -f "${D}/usr/bin/s3" - } -} diff --git a/app-forensics/afflib/afflib-3.5.2.ebuild b/app-forensics/afflib/afflib-3.5.2.ebuild deleted file mode 100644 index 7ce13573d866..000000000000 --- a/app-forensics/afflib/afflib-3.5.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.5.2.ebuild,v 1.2 2011/07/24 18:23:44 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="http://www.afflib.org/" -SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="ewf fuse ncurses python qemu readline s3 threads" - -DEPEND=" - ewf? ( app-forensics/libewf ) - fuse? ( sys-fs/fuse ) - ncurses? ( sys-libs/ncurses ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - s3? ( net-misc/curl dev-libs/expat ) - sys-libs/zlib - dev-libs/openssl" -RDEPEND=${DEPEND} - -src_compile() { - econf \ - $(use_enable fuse) \ - $(use_enable ewf libewf) \ - $(use_enable python) \ - $(use_enable qemu) \ - $(use_enable s3) \ - $(use_enable threads threading) - emake || die "build failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - use s3 || { - rm -f "${D}/usr/bin/s3" - } -} diff --git a/app-forensics/afflib/afflib-3.5.8.ebuild b/app-forensics/afflib/afflib-3.5.8.ebuild deleted file mode 100644 index e6c79a39ba7d..000000000000 --- a/app-forensics/afflib/afflib-3.5.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.5.8.ebuild,v 1.2 2011/07/24 18:23:44 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="http://www.afflib.org/" -SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="ewf fuse ncurses python qemu readline s3 threads" - -DEPEND=" - ewf? ( app-forensics/libewf ) - fuse? ( sys-fs/fuse ) - ncurses? ( sys-libs/ncurses ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - s3? ( net-misc/curl dev-libs/expat ) - sys-libs/zlib - dev-libs/openssl" -RDEPEND=${DEPEND} - -src_compile() { - econf \ - $(use_enable fuse) \ - $(use_enable ewf libewf) \ - $(use_enable python) \ - $(use_enable qemu) \ - $(use_enable s3) \ - $(use_enable threads threading) - emake || die "build failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - use s3 || { - rm -f "${D}/usr/bin/s3" - } -} diff --git a/app-forensics/afflib/afflib-3.6.8.ebuild b/app-forensics/afflib/afflib-3.6.8.ebuild deleted file mode 100644 index ddd382ec293c..000000000000 --- a/app-forensics/afflib/afflib-3.6.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.5 2011/10/11 17:10:05 jer Exp $ - -inherit eutils - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="http://www.afflib.org/" -SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="amd64 hppa ~ppc x86" -IUSE="ewf fuse ncurses python qemu readline s3 threads" - -DEPEND=" - ewf? ( app-forensics/libewf ) - fuse? ( sys-fs/fuse ) - ncurses? ( sys-libs/ncurses ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - s3? ( net-misc/curl dev-libs/expat ) - sys-libs/zlib - dev-libs/openssl" -RDEPEND=${DEPEND} - -src_compile() { - econf \ - $(use_enable fuse) \ - $(use_enable ewf libewf) \ - $(use_enable python) \ - $(use_enable qemu) \ - $(use_enable s3) \ - $(use_enable threads threading) - emake || die "build failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "install failed" - use s3 || { - rm -f "${D}/usr/bin/s3" - } -} diff --git a/app-forensics/afflib/files/afflib-3.3.4-glibc-2.10.patch b/app-forensics/afflib/files/afflib-3.3.4-glibc-2.10.patch deleted file mode 100644 index b3ea15caed8c..000000000000 --- a/app-forensics/afflib/files/afflib-3.3.4-glibc-2.10.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up afflib-3.3.4/tools/afverify.cpp.gcc44 afflib-3.3.4/tools/afverify.cpp ---- afflib-3.3.4/tools/afverify.cpp.gcc44 2008-07-21 06:25:29.000000000 +0200 -+++ afflib-3.3.4/tools/afverify.cpp 2009-03-02 12:48:59.000000000 +0100 -@@ -240,12 +240,16 @@ string get_xml_field(const char *buf,con - int verify_bom_signature(AFFILE *af,const char *buf) - { - const char *cce = "</" AF_XML_AFFBOM ">\n"; -- char *chain_end = strstr(buf,cce); -+ char *buf_tmp; -+ char *cce_tmp; -+ strcpy(buf_tmp, buf); -+ strcpy(cce_tmp, cce); -+ char *chain_end = strstr(buf_tmp,cce_tmp); - if(!chain_end){ - warn("end of chain XML can't be found\n"); - return -1; // can't find it - } -- char *sig_start = chain_end + strlen(cce); -+ char *sig_start = chain_end + strlen(cce_tmp); - - BIO *seg = BIO_new_mem_buf((void *)buf,strlen(buf)); - BIO_seek(seg,0); |