diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-11 06:57:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-11 06:57:55 +0000 |
commit | 78acec827c19b93136b51e2a0515529db7eee31d (patch) | |
tree | 2ce897f1db5f53a792290b7fc27a01cc45a9af39 /app-arch/cpio | |
parent | Added some patches (from upstream and from Debian) so that xcdroast works (diff) | |
download | gentoo-2-78acec827c19b93136b51e2a0515529db7eee31d.tar.gz gentoo-2-78acec827c19b93136b51e2a0515529db7eee31d.tar.bz2 gentoo-2-78acec827c19b93136b51e2a0515529db7eee31d.zip |
old
Diffstat (limited to 'app-arch/cpio')
-rw-r--r-- | app-arch/cpio/cpio-2.7.ebuild | 38 | ||||
-rw-r--r-- | app-arch/cpio/files/digest-cpio-2.7 | 3 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-arch/cpio/cpio-2.7.ebuild b/app-arch/cpio/cpio-2.7.ebuild deleted file mode 100644 index 1c1884bbdc26..000000000000 --- a/app-arch/cpio/cpio-2.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.7.ebuild,v 1.1 2006/10/21 22:00:54 vapier Exp $ - -inherit eutils - -DESCRIPTION="A file archival tool which can also read and write tar files" -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" -SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" -# epatch "${FILESDIR}"/${PN}-2.6-chmodRaceC.patch #90619 -} - -src_compile() { - econf \ - $(use_enable nls) \ - --bindir=/bin \ - --with-rmt=/usr/sbin/rmt \ - || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ChangeLog NEWS README INSTALL - rm -f "${D}"/usr/share/man/man1/mt.1 - rmdir "${D}"/usr/libexec || die -} diff --git a/app-arch/cpio/files/digest-cpio-2.7 b/app-arch/cpio/files/digest-cpio-2.7 deleted file mode 100644 index 1c0c7862f504..000000000000 --- a/app-arch/cpio/files/digest-cpio-2.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 69ad6cb3d288aafe5f969f68d9fd0fb7 cpio-2.7.tar.bz2 698221 -RMD160 0ae35717237133da5bba18376af0ec685ac67360 cpio-2.7.tar.bz2 698221 -SHA256 b59390450233b5298d210f6369e98d91d07b7f4261ddb962d654185dd02b5b0e cpio-2.7.tar.bz2 698221 |