summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-19 21:16:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-19 21:16:13 +0000
commit72a039883b1ad38119f18c032f1249d3488f6904 (patch)
treedb4a257ac3043c1d9ce8ffcb6172af231ce7060b /sys-libs/libaal
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-72a039883b1ad38119f18c032f1249d3488f6904.tar.gz
gentoo-2-72a039883b1ad38119f18c032f1249d3488f6904.tar.bz2
gentoo-2-72a039883b1ad38119f18c032f1249d3488f6904.zip
move to stable
Diffstat (limited to 'sys-libs/libaal')
-rw-r--r--sys-libs/libaal/files/digest-libaal-1.0.01
-rw-r--r--sys-libs/libaal/libaal-1.0.0.ebuild35
-rw-r--r--sys-libs/libaal/libaal-1.0.1.ebuild4
3 files changed, 2 insertions, 38 deletions
diff --git a/sys-libs/libaal/files/digest-libaal-1.0.0 b/sys-libs/libaal/files/digest-libaal-1.0.0
deleted file mode 100644
index 9fa860bec1c8..000000000000
--- a/sys-libs/libaal/files/digest-libaal-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f4580ec2969f79eb2d29b97f3cb9f04e libaal-1.0.0.tar.gz 327964
diff --git a/sys-libs/libaal/libaal-1.0.0.ebuild b/sys-libs/libaal/libaal-1.0.0.ebuild
deleted file mode 100644
index 706df447dee6..000000000000
--- a/sys-libs/libaal/libaal-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libaal/libaal-1.0.0.ebuild,v 1.2 2004/08/14 08:57:47 vapier Exp $
-
-DESCRIPTION="library required by reiser4progs"
-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"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- econf \
- --enable-stand-alone \
- --enable-memory-manager \
- --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 silly .a libs out of /
- dodir /usr/lib
- local l=""
- for l in libaal libaal-alone ; do
- mv ${D}/lib/${l}.{a,la} ${D}/usr/lib/
- dosym ../usr/lib/${l}.a /lib/${l}.a
- done
-}
diff --git a/sys-libs/libaal/libaal-1.0.1.ebuild b/sys-libs/libaal/libaal-1.0.1.ebuild
index c5edd52c26dc..9ded785f63bf 100644
--- a/sys-libs/libaal/libaal-1.0.1.ebuild
+++ b/sys-libs/libaal/libaal-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-libs/libaal/libaal-1.0.1.ebuild,v 1.2 2004/09/03 19:15:26 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libaal/libaal-1.0.1.ebuild,v 1.3 2004/09/19 21:16:13 vapier Exp $
DESCRIPTION="library required by reiser4progs"
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"
+KEYWORDS="x86 ppc amd64"
IUSE=""
DEPEND=""