diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-19 21:22:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-19 21:22:36 +0000 |
commit | a54adac44fd70320a98e67c769146047dd676960 (patch) | |
tree | 83fa551b608dd0cc9649f31a08c186f9cc2c77ac /sys-fs | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-a54adac44fd70320a98e67c769146047dd676960.tar.gz gentoo-2-a54adac44fd70320a98e67c769146047dd676960.tar.bz2 gentoo-2-a54adac44fd70320a98e67c769146047dd676960.zip |
remove old
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/reiser4progs/files/digest-reiser4progs-1.0.0 | 1 | ||||
-rw-r--r-- | sys-fs/reiser4progs/reiser4progs-1.0.0.ebuild | 46 | ||||
-rw-r--r-- | sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild | 4 |
3 files changed, 2 insertions, 49 deletions
diff --git a/sys-fs/reiser4progs/files/digest-reiser4progs-1.0.0 b/sys-fs/reiser4progs/files/digest-reiser4progs-1.0.0 deleted file mode 100644 index bef1c6d99122..000000000000 --- a/sys-fs/reiser4progs/files/digest-reiser4progs-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 47e9c3b3760e5500d6176555dd268fea reiser4progs-1.0.0.tar.gz 859970 diff --git a/sys-fs/reiser4progs/reiser4progs-1.0.0.ebuild b/sys-fs/reiser4progs/reiser4progs-1.0.0.ebuild deleted file mode 100644 index d2590b806abe..000000000000 --- a/sys-fs/reiser4progs/reiser4progs-1.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.0.ebuild,v 1.2 2004/09/08 15:11:13 ciaranm Exp $ - -DESCRIPTION="reiser4progs: mkfs, fsck, etc..." -HOMEPAGE="http://www.namesys.com/v4/v4.html" -SRC_URI="http://thebsh.namesys.com/pub/reiser4progs/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64 -sparc" -IUSE="static debug readline" - -DEPEND=">=sys-libs/libaal-1.0.0 - readline? ( sys-libs/readline )" - -src_compile() { - econf \ - `use_enable static full-static` \ - `use_enable static mkfs-static` \ - `use_enable static fsck-static` \ - `use_enable static debugfs-static` \ - `use_enable static measurefs-static` \ - `use_enable static cpfs-static` \ - `use_enable static resizefs-static` \ - `use_enable debug` \ - `use_with readline` \ - --enable-stand-alone \ - --sbindir=/sbin \ - --libdir=/lib \ - || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS CREDITS ChangeLog NEWS README THANKS TODO - - # move stupid .a out of root - dodir /usr/lib - local l="" - for l in libreiser4-alone libreiser4 librepair ; do - mv ${D}/lib/${l}.{a,la} ${D}/usr/lib/ - dosym ../usr/lib/${l}.a /lib/${l}.a - done -} diff --git a/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild b/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild index 768bee46aa70..e7e0fec6009e 100644 --- a/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild +++ b/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild,v 1.3 2004/09/08 15:11:13 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.1.ebuild,v 1.4 2004/09/19 21:22:36 vapier Exp $ DESCRIPTION="reiser4progs: mkfs, fsck, etc..." HOMEPAGE="http://www.namesys.com/v4/v4.html" @@ -8,7 +8,7 @@ SRC_URI="http://thebsh.namesys.com/snapshots/2004.08.24/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~amd64 -sparc" +KEYWORDS="amd64 ppc -sparc x86" IUSE="static debug readline" DEPEND=">=sys-libs/libaal-${PV} |