summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 20:11:23 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 20:11:23 +0000
commitd9ca40ebf8fb1df548f430e4be58869f04a24eb7 (patch)
treeac306d38d23a118b9f46ffad1a6dac64c36abb84 /app-forensics/foremost
parentSmall fixes (diff)
downloadgentoo-2-d9ca40ebf8fb1df548f430e4be58869f04a24eb7.tar.gz
gentoo-2-d9ca40ebf8fb1df548f430e4be58869f04a24eb7.tar.bz2
gentoo-2-d9ca40ebf8fb1df548f430e4be58869f04a24eb7.zip
Removing old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-forensics/foremost')
-rw-r--r--app-forensics/foremost/ChangeLog6
-rw-r--r--app-forensics/foremost/foremost-1.0.ebuild29
-rw-r--r--app-forensics/foremost/foremost-1.4.ebuild34
-rw-r--r--app-forensics/foremost/foremost-1.5.3.ebuild35
-rw-r--r--app-forensics/foremost/foremost-1.5.ebuild35
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
-}