diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-07 19:38:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-07 19:38:00 +0000 |
commit | 579f889c18b846f338e77b5ef3480d32974367cb (patch) | |
tree | 85881b3e5ee968075c54f7a4ff98219e10980673 /sys-apps | |
parent | Re-drop hppa keyword, thanks to Mr_Bones for reminding. (diff) | |
download | gentoo-2-579f889c18b846f338e77b5ef3480d32974367cb.tar.gz gentoo-2-579f889c18b846f338e77b5ef3480d32974367cb.tar.bz2 gentoo-2-579f889c18b846f338e77b5ef3480d32974367cb.zip |
old
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
8 files changed, 0 insertions, 416 deletions
diff --git a/sys-apps/acl/acl-2.2.47-r1.ebuild b/sys-apps/acl/acl-2.2.47-r1.ebuild deleted file mode 100644 index 869c34486866..000000000000 --- a/sys-apps/acl/acl-2.2.47-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.47-r1.ebuild,v 1.2 2009/12/29 01:39:03 abcd Exp $ - -inherit eutils autotools toolchain-funcs - -MY_P="${PN}_${PV}-1" -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/${MY_P}.tar.gz - ftp://xfs.org/mirror/SGI/cmd_tars/${MY_P}.tar.gz - nfs? ( http://www.citi.umich.edu/projects/nfsv4/linux/acl-patches/2.2.42-2/acl-2.2.42-CITI_NFS4_ALL-2.dif )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="nfs nls" - -RDEPEND=">=sys-apps/attr-2.4 - nfs? ( net-libs/libnfsidmap )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd "${S}" - if use nfs ; then - cp "${DISTDIR}"/acl-2.2.42-CITI_NFS4_ALL-2.dif . || die - sed -i '/^diff --git a.debian.changelog b.debian.changelog/,/^diff --git/d' acl-2.2.42-CITI_NFS4_ALL-2.dif || die - epatch acl-2.2.42-CITI_NFS4_ALL-2.dif - fi - epatch \ - "${FILESDIR}"/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch \ - "${FILESDIR}"/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch #265425 - epatch "${FILESDIR}"/${PN}-2.2.45-libtool.patch #158068 - epatch "${FILESDIR}"/${PN}-2.2.45-linguas.patch #205948 - epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch - epatch "${FILESDIR}"/${P}-search-PATH.patch - sed -i \ - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ - -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \ - include/builddefs.in \ - || die "failed to update builddefs" - # libtool will clobber install-sh which is really a custom file - mv install-sh acl.install-sh || die - AT_M4DIR="m4" eautoreconf - mv acl.install-sh install-sh || die - strip-linguas po -} - -src_compile() { - use prefix || EPREFIX= - unset PLATFORM #184564 - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - $(use_enable nls gettext) \ - --libexecdir="${EPREFIX}"/usr/$(get_libdir) \ - --bindir="${EPREFIX}"/bin - - emake || die -} - -src_install() { - emake DIST_ROOT="${D}" install install-dev install-lib || die - prepalldocs - - # move shared libs to / - gen_usr_ldscript -a acl -} diff --git a/sys-apps/acl/acl-2.2.47.ebuild b/sys-apps/acl/acl-2.2.47.ebuild deleted file mode 100644 index 95b92b1e2ba8..000000000000 --- a/sys-apps/acl/acl-2.2.47.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.47.ebuild,v 1.9 2008/12/16 17:58:55 jer Exp $ - -inherit eutils autotools toolchain-funcs - -MY_P="${PN}_${PV}-1" -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/${MY_P}.tar.gz - ftp://xfs.org/mirror/SGI/cmd_tars/${MY_P}.tar.gz - nfs? ( http://www.citi.umich.edu/projects/nfsv4/linux/acl-patches/2.2.42-2/acl-2.2.42-CITI_NFS4_ALL-2.dif )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nfs nls" - -RDEPEND=">=sys-apps/attr-2.4 - nfs? ( net-libs/libnfsidmap )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${MY_P}.tar.gz - cd "${S}" - if use nfs ; then - cp "${DISTDIR}"/acl-2.2.42-CITI_NFS4_ALL-2.dif . || die - sed -i '/^diff --git a.debian.changelog b.debian.changelog/,/^diff --git/d' acl-2.2.42-CITI_NFS4_ALL-2.dif || die - epatch acl-2.2.42-CITI_NFS4_ALL-2.dif - fi - epatch "${FILESDIR}"/${PN}-2.2.45-libtool.patch #158068 - epatch "${FILESDIR}"/${PN}-2.2.45-linguas.patch #205948 - epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch - sed -i \ - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ - -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \ - include/builddefs.in \ - || die "failed to update builddefs" - # libtool will clobber install-sh which is really a custom file - mv install-sh acl.install-sh || die - AT_M4DIR="m4" eautoreconf - mv acl.install-sh install-sh || die - strip-linguas po -} - -src_compile() { - unset PLATFORM #184564 - export OPTIMIZER=${CFLAGS} - export DEBUG=-DNDEBUG - - econf \ - $(use_enable nls gettext) \ - --libexecdir=/usr/$(get_libdir) \ - --bindir=/bin \ - || die - emake || die -} - -src_install() { - emake DIST_ROOT="${D}" install install-dev install-lib || die - prepalldocs - - # move shared libs to / - dodir /$(get_libdir) - mv "${D}"/usr/$(get_libdir)/libacl.so* "${D}"/$(get_libdir)/ || die - gen_usr_ldscript libacl.so -} diff --git a/sys-apps/acl/files/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch b/sys-apps/acl/files/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch deleted file mode 100644 index 7f070a899d78..000000000000 --- a/sys-apps/acl/files/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch +++ /dev/null @@ -1,53 +0,0 @@ -http://bugs.gentoo.org/265425 - -From 1a80c89ee88357137b598fa3357b576933c5746c Mon Sep 17 00:00:00 2001 -From: Andreas Gruenbacher <agruen@suse.de> -Date: Tue, 23 Jun 2009 00:17:49 +0200 -Subject: [PATCH] Introduce new WALK_TREE_DEREFERENCE_TOPLEVEL flag - -This flag indicates to dereference top-level symlinks. (If non -top-level symlinks should be stat()ed as well, the -WALK_TREE_DEREFERENCE flag must be specified.) ---- - include/walk_tree.h | 9 +++++---- - libmisc/walk_tree.c | 4 +++- - 2 files changed, 8 insertions(+), 5 deletions(-) - -diff --git a/include/walk_tree.h b/include/walk_tree.h -index 53a8fc5..9f1ec34 100644 ---- a/include/walk_tree.h -+++ b/include/walk_tree.h -@@ -20,10 +20,11 @@ - #ifndef __WALK_TREE_H - #define __WALK_TREE_H - --#define WALK_TREE_RECURSIVE 0x1 --#define WALK_TREE_PHYSICAL 0x2 --#define WALK_TREE_LOGICAL 0x4 --#define WALK_TREE_DEREFERENCE 0x8 -+#define WALK_TREE_RECURSIVE 0x01 -+#define WALK_TREE_PHYSICAL 0x02 -+#define WALK_TREE_LOGICAL 0x04 -+#define WALK_TREE_DEREFERENCE 0x08 -+#define WALK_TREE_DEREFERENCE_TOPLEVEL 0x10 - - #define WALK_TREE_TOPLEVEL 0x100 - #define WALK_TREE_SYMLINK 0x200 -diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c -index 2777145..30ff92a 100644 ---- a/libmisc/walk_tree.c -+++ b/libmisc/walk_tree.c -@@ -78,7 +78,9 @@ static int walk_tree_rec(const char *path, int walk_flags, - return func(path, NULL, flags | WALK_TREE_FAILED, arg); - if (S_ISLNK(st.st_mode)) { - flags |= WALK_TREE_SYMLINK; -- if (flags & WALK_TREE_DEREFERENCE) { -+ if ((flags & WALK_TREE_DEREFERENCE) || -+ ((flags & WALK_TREE_TOPLEVEL) && -+ (flags & WALK_TREE_DEREFERENCE_TOPLEVEL))) { - if (stat(path, &st) != 0) - return func(path, NULL, - flags | WALK_TREE_FAILED, arg); --- -1.6.3.3 - diff --git a/sys-apps/acl/files/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch b/sys-apps/acl/files/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch deleted file mode 100644 index f3925c76003b..000000000000 --- a/sys-apps/acl/files/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch +++ /dev/null @@ -1,47 +0,0 @@ -http://bugs.gentoo.org/265425 - -From 63451a06b7484d220750ed8574d3ee84e156daf5 Mon Sep 17 00:00:00 2001 -From: Andreas Gruenbacher <agruen@suse.de> -Date: Tue, 23 Jun 2009 00:29:45 +0200 -Subject: [PATCH] Make sure that getfacl -R only calls stat(2) on symlinks when it needs to - -This fixes http://oss.sgi.com/bugzilla/show_bug.cgi?id=790 -"getfacl follows symlinks, even without -L". ---- - getfacl/getfacl.c | 7 ++++--- - -diff --git a/getfacl/getfacl.c b/getfacl/getfacl.c -index fc650e3..b3e6200 100644 ---- a/getfacl/getfacl.c -+++ b/getfacl/getfacl.c -@@ -70,7 +70,7 @@ struct option long_options[] = { - const char *progname; - const char *cmd_line_options; - --int walk_flags = WALK_TREE_DEREFERENCE; -+int walk_flags = WALK_TREE_DEREFERENCE_TOPLEVEL; - int opt_print_acl; - int opt_print_default_acl; - int opt_strip_leading_slash = 1; -@@ -642,7 +642,7 @@ int main(int argc, char *argv[]) - case 'L': /* follow all symlinks */ - if (posixly_correct) - goto synopsis; -- walk_flags |= WALK_TREE_LOGICAL; -+ walk_flags |= WALK_TREE_LOGICAL | WALK_TREE_DEREFERENCE; - walk_flags &= ~WALK_TREE_PHYSICAL; - break; - -@@ -650,7 +650,8 @@ int main(int argc, char *argv[]) - if (posixly_correct) - goto synopsis; - walk_flags |= WALK_TREE_PHYSICAL; -- walk_flags &= ~WALK_TREE_LOGICAL; -+ walk_flags &= ~(WALK_TREE_LOGICAL | WALK_TREE_DEREFERENCE | -+ WALK_TREE_DEREFERENCE_TOPLEVEL); - break; - - case 's': /* skip files with only base entries */ --- -1.6.3.3 - diff --git a/sys-apps/acl/files/acl-2.2.32-only-symlink-when-needed.patch b/sys-apps/acl/files/acl-2.2.32-only-symlink-when-needed.patch deleted file mode 100644 index 387a08352e16..000000000000 --- a/sys-apps/acl/files/acl-2.2.32-only-symlink-when-needed.patch +++ /dev/null @@ -1,18 +0,0 @@ -We dont want to generate symlinks when the libdir is the same as the -devlibdir, otherwise we clobber the real files with broken symlinks - ---- include/buildmacros -+++ include/buildmacros -@@ -102,9 +102,11 @@ - ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \ - ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \ - ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \ -+ if test "x$(PKG_DEVLIB_DIR)" != "x$(PKG_LIB_DIR)" ; then \ - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \ - ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \ -- ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so -+ ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so; \ -+ fi - else - INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC) - endif diff --git a/sys-apps/acl/files/acl-2.2.45-libtool.patch b/sys-apps/acl/files/acl-2.2.45-libtool.patch deleted file mode 100644 index 39a1e2743f40..000000000000 --- a/sys-apps/acl/files/acl-2.2.45-libtool.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- m4/package_utilies.m4 -+++ m4/package_utilies.m4 -@@ -32,15 +32,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES], - AC_SUBST(make) - AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make]) - -- if test -z "$LIBTOOL"; then -- AC_PATH_PROG(LIBTOOL, glibtool,, /usr/bin) -- fi -- if test -z "$LIBTOOL"; then -- AC_PATH_PROG(LIBTOOL, libtool,, /usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -- libtool=$LIBTOOL -- AC_SUBST(libtool) -- AC_PACKAGE_NEED_UTILITY($1, "$libtool", libtool, [GNU libtool]) -+ AC_PROG_LIBTOOL - - if test -z "$TAR"; then - AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin) ---- include/builddefs.in -+++ include/builddefs.in -@@ -17,6 +17,7 @@ LIBMISC = $(TOPDIR)/libmisc/libmisc.la - - prefix = @prefix@ - exec_prefix = @exec_prefix@ -+top_builddir = @top_builddir@ - datarootdir = @datarootdir@ - - PKG_NAME = @pkg_name@ ---- m4/package_globals.m4 -+++ m4/package_globals.m4 -@@ -8,6 +8,8 @@ AC_DEFUN([AC_PACKAGE_GLOBALS], - [ pkg_name="$1" - AC_SUBST(pkg_name) - -+ AC_PROG_CC -+ - . ./VERSION - pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION} - AC_SUBST(pkg_version) diff --git a/sys-apps/acl/files/acl-2.2.45-linguas.patch b/sys-apps/acl/files/acl-2.2.45-linguas.patch deleted file mode 100644 index b26d9459195a..000000000000 --- a/sys-apps/acl/files/acl-2.2.45-linguas.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.orig 2008-02-22 21:56:25.000000000 -0500 -+++ po/Makefile 2008-02-22 21:56:31.000000000 -0500 -@@ -6,7 +6,7 @@ - include $(TOPDIR)/include/builddefs - - POTHEAD = $(PKG_NAME).pot --LINGUAS = de es fr gl pl sv -+LINGUAS ?= de es fr gl pl sv - LSRCFILES = $(LINGUAS:%=%.po) $(POTHEAD) - LDIRT = $(POTHEAD) - diff --git a/sys-apps/acl/files/acl-2.2.47-search-PATH.patch b/sys-apps/acl/files/acl-2.2.47-search-PATH.patch deleted file mode 100644 index eb67ebf1b32c..000000000000 --- a/sys-apps/acl/files/acl-2.2.47-search-PATH.patch +++ /dev/null @@ -1,108 +0,0 @@ -On prefix, we want the versions from within EPREFIX, so just search the PATH -- don't -try to be clever about where the tools may be found - ---- acl-2.2.47.orig/m4/package_utilies.m4 -+++ acl-2.2.47/m4/package_utilies.m4 -@@ -22,57 +22,39 @@ AC_DEFUN([AC_PACKAGE_UTILITIES], - AC_SUBST(cc) - AC_PACKAGE_NEED_UTILITY($1, "$cc", cc, [C compiler]) - -- if test -z "$MAKE"; then -- AC_PATH_PROG(MAKE, gmake,, /usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -- if test -z "$MAKE"; then -- AC_PATH_PROG(MAKE, make,, /usr/bin) -- fi -+ AC_PATH_PROG(MAKE, gmake) -+ AC_PATH_PROG(MAKE, make) - make=$MAKE - AC_SUBST(make) - AC_PACKAGE_NEED_UTILITY($1, "$make", make, [GNU make]) - - AC_PROG_LIBTOOL - -- if test -z "$TAR"; then -- AC_PATH_PROG(TAR, tar,, /usr/freeware/bin:/bin:/usr/local/bin:/usr/bin) -- fi -+ AC_PATH_PROG(TAR, tar) - tar=$TAR - AC_SUBST(tar) -- if test -z "$ZIP"; then -- AC_PATH_PROG(ZIP, gzip,, /bin:/usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -+ AC_PATH_PROG(ZIP, gzip) - - zip=$ZIP - AC_SUBST(zip) - -- if test -z "$MAKEDEPEND"; then -- AC_PATH_PROG(MAKEDEPEND, makedepend, /bin/true) -- fi -+ AC_PATH_PROG(MAKEDEPEND, makedepend, /bin/true) - makedepend=$MAKEDEPEND - AC_SUBST(makedepend) - -- if test -z "$AWK"; then -- AC_PATH_PROG(AWK, awk,, /bin:/usr/bin) -- fi -+ AC_PROG_AWK - awk=$AWK - AC_SUBST(awk) - -- if test -z "$SED"; then -- AC_PATH_PROG(SED, sed,, /bin:/usr/bin) -- fi -+ AC_PROG_SED - sed=$SED - AC_SUBST(sed) - -- if test -z "$ECHO"; then -- AC_PATH_PROG(ECHO, echo,, /bin:/usr/bin) -- fi -+ AC_PATH_PROG(ECHO, echo) - echo=$ECHO - AC_SUBST(echo) - -- if test -z "$SORT"; then -- AC_PATH_PROG(SORT, sort,, /bin:/usr/bin) -- fi -+ AC_PATH_PROG(SORT, sort) - sort=$SORT - AC_SUBST(sort) - -@@ -80,31 +62,23 @@ AC_DEFUN([AC_PACKAGE_UTILITIES], - AC_PROG_LN_S - - if test "$enable_gettext" = yes; then -- if test -z "$MSGFMT"; then -- AC_PATH_PROG(MSGFMT, msgfmt,, /usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -+ AC_PATH_PROG(MSGFMT, msgfmt) - msgfmt=$MSGFMT - AC_SUBST(msgfmt) - AC_PACKAGE_NEED_UTILITY($1, "$msgfmt", msgfmt, gettext) - -- if test -z "$MSGMERGE"; then -- AC_PATH_PROG(MSGMERGE, msgmerge,, /usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -+ AC_PATH_PROG(MSGMERGE, msgmerge) - msgmerge=$MSGMERGE - AC_SUBST(msgmerge) - AC_PACKAGE_NEED_UTILITY($1, "$msgmerge", msgmerge, gettext) - -- if test -z "$XGETTEXT"; then -- AC_PATH_PROG(XGETTEXT, xgettext,, /usr/bin:/usr/local/bin:/usr/freeware/bin) -- fi -+ AC_PATH_PROG(XGETTEXT, xgettext) - xgettext=$XGETTEXT - AC_SUBST(xgettext) - AC_PACKAGE_NEED_UTILITY($1, "$xgettext", xgettext, gettext) - fi - -- if test -z "$RPM"; then -- AC_PATH_PROG(RPM, rpm,, /bin:/usr/bin:/usr/freeware/bin) -- fi -+ AC_PATH_PROG(RPM, rpm) - rpm=$RPM - AC_SUBST(rpm) - |