diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:47:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:47:58 +0000 |
commit | 7d4ebd38ee89b343b65220b088a7ab53d753a739 (patch) | |
tree | 93df36242e8a60bb9e8842f3e37173917d3adbca /sys-apps | |
parent | old (diff) | |
download | gentoo-2-7d4ebd38ee89b343b65220b088a7ab53d753a739.tar.gz gentoo-2-7d4ebd38ee89b343b65220b088a7ab53d753a739.tar.bz2 gentoo-2-7d4ebd38ee89b343b65220b088a7ab53d753a739.zip |
old
(Portage version: 2.1_pre9)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acl/acl-2.2.27.ebuild | 60 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.31.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/acl/files/acl-2.2.27-nls.patch | 43 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.27 | 3 | ||||
-rw-r--r-- | sys-apps/acl/files/digest-acl-2.2.31 | 3 |
5 files changed, 0 insertions, 162 deletions
diff --git a/sys-apps/acl/acl-2.2.27.ebuild b/sys-apps/acl/acl-2.2.27.ebuild deleted file mode 100644 index 4398a104bc52..000000000000 --- a/sys-apps/acl/acl-2.2.27.ebuild +++ /dev/null @@ -1,60 +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/acl/acl-2.2.27.ebuild,v 1.15 2005/09/25 11:20:57 redhatter Exp $ - -inherit eutils - -DESCRIPTION="Access control list utilities, libraries and headers" -HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz - ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="nls debug" - -RDEPEND=">=sys-apps/attr-2.4 - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-nls.patch - sed -i \ - -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \ - -e '/^PKG_[[:upper:]]*_DIR/s:= := $(DESTDIR):' \ - include/builddefs.in \ - || die "failed to update builddefs" -} - -src_compile() { - if use debug ; then - export DEBUG=-DDEBUG - else - export DEBUG=-DNDEBUG - fi - export OPTIMIZER="${CFLAGS}" - - # Some archs need the PLATFORM var unset - if hasq ${ARCH} mips ppc sparc ppc64 s390; then - unset PLATFORM - fi - - econf \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --libexecdir=/usr/$(get_libdir) \ - --libdir=/$(get_libdir) \ - --bindir=/bin \ - $(use_enable nls gettext) \ - || die - emake || die -} - -src_install() { - make DIST_ROOT="${D}" install install-dev install-lib || die - dodoc README -} diff --git a/sys-apps/acl/acl-2.2.31.ebuild b/sys-apps/acl/acl-2.2.31.ebuild deleted file mode 100644 index aea69db3db95..000000000000 --- a/sys-apps/acl/acl-2.2.31.ebuild +++ /dev/null @@ -1,53 +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/acl/acl-2.2.31.ebuild,v 1.1 2005/09/02 22:52:53 vapier Exp $ - -inherit eutils - -DESCRIPTION="Access control list utilities, libraries and headers" -HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz - ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls debug" - -RDEPEND=">=sys-apps/attr-2.4 - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND} - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \ - include/builddefs.in \ - || die "failed to update builddefs" -} - -src_compile() { - if use debug ; then - export DEBUG=-DDEBUG - else - export DEBUG=-DNDEBUG - fi - export OPTIMIZER="${CFLAGS}" - - econf \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --libexecdir=/usr/$(get_libdir) \ - --libdir=/$(get_libdir) \ - --bindir=/bin \ - $(use_enable nls gettext) \ - || die - emake || die -} - -src_install() { - make DIST_ROOT="${D}" install install-dev install-lib || die - dodoc README -} diff --git a/sys-apps/acl/files/acl-2.2.27-nls.patch b/sys-apps/acl/files/acl-2.2.27-nls.patch deleted file mode 100644 index 6ea1bdd8cf5f..000000000000 --- a/sys-apps/acl/files/acl-2.2.27-nls.patch +++ /dev/null @@ -1,43 +0,0 @@ -The config.h handles the gettext logic, make sure we use it instead of -assuming gettext support is enabled. - -http://bugs.gentoo.org/show_bug.cgi?id=84641 - ---- acl-2.2.27/setfacl/do_set.c -+++ acl-2.2.27/setfacl/do_set.c -@@ -36,7 +36,7 @@ - #include "sequence.h" - #include "parse.h" - --#include <libintl.h> -+#include "config.h" - - - extern const char *progname; -@@ -389,7 +388,7 @@ - goto fail; - if (error > 0) { - acl_text = acl_to_any_text(acl, NULL, ',', 0); -- fprintf(stderr, gettext("%s: %s: Malformed access ACL " -+ fprintf(stderr, _("%s: %s: Malformed access ACL " - "`%s': %s at entry %d\n"), progname, path_p, - acl_text, acl_error(error), which_entry+1); - acl_free(acl_text); -@@ -416,7 +416,7 @@ - goto fail; - if (error > 0) { - acl_text = acl_to_any_text(default_acl, NULL, ',', 0); -- fprintf(stderr, gettext("%s: %s: Malformed default ACL " -+ fprintf(stderr, _("%s: %s: Malformed default ACL " - "`%s': %s at entry %d\n"), - progname, path_p, acl_text, - acl_error(error), which_entry+1); -@@ -478,7 +478,7 @@ - } - } else { - if (acl_entries(default_acl) != 0) { -- fprintf(stderr, gettext( -+ fprintf(stderr, _( - "%s: %s: Only directories " - "can have default ACLs\n"), - progname, path_p); diff --git a/sys-apps/acl/files/digest-acl-2.2.27 b/sys-apps/acl/files/digest-acl-2.2.27 deleted file mode 100644 index 8da269b1f311..000000000000 --- a/sys-apps/acl/files/digest-acl-2.2.27 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 973c63cea7402345d834ceb0049a1f86 acl-2.2.27.src.tar.gz 144400 -RMD160 5ed9a7643359fbcd37d48dd6be3f5ac4eb56b96b acl-2.2.27.src.tar.gz 144400 -SHA256 3f7ab9b2a9c88376d6d97e2d4fa0b0e9d8f3303c9727e1949a6ae838de11d858 acl-2.2.27.src.tar.gz 144400 diff --git a/sys-apps/acl/files/digest-acl-2.2.31 b/sys-apps/acl/files/digest-acl-2.2.31 deleted file mode 100644 index f1272ddf7316..000000000000 --- a/sys-apps/acl/files/digest-acl-2.2.31 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7e7ec2685b44d61cc68b703dac2fc453 acl-2.2.31.src.tar.gz 147595 -RMD160 d7aabfc481e4656bacda7263b5ecf2af1bc09946 acl-2.2.31.src.tar.gz 147595 -SHA256 2efb0c8dbc79c1c605b338dc12222bd0c2ef78bf49bb3eb81cfb59d6660e4453 acl-2.2.31.src.tar.gz 147595 |