diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
commit | e15975e0f6c3e5ddd32eb812fb18122492463c26 (patch) | |
tree | 30df401a7b518d1d6a4f0c3b1b160e4ea9cd20c9 /app-forensics/foremost | |
parent | Sign Manfiest (diff) | |
download | historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.tar.gz historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.tar.bz2 historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.zip |
Removing old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-forensics/foremost')
-rw-r--r-- | app-forensics/foremost/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.0.ebuild | 29 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.4.ebuild | 34 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.5.3.ebuild | 35 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.5.ebuild | 35 |
5 files changed, 5 insertions, 134 deletions
diff --git a/app-forensics/foremost/ChangeLog b/app-forensics/foremost/ChangeLog index 364e44a3df9a..93f45e5ea1d3 100644 --- a/app-forensics/foremost/ChangeLog +++ b/app-forensics/foremost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/foremost # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.13 2009/01/05 17:34:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.14 2009/01/08 20:11:23 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -foremost-1.0.ebuild, + -foremost-1.4.ebuild, -foremost-1.5.ebuild, -foremost-1.5.3.ebuild: + Removing old *foremost-1.5.5 (05 Jan 2009) diff --git a/app-forensics/foremost/foremost-1.0.ebuild b/app-forensics/foremost/foremost-1.0.ebuild deleted file mode 100644 index cc4063df0be1..000000000000 --- a/app-forensics/foremost/foremost-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.0.ebuild,v 1.2 2005/10/12 22:25:52 dragonheart Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_compile() { - emake RAW_FLAGS="${CFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=${PV}" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.4.ebuild b/app-forensics/foremost/foremost-1.4.ebuild deleted file mode 100644 index 4cdc34716e9f..000000000000 --- a/app-forensics/foremost/foremost-1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild,v 1.3 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.5.3.ebuild b/app-forensics/foremost/foremost-1.5.3.ebuild deleted file mode 100644 index e13655a01909..000000000000 --- a/app-forensics/foremost/foremost-1.5.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.3.ebuild,v 1.1 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.5.ebuild b/app-forensics/foremost/foremost-1.5.ebuild deleted file mode 100644 index 770fb5ba7f2d..000000000000 --- a/app-forensics/foremost/foremost-1.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild,v 1.2 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} |