diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-01 22:13:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-01 22:13:09 +0000 |
commit | 9739128fc026b5de7cfe30a0242ca16fd461964c (patch) | |
tree | 7a47137389ed0e82d8826471d8657ed714856d17 /sys-apps/cpio | |
parent | emake (diff) | |
download | historical-9739128fc026b5de7cfe30a0242ca16fd461964c.tar.gz historical-9739128fc026b5de7cfe30a0242ca16fd461964c.tar.bz2 historical-9739128fc026b5de7cfe30a0242ca16fd461964c.zip |
removed doinfo cause there's no more info file
Diffstat (limited to 'sys-apps/cpio')
-rw-r--r-- | sys-apps/cpio/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/cpio/cpio-2.5.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/cpio/ChangeLog b/sys-apps/cpio/ChangeLog index 9df24572fc1e..af03c07a48dc 100644 --- a/sys-apps/cpio/ChangeLog +++ b/sys-apps/cpio/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/cpio # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.13 2003/03/01 19:08:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.14 2003/03/01 22:13:09 mholzer Exp $ 20 Feb 2003; Zach Welch <zwelch@gentoo.org> : Added arm to keywords @@ -15,6 +15,9 @@ *cpio-2.5 (19 Nov 2002) + 01 Mar 2003; Martin Holzer <mholzer@gentoo.org> cpio-2.5.ebuild : + Removed doinfo cause there's no more cpio.info + 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> cpio-2.5.ebuild: Move to stable on x86 (bug 16360), works here, among other places. diff --git a/sys-apps/cpio/cpio-2.5.ebuild b/sys-apps/cpio/cpio-2.5.ebuild index 51c7714d981c..c3d09f16bba5 100644 --- a/sys-apps/cpio/cpio-2.5.ebuild +++ b/sys-apps/cpio/cpio-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.9 2003/03/01 19:08:47 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.5.ebuild,v 1.10 2003/03/01 22:13:09 mholzer Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" SRC_URI="mirror://gnu/cpio/${P}.tar.gz" @@ -26,6 +26,5 @@ src_install() { #our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one) dobin cpio doman cpio.1 - doinfo cpio.info - dodoc COPYING* ChangeLog NEWS README + dodoc COPYING* ChangeLog NEWS README INSTALL } |