diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-14 20:02:25 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-14 20:02:25 +0000 |
commit | aba045b01826cae350ecf30d4134bcfd3c8ada9b (patch) | |
tree | 1a88930669fdff0b3bbaf135bdc461bc6a9b1f66 /sys-apps/gcloop/gcloop-0.99.20040217.ebuild | |
parent | Manifest recommit (diff) | |
download | gentoo-2-aba045b01826cae350ecf30d4134bcfd3c8ada9b.tar.gz gentoo-2-aba045b01826cae350ecf30d4134bcfd3c8ada9b.tar.bz2 gentoo-2-aba045b01826cae350ecf30d4134bcfd3c8ada9b.zip |
Moved to sys-block/gcloop.
Diffstat (limited to 'sys-apps/gcloop/gcloop-0.99.20040217.ebuild')
-rw-r--r-- | sys-apps/gcloop/gcloop-0.99.20040217.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/sys-apps/gcloop/gcloop-0.99.20040217.ebuild b/sys-apps/gcloop/gcloop-0.99.20040217.ebuild deleted file mode 100644 index de56ea24d01f..000000000000 --- a/sys-apps/gcloop/gcloop-0.99.20040217.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gcloop/gcloop-0.99.20040217.ebuild,v 1.5 2005/01/02 23:17:06 ciaranm Exp $ - -DESCRIPTION="Compressed loopback userspace tools and kernel patches" - -HOMEPAGE="http://www.gentoo.org/proj/en/releng/gcloop" - -SRC_URI="http://dev.gentoo.org/~lu_zero/gcloop/${P}.tar.bz2" - -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="alpha amd64 ppc64 ~hppa ppc ~sparc ~x86" - -IUSE="" - -DEPEND="dev-libs/ucl" - -S=${WORKDIR}/${PN}-0.99 - -src_compile() { - make || die -} - -src_install() { - exeinto /usr/bin - - dobin compress_gcloop_ucl - dobin compressloop_ucl - dobin create_compressed_ucl_fs - dobin create_gcloop_ucl - dobin extract_compressed_ucl_fs - dobin extract_gcloop_ucl - - doman ${S}/man/*.1 - - dodir /usr/share/gcloop/ - insinto /usr/share/gcloop/ - doins ${S}/*.patch - doins ${S}/busybox/*.patch - doins ${S}/util-linux/*.patch - - dodoc CHANGELOG README* -} - -pkg_postinst() { - ewarn "This is a gcloop prerelease, userspace tool may change." - ewarn "Please report any bug to lu_zero@gentoo.org via e-mail " - ewarn "or bugzilla. " - ewarn "REMEBER this is a PRERELEASE" - echo - einfo "the required patches are installed in /usr/share/gcloop ." - einfo "ppc-development-sources and gentoo-dev-sources are" - einfo "already patched." -} |