summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-19 18:31:43 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-19 18:31:43 +0000
commitc6b65ac73c92c4bca0f29d23578da163b28dceae (patch)
tree94082ef01dded19ff29f0460387fe833c7f569b6 /sys-apps/cpio
parentBugfix for bug 10932. (diff)
downloadgentoo-2-c6b65ac73c92c4bca0f29d23578da163b28dceae.tar.gz
gentoo-2-c6b65ac73c92c4bca0f29d23578da163b28dceae.tar.bz2
gentoo-2-c6b65ac73c92c4bca0f29d23578da163b28dceae.zip
version bump
Diffstat (limited to 'sys-apps/cpio')
-rw-r--r--sys-apps/cpio/ChangeLog8
-rw-r--r--sys-apps/cpio/cpio-2.5.ebuild31
-rw-r--r--sys-apps/cpio/files/digest-cpio-2.51
3 files changed, 38 insertions, 2 deletions
diff --git a/sys-apps/cpio/ChangeLog b/sys-apps/cpio/ChangeLog
index bcfbcc3811f8..2483339c209f 100644
--- a/sys-apps/cpio/ChangeLog
+++ b/sys-apps/cpio/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/cpio
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.2 2002/07/14 19:20:16 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/ChangeLog,v 1.3 2002/11/19 18:31:43 vapier Exp $
+
+*cpio-2.5 (19 Nov 2002)
+
+ 19 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*cpio-2.4.2-r4 (1 Feb 2002)
@@ -8,7 +13,6 @@
Added KEYWORDS, SLOT.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/sys-apps/cpio/cpio-2.5.ebuild b/sys-apps/cpio/cpio-2.5.ebuild
new file mode 100644
index 000000000000..d0bc40299371
--- /dev/null
+++ b/sys-apps/cpio/cpio-2.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 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.1 2002/11/19 18:31:43 vapier Exp $
+
+DESCRIPTION="A file archival tool which can also read and write tar files"
+SRC_URI="mirror://gnu/cpio/${P}.tar.gz"
+HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
+
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ mv rmt.c rmt.c.orig
+ sed -e "78d" rmt.c.orig > rmt.c
+}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+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
+}
diff --git a/sys-apps/cpio/files/digest-cpio-2.5 b/sys-apps/cpio/files/digest-cpio-2.5
new file mode 100644
index 000000000000..ea71d01c727d
--- /dev/null
+++ b/sys-apps/cpio/files/digest-cpio-2.5
@@ -0,0 +1 @@
+MD5 e02859af1bbbbd73fcbf757acb57e0a4 cpio-2.5.tar.gz 185480