summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-28 02:48:56 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-28 02:48:56 +0000
commit96165e1a56096aff7ba00e9e2cb5c4009433e648 (patch)
tree23d8223a8b3bd4b7ba88973351a6cf3010e82983 /app-arch
parentUpdate to patchlevel 13 #65410 and others (Manifest recommit) (diff)
downloadgentoo-2-96165e1a56096aff7ba00e9e2cb5c4009433e648.tar.gz
gentoo-2-96165e1a56096aff7ba00e9e2cb5c4009433e648.tar.bz2
gentoo-2-96165e1a56096aff7ba00e9e2cb5c4009433e648.zip
follow FHS and install to /bin/ #65534
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/cpio/ChangeLog6
-rw-r--r--app-arch/cpio/cpio-2.4.2-r4.ebuild5
-rw-r--r--app-arch/cpio/cpio-2.5.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/app-arch/cpio/ChangeLog b/app-arch/cpio/ChangeLog
index 487efc8c395b..55ce919d7521 100644
--- a/app-arch/cpio/ChangeLog
+++ b/app-arch/cpio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/cpio
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.3 2004/06/24 21:29:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/ChangeLog,v 1.4 2004/09/28 02:48:56 vapier Exp $
+
+ 27 Sep 2004; Mike Frysinger <vapier@gentoo.org> cpio-2.4.2-r4.ebuild,
+ cpio-2.5.ebuild:
+ FHS says to install into /bin #65534 by will@johnstonclan.net.
21 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> cpio-2.4.2-r4.ebuild,
cpio-2.5.ebuild:
diff --git a/app-arch/cpio/cpio-2.4.2-r4.ebuild b/app-arch/cpio/cpio-2.4.2-r4.ebuild
index 0fd2f1d328b9..bdeb61a49270 100644
--- a/app-arch/cpio/cpio-2.4.2-r4.ebuild
+++ b/app-arch/cpio/cpio-2.4.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.4.2-r4.ebuild,v 1.5 2004/06/25 23:49:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.4.2-r4.ebuild,v 1.6 2004/09/28 02:48:56 vapier Exp $
DESCRIPTION="A file archival tool which can also read and write tar files"
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
@@ -29,8 +29,9 @@ src_compile() {
src_install() {
#our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one)
- dobin cpio || die
doman cpio.1
doinfo cpio.info
dodoc ChangeLog NEWS README
+ into /
+ dobin cpio || die
}
diff --git a/app-arch/cpio/cpio-2.5.ebuild b/app-arch/cpio/cpio-2.5.ebuild
index bf4585c27982..245efd415c7e 100644
--- a/app-arch/cpio/cpio-2.5.ebuild
+++ b/app-arch/cpio/cpio-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.7 2004/06/25 23:49:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.8 2004/09/28 02:48:56 vapier Exp $
DESCRIPTION="A file archival tool which can also read and write tar files"
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
@@ -21,7 +21,8 @@ src_unpack() {
src_install() {
#our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one)
- dobin cpio || die
doman cpio.1
dodoc ChangeLog NEWS README INSTALL
+ into /
+ dobin cpio || die
}