summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-13 17:38:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-13 17:38:27 +0000
commit8e7b68e0e31c1b8a0170d4aae494a6b96a3df421 (patch)
tree94c3822c6a77444e25583863a5d2a705f86afa04 /sys-apps/acl
parentremoved crusty ebuilds (diff)
downloadgentoo-2-8e7b68e0e31c1b8a0170d4aae494a6b96a3df421.tar.gz
gentoo-2-8e7b68e0e31c1b8a0170d4aae494a6b96a3df421.tar.bz2
gentoo-2-8e7b68e0e31c1b8a0170d4aae494a6b96a3df421.zip
removed crusty ebuilds and added other arches to testing
Diffstat (limited to 'sys-apps/acl')
-rw-r--r--sys-apps/acl/Manifest16
-rw-r--r--sys-apps/acl/acl-1.1.3.ebuild45
-rw-r--r--sys-apps/acl/acl-2.0.18.ebuild41
-rw-r--r--sys-apps/acl/acl-2.0.5_p20020330.ebuild46
-rw-r--r--sys-apps/acl/acl-2.1.1-r1.ebuild8
-rw-r--r--sys-apps/acl/acl-2.1.1.ebuild41
-rw-r--r--sys-apps/acl/acl-2.2.13-r1.ebuild8
-rw-r--r--sys-apps/acl/acl-2.2.13.ebuild8
-rw-r--r--sys-apps/acl/files/digest-acl-1.1.31
-rw-r--r--sys-apps/acl/files/digest-acl-2.0.181
-rw-r--r--sys-apps/acl/files/digest-acl-2.0.5_p200203301
-rw-r--r--sys-apps/acl/files/digest-acl-2.1.11
12 files changed, 13 insertions, 204 deletions
diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
index 0cb65b5daa7c..5070a49c291f 100644
--- a/sys-apps/acl/Manifest
+++ b/sys-apps/acl/Manifest
@@ -1,15 +1,7 @@
+MD5 5ae0acabb8b2894de37e6db0174d48ab acl-2.2.13-r1.ebuild 1302
+MD5 e7b819d07c2be67280f0a84473ad9cc1 acl-2.1.1-r1.ebuild 1145
+MD5 0f6ad7caf30e59385aab2a73f0f3de72 acl-2.2.13.ebuild 1236
MD5 7134ebb16d8188bd4d8c7760461bc6e7 ChangeLog 2500
-MD5 77e0c0373573c6d9bd13897831b3887f acl-1.1.3.ebuild 1598
-MD5 97772206adaea66e69fcc486f5c90048 acl-2.0.18.ebuild 1056
-MD5 c3c16a232fe0f2adf57621fedd8e62df acl-2.0.5_p20020330.ebuild 1569
-MD5 462e121ea94b4d26f2203fa6be64f889 acl-2.1.1-r1.ebuild 1118
-MD5 13dba188bf6409e10f6c98c33ec00be4 acl-2.1.1.ebuild 1055
-MD5 18733a2e24f654602993de94806f394b acl-2.2.13.ebuild 1209
-MD5 dce8edeaae2b6ad64d531e811ad6d047 acl-2.2.13-r1.ebuild 1275
-MD5 85d850f590fd0a7ed0f21d1523b9ad00 files/digest-acl-1.1.3 64
-MD5 270edcfb650815865ae5fb2e214cfe4f files/digest-acl-2.0.18 66
-MD5 783702207886a893533fa92136ff2523 files/digest-acl-2.0.5_p20020330 70
-MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1 65
MD5 9241e1ad126b0fe64c7d1c5cff51fd02 files/digest-acl-2.1.1-r1 65
-MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66
MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13-r1 66
+MD5 ebb544ef383bcd9ab77497e414a31528 files/digest-acl-2.2.13 66
diff --git a/sys-apps/acl/acl-1.1.3.ebuild b/sys-apps/acl/acl-1.1.3.ebuild
deleted file mode 100644
index 4a7f56dce2a7..000000000000
--- a/sys-apps/acl/acl-1.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-1.1.3.ebuild,v 1.8 2003/06/21 21:19:38 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="XFS dump/restore utilities"
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="LGPL-2.1 GPL-2"
-
-DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make"
-RDEPEND="virtual/glibc"
-
-src_compile() {
- cd ${S}
- export OPTIMIZER="${CFLAGS}"
- export DEBUG=-DNDEBUG
- autoconf || die
- ./configure --prefix=/usr || die
- # 1) add a ${DESTDIR} prefix to all install paths so we can relocate during the "install" phase
- # 2) we also set the /usr/share/doc/ directory to the correct value.
- # 3) we remove a hard-coded "-O1"
- # 4) we fix some Makefile-created library symlinks that contains absolute paths
- cp include/builddefs include/builddefs.orig
- sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
- -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \
- -e 's:-O1::' \
- -e 's:-S \(.*\) $(PKG_.*_DIR)/\(.*$\):-S \1 \2:' \
- include/builddefs.orig > include/builddefs || die
- # 5) We now fix some absolute path symlinks in various makefiles
-# local x
-# for x in dump restore
-## do
-# cp ${x}/Makefile ${x}/Makefile.orig
-# sed -e 's:$(INSTALL) -S $(PKG_.*_DIR)/\(.*\) \(.*/.*\):$(INSTALL) -S ../../sbin/\1 \2:' \
-# ${x}/Makefile.orig > ${x}/Makefile
-# done
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
diff --git a/sys-apps/acl/acl-2.0.18.ebuild b/sys-apps/acl/acl-2.0.18.ebuild
deleted file mode 100644
index 3e8afe0be5c8..000000000000
--- a/sys-apps/acl/acl-2.0.18.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.0.18.ebuild,v 1.9 2003/09/07 02:29:41 msterret Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="XFS dump/restore utilities"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-DEPEND="sys-apps/attr"
-
-src_compile() {
- OPTIMIZER="${CFLAGS}"
- DEBUG=-DNDEBUG
-
- autoconf || die
-
- ./configure --prefix=/usr --libexecdir=/lib || die
-
- cp include/builddefs include/builddefs.orig
- sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
- -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \
- -e 's:-O1::' \
- include/builddefs.orig > include/builddefs || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install install-dev install-lib || die
-
- dosym /usr/lib/libacl.so /lib/libacl.so
- dosym /lib/libacl.la /usr/lib/libacl.la
- dosym /lib/libacl.a /usr/lib/libacl.a
-}
diff --git a/sys-apps/acl/acl-2.0.5_p20020330.ebuild b/sys-apps/acl/acl-2.0.5_p20020330.ebuild
deleted file mode 100644
index cac40433fea9..000000000000
--- a/sys-apps/acl/acl-2.0.5_p20020330.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.0.5_p20020330.ebuild,v 1.3 2003/06/21 21:19:38 drobbins Exp $
-
-S=${WORKDIR}/cmd/${PN}
-OPV=20020330
-DESCRIPTION="XFS dump/restore utilities"
-SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${OPV}.tar.bz2"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-KEYWORDS="x86 amd64 ppc sparc "
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-DEPEND="virtual/glibc sys-devel/autoconf >=sys-apps/attr-${PV} sys-devel/make"
-RDEPEND="virtual/glibc"
-
-src_compile() {
- cd ${S}
- export OPTIMIZER="${CFLAGS}"
- export DEBUG=-DNDEBUG
- autoconf || die
- ./configure --prefix=/usr || die
- # 1) add a ${DESTDIR} prefix to all install paths so we can relocate during the "install" phase
- # 2) we also set the /usr/share/doc/ directory to the correct value.
- # 3) we remove a hard-coded "-O1"
- # 4) we fix some Makefile-created library symlinks that contains absolute paths
- cp include/builddefs include/builddefs.orig
- sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
- -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \
- -e 's:-O1::' \
- include/builddefs.orig > include/builddefs || die
-# -e 's:-S \(.*\) $(PKG_.*_DIR)/\(.*$\):-S \1 \2:' \
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install install-dev install-lib || die
- #fix freaky symlinks
- cd ${D}/usr/lib
- rm libacl.so
- ln -s ../../lib/libacl.so libacl.so
- cd ${D}/lib
- rm *a
- ln -s ../usr/lib/libacl.la libacl.la
- ln -s ../usr/lib/libacl.a libacl.a
-}
diff --git a/sys-apps/acl/acl-2.1.1-r1.ebuild b/sys-apps/acl/acl-2.1.1-r1.ebuild
index ac4cadc37920..732d8405a1dc 100644
--- a/sys-apps/acl/acl-2.1.1-r1.ebuild
+++ b/sys-apps/acl/acl-2.1.1-r1.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1-r1.ebuild,v 1.6 2003/09/07 02:29:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1-r1.ebuild,v 1.7 2003/09/13 17:38:25 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="XFS dump/restore utilities"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-KEYWORDS="x86 amd64 ~mips"
SLOT="0"
LICENSE="LGPL-2.1"
+KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
DEPEND="sys-apps/attr"
diff --git a/sys-apps/acl/acl-2.1.1.ebuild b/sys-apps/acl/acl-2.1.1.ebuild
deleted file mode 100644
index 5556b45529f0..000000000000
--- a/sys-apps/acl/acl-2.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1.ebuild,v 1.4 2003/09/07 02:29:41 msterret Exp $
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="XFS dump/restore utilities"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-HOMEPAGE="http://oss.sgi.com/projects/xfs"
-
-KEYWORDS="x86 amd64"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-DEPEND="sys-apps/attr"
-
-src_compile() {
- OPTIMIZER="${CFLAGS}"
- DEBUG=-DNDEBUG
-
- autoconf || die
-
- ./configure --prefix=/usr --libexecdir=/lib || die
-
- cp include/builddefs include/builddefs.orig
- sed -e 's:^PKG_\(.*\)_DIR = \(.*\)$:PKG_\1_DIR = ${DESTDIR}\2:' \
- -e "s:/usr/share/doc/${PN}:/usr/share/doc/${PF}:" \
- -e 's:-O1::' \
- include/builddefs.orig > include/builddefs || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install install-dev install-lib || die
-
- dosym /usr/lib/libacl.so /lib/libacl.so
- dosym /lib/libacl.la /usr/lib/libacl.la
- dosym /lib/libacl.a /usr/lib/libacl.a
-}
diff --git a/sys-apps/acl/acl-2.2.13-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild
index c188566ca2a3..d59d0f05f80c 100644
--- a/sys-apps/acl/acl-2.2.13-r1.ebuild
+++ b/sys-apps/acl/acl-2.2.13-r1.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.2 2003/09/07 02:29:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.3 2003/09/13 17:38:25 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="Access control list utilities, libraries and headers"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-KEYWORDS="~x86 ~amd64 ~mips"
SLOT="0"
LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
DEPEND="sys-apps/attr"
diff --git a/sys-apps/acl/acl-2.2.13.ebuild b/sys-apps/acl/acl-2.2.13.ebuild
index ec9cb58904ce..6e9bf7388e0b 100644
--- a/sys-apps/acl/acl-2.2.13.ebuild
+++ b/sys-apps/acl/acl-2.2.13.ebuild
@@ -1,17 +1,15 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13.ebuild,v 1.2 2003/09/07 02:29:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13.ebuild,v 1.3 2003/09/13 17:38:25 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="Access control list utilities, libraries and headers"
-
-SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
+SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz"
-KEYWORDS="~x86 ~amd64 ~mips"
SLOT="0"
LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
DEPEND="sys-apps/attr"
diff --git a/sys-apps/acl/files/digest-acl-1.1.3 b/sys-apps/acl/files/digest-acl-1.1.3
deleted file mode 100644
index de52d3e0e3d3..000000000000
--- a/sys-apps/acl/files/digest-acl-1.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4220669835d461d59fb7f3152dfeee74 acl-1.1.3.src.tar.gz 79346
diff --git a/sys-apps/acl/files/digest-acl-2.0.18 b/sys-apps/acl/files/digest-acl-2.0.18
deleted file mode 100644
index b6803cb9e9f5..000000000000
--- a/sys-apps/acl/files/digest-acl-2.0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f0ed8fa16753323cf6cb3575575978bd acl-2.0.18.src.tar.gz 109665
diff --git a/sys-apps/acl/files/digest-acl-2.0.5_p20020330 b/sys-apps/acl/files/digest-acl-2.0.5_p20020330
deleted file mode 100644
index 2993709f2f6e..000000000000
--- a/sys-apps/acl/files/digest-acl-2.0.5_p20020330
+++ /dev/null
@@ -1 +0,0 @@
-MD5 18bbd9b036cae38073bcaeef8b89ecf6 xfs-cmd-20020330.tar.bz2 1546532
diff --git a/sys-apps/acl/files/digest-acl-2.1.1 b/sys-apps/acl/files/digest-acl-2.1.1
deleted file mode 100644
index fcafcd9881dd..000000000000
--- a/sys-apps/acl/files/digest-acl-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2f4652b7d1a7ed99f3c5b8d684424081 acl-2.1.1.src.tar.gz 124205