From c34b64ee10d8c03378ee65143711ff748e501cd7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Nov 2002 18:31:43 +0000 Subject: version bump --- sys-apps/cpio/ChangeLog | 8 ++++++-- sys-apps/cpio/cpio-2.5.ebuild | 31 +++++++++++++++++++++++++++++++ sys-apps/cpio/files/digest-cpio-2.5 | 1 + 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 sys-apps/cpio/cpio-2.5.ebuild create mode 100644 sys-apps/cpio/files/digest-cpio-2.5 (limited to 'sys-apps') 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 : + Version bump. *cpio-2.4.2-r4 (1 Feb 2002) @@ -8,7 +13,6 @@ Added KEYWORDS, SLOT. 1 Feb 2002; G.Bevin 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 -- cgit v1.2.3-65-gdbad