summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-03-05 02:52:01 +0000
committerDonny Davies <woodchip@gentoo.org>2002-03-05 02:52:01 +0000
commit724f78b4e694c27ca758ac690a56a4fa7f24fcf3 (patch)
treedc8982fa79647551d38f18d425235b9afe6b840a
parentnew version; removed older (diff)
downloadhistorical-724f78b4e694c27ca758ac690a56a4fa7f24fcf3.tar.gz
historical-724f78b4e694c27ca758ac690a56a4fa7f24fcf3.tar.bz2
historical-724f78b4e694c27ca758ac690a56a4fa7f24fcf3.zip
fixed to install the development files. closes #736.
-rw-r--r--sys-apps/acl/ChangeLog9
-rw-r--r--sys-apps/acl/acl-20020124-r1.ebuild (renamed from sys-apps/acl/acl-20020124.ebuild)16
-rw-r--r--sys-apps/acl/files/digest-acl-20020124-r1 (renamed from sys-apps/acl/files/digest-acl-20020124)0
3 files changed, 23 insertions, 2 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog
index 6cc7aabb8c70..d5f361f21896 100644
--- a/sys-apps/acl/ChangeLog
+++ b/sys-apps/acl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/acl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.2 2002/03/05 02:51:59 woodchip Exp $
+
+*acl-20020124-r1 (4 March 2002)
+
+ 4 March 2002; Donny Davies <woodchip@gentoo.org> acl-20020124-r1.ebuild :
+
+ Updated to perform the install-dev target by hand, so things like SAMBA
+ will compile with USE acl support.
*acl-20020124 (1 Feb 2002)
diff --git a/sys-apps/acl/acl-20020124.ebuild b/sys-apps/acl/acl-20020124-r1.ebuild
index b22ad4283590..a2af5a9d125d 100644
--- a/sys-apps/acl/acl-20020124.ebuild
+++ b/sys-apps/acl/acl-20020124-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020124.ebuild,v 1.1 2002/01/24 08:02:04 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020124-r1.ebuild,v 1.1 2002/03/05 02:52:01 woodchip Exp $
S=${WORKDIR}/cmd/${PN}
DESCRIPTION="XFS dump/restore utilities"
@@ -22,4 +22,18 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
+
+ # basically do the install-dev target by hand...
+ insinto /usr/include/sys ; doins include/acl.h
+ insinto /usr/include/acl ; doins include/libacl.h
+ insinto /usr/lib
+ doins libacl/libacl.la
+ doins libacl/.libs/libacl.a
+ cd ${D}/lib
+ chmod 755 libacl.so.1.0.0
+ ln -s libacl.so.1.0.0 libacl.so
+
+ # fixie
+ cd ${D}/usr/share/doc
+ mv ${PN} ${PF}
}
diff --git a/sys-apps/acl/files/digest-acl-20020124 b/sys-apps/acl/files/digest-acl-20020124-r1
index d7cc34717c82..d7cc34717c82 100644
--- a/sys-apps/acl/files/digest-acl-20020124
+++ b/sys-apps/acl/files/digest-acl-20020124-r1