From d3e461bde6f28d2e9a41d0ffb71cc2a0d79fb2b3 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Mon, 12 Apr 2010 20:20:14 +0000 Subject: Fix manpage installation, add "die" statements. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-forensics/foremost/ChangeLog | 12 ++++++++- app-forensics/foremost/foremost-1.5.5-r1.ebuild | 33 +++++++++++++++++++++++ app-forensics/foremost/foremost-1.5.5.ebuild | 33 ----------------------- app-forensics/foremost/foremost-1.5.6-r1.ebuild | 35 +++++++++++++++++++++++++ app-forensics/foremost/foremost-1.5.6.ebuild | 35 ------------------------- app-forensics/foremost/foremost-1.5.7-r1.ebuild | 35 +++++++++++++++++++++++++ app-forensics/foremost/foremost-1.5.7.ebuild | 35 ------------------------- 7 files changed, 114 insertions(+), 104 deletions(-) create mode 100644 app-forensics/foremost/foremost-1.5.5-r1.ebuild delete mode 100644 app-forensics/foremost/foremost-1.5.5.ebuild create mode 100644 app-forensics/foremost/foremost-1.5.6-r1.ebuild delete mode 100644 app-forensics/foremost/foremost-1.5.6.ebuild create mode 100644 app-forensics/foremost/foremost-1.5.7-r1.ebuild delete mode 100644 app-forensics/foremost/foremost-1.5.7.ebuild (limited to 'app-forensics') diff --git a/app-forensics/foremost/ChangeLog b/app-forensics/foremost/ChangeLog index abada3c04c96..a3da5accc5b4 100644 --- a/app-forensics/foremost/ChangeLog +++ b/app-forensics/foremost/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-forensics/foremost # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.20 2010/03/02 11:44:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.21 2010/04/12 20:20:14 idl0r Exp $ + +*foremost-1.5.7-r1 (12 Apr 2010) +*foremost-1.5.6-r1 (12 Apr 2010) +*foremost-1.5.5-r1 (12 Apr 2010) + + 12 Apr 2010; Christian Ruppert -foremost-1.5.5.ebuild, + +foremost-1.5.5-r1.ebuild, -foremost-1.5.6.ebuild, + +foremost-1.5.6-r1.ebuild, -foremost-1.5.7.ebuild, + +foremost-1.5.7-r1.ebuild: + Fix manpage installation, add "die" statements. *foremost-1.5.7 (02 Mar 2010) diff --git a/app-forensics/foremost/foremost-1.5.5-r1.ebuild b/app-forensics/foremost/foremost-1.5.5-r1.ebuild new file mode 100644 index 000000000000..b673e8ae3203 --- /dev/null +++ b/app-forensics/foremost/foremost-1.5.5-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r 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="mirror://sourceforge/${PN}/${P}.tar.gz" + +KEYWORDS="~ppc ~x86 ~amd64" +IUSE="" +LICENSE="public-domain" +SLOT="0" + +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 || die + doman foremost.8.gz + insinto /etc + doins foremost.conf + dodoc README CHANGES +} diff --git a/app-forensics/foremost/foremost-1.5.5.ebuild b/app-forensics/foremost/foremost-1.5.5.ebuild deleted file mode 100644 index 47e084c8577f..000000000000 --- a/app-forensics/foremost/foremost-1.5.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.5.ebuild,v 1.2 2009/09/13 22:33:55 patrick 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="mirror://sourceforge/${PN}/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -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.6-r1.ebuild b/app-forensics/foremost/foremost-1.5.6-r1.ebuild new file mode 100644 index 000000000000..c22f5d711fd4 --- /dev/null +++ b/app-forensics/foremost/foremost-1.5.6-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r 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="mirror://sourceforge/${PN}/${P}.tar.gz" +# starting to hate sf.net ... +SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" + +KEYWORDS="~ppc ~x86 ~amd64" +IUSE="" +LICENSE="public-domain" +SLOT="0" + +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 || die + doman foremost.8.gz + insinto /etc + doins foremost.conf + dodoc README CHANGES +} diff --git a/app-forensics/foremost/foremost-1.5.6.ebuild b/app-forensics/foremost/foremost-1.5.6.ebuild deleted file mode 100644 index b53aee3c64ed..000000000000 --- a/app-forensics/foremost/foremost-1.5.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.6.ebuild,v 1.2 2009/11/08 15:09:03 patrick 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="mirror://sourceforge/${PN}/${P}.tar.gz" -# starting to hate sf.net ... -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -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.7-r1.ebuild b/app-forensics/foremost/foremost-1.5.7-r1.ebuild new file mode 100644 index 000000000000..f119e5822b71 --- /dev/null +++ b/app-forensics/foremost/foremost-1.5.7-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7-r1.ebuild,v 1.1 2010/04/12 20:20:14 idl0r 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="mirror://sourceforge/${PN}/${P}.tar.gz" +# starting to hate sf.net ... +SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" + +KEYWORDS="~ppc ~x86 ~amd64" +IUSE="" +LICENSE="public-domain" +SLOT="0" + +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 || die + doman foremost.8.gz + insinto /etc + doins foremost.conf + dodoc README CHANGES +} diff --git a/app-forensics/foremost/foremost-1.5.7.ebuild b/app-forensics/foremost/foremost-1.5.7.ebuild deleted file mode 100644 index f0650c6c1bae..000000000000 --- a/app-forensics/foremost/foremost-1.5.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.7.ebuild,v 1.1 2010/03/02 11:44:46 patrick 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="mirror://sourceforge/${PN}/${P}.tar.gz" -# starting to hate sf.net ... -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -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 -} -- cgit v1.2.3-65-gdbad