summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-04-12 20:20:14 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-04-12 20:20:14 +0000
commitd3e461bde6f28d2e9a41d0ffb71cc2a0d79fb2b3 (patch)
tree7ea668688785879da8d9c2d1d9c348579d6dc8e3 /app-forensics
parentVersion Bump, per 313567, thanks Harald van Dijk for patches (diff)
downloadgentoo-2-d3e461bde6f28d2e9a41d0ffb71cc2a0d79fb2b3.tar.gz
gentoo-2-d3e461bde6f28d2e9a41d0ffb71cc2a0d79fb2b3.tar.bz2
gentoo-2-d3e461bde6f28d2e9a41d0ffb71cc2a0d79fb2b3.zip
Fix manpage installation, add "die" statements.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/foremost/ChangeLog12
-rw-r--r--app-forensics/foremost/foremost-1.5.5-r1.ebuild (renamed from app-forensics/foremost/foremost-1.5.5.ebuild)8
-rw-r--r--app-forensics/foremost/foremost-1.5.6-r1.ebuild (renamed from app-forensics/foremost/foremost-1.5.7.ebuild)6
-rw-r--r--app-forensics/foremost/foremost-1.5.7-r1.ebuild (renamed from app-forensics/foremost/foremost-1.5.6.ebuild)8
4 files changed, 22 insertions, 12 deletions
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 <idl0r@gentoo.org> -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.ebuild b/app-forensics/foremost/foremost-1.5.5-r1.ebuild
index 47e084c8577f..b673e8ae3203 100644
--- a/app-forensics/foremost/foremost-1.5.5.ebuild
+++ b/app-forensics/foremost/foremost-1.5.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.ebuild,v 1.2 2009/09/13 22:33:55 patrick Exp $
+# $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
@@ -25,8 +25,8 @@ src_compile() {
}
src_install() {
- dobin foremost
- #doman foremost.1
+ 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.6-r1.ebuild
index f0650c6c1bae..c22f5d711fd4 100644
--- a/app-forensics/foremost/foremost-1.5.7.ebuild
+++ b/app-forensics/foremost/foremost-1.5.6-r1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $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
@@ -27,8 +27,8 @@ src_compile() {
}
src_install() {
- dobin foremost
- #doman foremost.1
+ 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.7-r1.ebuild
index b53aee3c64ed..f119e5822b71 100644
--- a/app-forensics/foremost/foremost-1.5.6.ebuild
+++ b/app-forensics/foremost/foremost-1.5.7-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.ebuild,v 1.2 2009/11/08 15:09:03 patrick Exp $
+# $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
@@ -27,8 +27,8 @@ src_compile() {
}
src_install() {
- dobin foremost
- #doman foremost.1
+ dobin foremost || die
+ doman foremost.8.gz
insinto /etc
doins foremost.conf
dodoc README CHANGES