summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-07 07:43:03 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-07 07:43:03 +0000
commitad172f283dff55c5334aa9c3c1e6ee4d8005edee (patch)
treee2cdd1b7d4ccb4175817466f453dac00eb065f57 /app-forensics
parentx86 stable wrt bug #323895 (diff)
downloadhistorical-ad172f283dff55c5334aa9c3c1e6ee4d8005edee.tar.gz
historical-ad172f283dff55c5334aa9c3c1e6ee4d8005edee.tar.bz2
historical-ad172f283dff55c5334aa9c3c1e6ee4d8005edee.zip
Remove old.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/afflib/ChangeLog7
-rw-r--r--app-forensics/afflib/afflib-3.3.4.ebuild49
-rw-r--r--app-forensics/afflib/afflib-3.5.2.ebuild43
-rw-r--r--app-forensics/afflib/afflib-3.5.8.ebuild43
-rw-r--r--app-forensics/afflib/afflib-3.6.8.ebuild43
-rw-r--r--app-forensics/afflib/files/afflib-3.3.4-glibc-2.10.patch22
-rw-r--r--app-forensics/cmospwd/Manifest22
-rw-r--r--app-forensics/libewf/ChangeLog6
-rw-r--r--app-forensics/libewf/libewf-20090209.ebuild45
-rw-r--r--app-forensics/libewf/libewf-20091108.ebuild45
-rw-r--r--app-forensics/libewf/libewf-20100226.ebuild43
11 files changed, 17 insertions, 351 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);
diff --git a/app-forensics/cmospwd/Manifest b/app-forensics/cmospwd/Manifest
index 4f2b1618fc3a..3eebded5da95 100644
--- a/app-forensics/cmospwd/Manifest
+++ b/app-forensics/cmospwd/Manifest
@@ -4,23 +4,13 @@ Hash: SHA512
DIST cmospwd-4.6.tar.gz 37443 RMD160 a543c00a41c0905811ffb36c5cae3cf7d21a9215 SHA1 caeb796c215a189d488ad82047ba72a8f7cfa52c SHA256 03104923004ef4aafb8fe2d78897c13a903b72b469a70fe65eb0837dd2842c49
DIST cmospwd-5.1.tar.bz2 36792 RMD160 087e9ef21ea9b229d3085e52e6178a8353aae9db SHA1 8b691bb1dda26471dfef445549c3a0891c401d1f SHA256 f296d2979794b0a6b726b80afc92e4d059c65dc2612a4b09377c168833d862f4
EBUILD cmospwd-4.6.ebuild 657 RMD160 ccccc103e17a1d54aae2021036076010b43b18ec SHA1 21567304caf05836a213537e0db08a703ba96890 SHA256 f7f6964ea38e0071886b4d884e8d49a7f3a8e9764f54b5659d78e7dca6673cf3
-EBUILD cmospwd-5.1.ebuild 641 RMD160 282684ceb0be7bb8b7ed44e4f72df89e6fdc672c SHA1 4e561a8d39fc0aff22bd78df11c711a7891fb349 SHA256 417e0b36226f92fa36f9189ab89656d1dfc92c7eee9267ccf83fb9cd2a9aaef9
-MISC ChangeLog 2239 RMD160 91ff06e3ad1ee6b5bcdc4d59000f5597415a68a5 SHA1 5624c2133757b4aa8f3d56687e67159d4ca910ee SHA256 c6b33a2e88af7208366035b76fd75d322faee2d4adc54b4a271f490cc7890e47
+EBUILD cmospwd-5.1.ebuild 642 RMD160 a38e959e24a0fa6a2df026352e7d8e052a52d4ac SHA1 cb61c709ea0afd4626ff9c56b54c953e19ec59d8 SHA256 bc7a5685d43ce69d59bef7d93bce2f4ae01cf5f57bf6d5d09a93801643ac7bfb
+MISC ChangeLog 2346 RMD160 bf84f24daf6f1a4e9a88054a3a1c33f03d7b454d SHA1 7b3752eec8ea4d4ac6e714e7ac1a4e15e3af0bca SHA256 a97d8f290778c7962cb6002bbb92b79abe3db696f3e291c653c9e20985a200a0
MISC metadata.xml 672 RMD160 fde45733d85970340f1c9c92f20b77f395429530 SHA1 70a4c5d879d0c321ee1d172293390be61d4da7e1 SHA256 d4e7f8a3f5a4779b96013cfe45be9614da6af62dc511e3caad5eae736f0c45e6
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
+Version: GnuPG v2.0.17 (GNU/Linux)
-iQIcBAEBCgAGBQJO22rDAAoJEPqDWhW0r/LCMYwP/0ro/hLZNywGeQ+9Se6zcOo3
-Sb5RZp6oU/6nySmW2Thl0UM8zkr3fVMPJJTSB8GBrgrV6zkOuXuuz0uZCgJJKWDj
-43smFoUUY6LFFwpKU3xjKAZSxsp0Jao+S9/29MWGvw+di6BLtoFxYEfX7OKLMYWJ
-FSKrUGzqhxVNRwqkeGBaieZBvUuZw6Uhr8tt0VqAl04ruk8SP38VMVLhK4BZC5on
-aNgbUurWMu09OLsLBcsOl36Y8NtKeAM8Lop2liw1Jqli+Rn4YMz1R1Fz+I1f6As2
-b+LIJjbXAm3XF3FCAMwgHYHkEa02+Vi8B1X/CEFd7/ewGevFyfaurbbrrLhgKCtL
-+zvH/XB3UULbwCNEwmeN21a8vPG9bc3Zm6ApdABcD0f5kHNq6NfJpp69a6MCycK9
-2DhAV+ScG08oE0EMX6ogcKJnMjNjaGGsLxI5GoYpiYcvPt9f8Kog5YABZIF8c/OK
-BpGwFY7KEJWYgqcyI+0Z7o5N9Akta7ADLvcbfII+qKl6rXAO3YTN7RcDUVR8eygw
-0BnbhuVGiQbZryybAHg9/C/AE4n0IEX544l42+dvuKdr2mN6ULAuN5N41FxKLSUu
-8rk3NBB7ZF7FyTWznqSVP1ZhO+qfuhiycf5glPMHA+0spWnDpoVE+Gz/P+nKGtGS
-jIcdO0Scv+uei2WxJ2t0
-=Eyqe
+iEYEAREKAAYFAk7fGXsACgkQuUQtlDBCeQJ01wCfayV1Lz6Jz+KIU49tf7xS5QBC
+3+sAn3PG5I6WTMKozftvf5do0J4i/2wU
+=zO1F
-----END PGP SIGNATURE-----
diff --git a/app-forensics/libewf/ChangeLog b/app-forensics/libewf/ChangeLog
index a4926cd8ae6b..e6f7d58bddd7 100644
--- a/app-forensics/libewf/ChangeLog
+++ b/app-forensics/libewf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/libewf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.20 2011/12/07 07:35:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/ChangeLog,v 1.21 2011/12/07 07:43:03 radhermit Exp $
+
+ 07 Dec 2011; Tim Harder <radhermit@gentoo.org> -libewf-20090209.ebuild,
+ -libewf-20091108.ebuild, -libewf-20100226.ebuild:
+ Remove old.
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
libewf-20100226-r1.ebuild:
diff --git a/app-forensics/libewf/libewf-20090209.ebuild b/app-forensics/libewf/libewf-20090209.ebuild
deleted file mode 100644
index 2ccfba8ea8ba..000000000000
--- a/app-forensics/libewf/libewf-20090209.ebuild
+++ /dev/null
@@ -1,45 +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/libewf/libewf-20090209.ebuild,v 1.6 2011/07/24 18:24:51 armin76 Exp $
-
-inherit eutils autotools
-
-MY_P=${P/libewf/libewf-beta}
-
-DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
-HOMEPAGE="http://libewf.sourceforge.net"
-SRC_URI="mirror://sourceforge/libewf/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-# upstream bug #2597171, pyewf has implicit declarations
-#IUSE="debug python rawio unicode"
-IUSE="debug rawio unicode"
-
-DEPEND="
- sys-libs/e2fsprogs-libs
- sys-libs/zlib
- dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable unicode wide-character-type) \
- $(use_enable rawio raw-access) \
- $(use_enable debug verbose-output) \
- $(use_enable debug debug-output)
- emake
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog NEWS README documents/*.txt
- doman manuals/*.1 manuals/*.3
-}
diff --git a/app-forensics/libewf/libewf-20091108.ebuild b/app-forensics/libewf/libewf-20091108.ebuild
deleted file mode 100644
index 7742d75196d5..000000000000
--- a/app-forensics/libewf/libewf-20091108.ebuild
+++ /dev/null
@@ -1,45 +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/libewf/libewf-20091108.ebuild,v 1.2 2011/07/24 18:24:51 armin76 Exp $
-
-inherit eutils autotools
-
-MY_P=${P/libewf/libewf-beta}
-
-DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
-HOMEPAGE="http://libewf.sourceforge.net"
-SRC_URI="mirror://sourceforge/libewf/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-# upstream bug #2597171, pyewf has implicit declarations
-#IUSE="debug python rawio unicode"
-IUSE="debug rawio unicode"
-
-DEPEND="
- sys-libs/e2fsprogs-libs
- sys-libs/zlib
- dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable unicode wide-character-type) \
- $(use_enable rawio raw-access) \
- $(use_enable debug verbose-output) \
- $(use_enable debug debug-output)
- emake
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog NEWS README documents/*.txt
- doman manuals/*.1 manuals/*.3
-}
diff --git a/app-forensics/libewf/libewf-20100226.ebuild b/app-forensics/libewf/libewf-20100226.ebuild
deleted file mode 100644
index b0631e7b24d7..000000000000
--- a/app-forensics/libewf/libewf-20100226.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/libewf/libewf-20100226.ebuild,v 1.6 2011/10/11 17:09:32 jer Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
-HOMEPAGE="http://libewf.sourceforge.net"
-SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
-# upstream bug #2597171, pyewf has implicit declarations
-#IUSE="debug python rawio unicode"
-IUSE="debug rawio unicode"
-
-DEPEND="
- sys-libs/e2fsprogs-libs
- sys-libs/zlib
- dev-libs/openssl"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable unicode wide-character-type) \
- $(use_enable rawio low-level-functions) \
- $(use_enable debug verbose-output) \
- $(use_enable debug debug-output)
- emake
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog NEWS README documents/*.txt
- doman manuals/*.1 manuals/*.3
-}