diff options
author | 2011-12-07 07:43:03 +0000 | |
---|---|---|
committer | 2011-12-07 07:43:03 +0000 | |
commit | 716e5085bfcb4a105d33cf91e7b5df1f8ea6c684 (patch) | |
tree | 6ac4ea17f710d853184f72445b537422eec0b354 /app-forensics/libewf | |
parent | x86 stable wrt bug #323895 (diff) | |
download | gentoo-2-716e5085bfcb4a105d33cf91e7b5df1f8ea6c684.tar.gz gentoo-2-716e5085bfcb4a105d33cf91e7b5df1f8ea6c684.tar.bz2 gentoo-2-716e5085bfcb4a105d33cf91e7b5df1f8ea6c684.zip |
Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/libewf')
-rw-r--r-- | app-forensics/libewf/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/libewf/libewf-20090209.ebuild | 45 | ||||
-rw-r--r-- | app-forensics/libewf/libewf-20091108.ebuild | 45 | ||||
-rw-r--r-- | app-forensics/libewf/libewf-20100226.ebuild | 43 |
4 files changed, 5 insertions, 134 deletions
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 -} |