diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:49:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 01:49:12 +0000 |
commit | 11c5ea9c56e8b56d2946fcd6f8268f008cf56b76 (patch) | |
tree | b22f0c3cb78435845e0ae07027a937565cb452e0 /sys-apps/attr | |
parent | old (diff) | |
download | gentoo-2-11c5ea9c56e8b56d2946fcd6f8268f008cf56b76.tar.gz gentoo-2-11c5ea9c56e8b56d2946fcd6f8268f008cf56b76.tar.bz2 gentoo-2-11c5ea9c56e8b56d2946fcd6f8268f008cf56b76.zip |
old
(Portage version: 2.1_pre9)
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.19-r1.ebuild | 57 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.23.ebuild | 54 | ||||
-rw-r--r-- | sys-apps/attr/files/attr-2.4.19-attr_copy_file-suppress-warning.patch | 20 | ||||
-rw-r--r-- | sys-apps/attr/files/attr-no-man2pages.patch | 12 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-2.4.19-r1 | 3 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-2.4.23 | 3 |
6 files changed, 0 insertions, 149 deletions
diff --git a/sys-apps/attr/attr-2.4.19-r1.ebuild b/sys-apps/attr/attr-2.4.19-r1.ebuild deleted file mode 100644 index f28a1ffc5b0b..000000000000 --- a/sys-apps/attr/attr-2.4.19-r1.ebuild +++ /dev/null @@ -1,57 +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/attr/attr-2.4.19-r1.ebuild,v 1.2 2005/05/29 09:24:49 vapier Exp $ - -inherit eutils - -DESCRIPTION="Extended attributes tools" -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" - -DEPEND=">=sys-apps/portage-2.0.47-r10 - nls? ( sys-devel/gettext ) - sys-devel/libtool" -RDEPEND="" - -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" - - epatch "${FILESDIR}"/${P}-attr_copy_file-suppress-warning.patch #93348 - # More extensive man 2 documentation is found in the man-pages package, - # so disable the installation of them - epatch "${FILESDIR}"/${PN}-no-man2pages.patch -} - -src_compile() { - if use debug ; then - export DEBUG=-DDEBUG - else - export DEBUG=-DNDEBUG - fi - export OPTIMIZER="${CFLAGS}" - - econf \ - $(use_enable nls gettext) \ - --libdir=/$(get_libdir) \ - --libexecdir=/usr/$(get_libdir) \ - --bindir=/bin \ - || die - emake || die -} - -src_install() { - make DIST_ROOT="${D}" install install-lib install-dev || die - prepalldocs -} diff --git a/sys-apps/attr/attr-2.4.23.ebuild b/sys-apps/attr/attr-2.4.23.ebuild deleted file mode 100644 index 52546d480d3f..000000000000 --- a/sys-apps/attr/attr-2.4.23.ebuild +++ /dev/null @@ -1,54 +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/attr/attr-2.4.23.ebuild,v 1.1 2005/09/02 22:48:58 vapier Exp $ - -inherit eutils - -DESCRIPTION="Extended attributes tools" -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" - -DEPEND=">=sys-apps/portage-2.0.47-r10 - nls? ( sys-devel/gettext ) - sys-devel/libtool" -RDEPEND="" - -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 \ - $(use_enable nls gettext) \ - --libdir=/$(get_libdir) \ - --libexecdir=/usr/$(get_libdir) \ - --bindir=/bin \ - || die - emake || die -} - -src_install() { - make DIST_ROOT="${D}" install install-lib install-dev || die - # the man-pages packages provides the man2 files - rm -r "${D}"/usr/share/man/man2 - prepalldocs -} diff --git a/sys-apps/attr/files/attr-2.4.19-attr_copy_file-suppress-warning.patch b/sys-apps/attr/files/attr-2.4.19-attr_copy_file-suppress-warning.patch deleted file mode 100644 index 1fb43b976560..000000000000 --- a/sys-apps/attr/files/attr-2.4.19-attr_copy_file-suppress-warning.patch +++ /dev/null @@ -1,20 +0,0 @@ -http://bugs.gentoo.org/93348 - - libattr/attr_copy_file.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - ---- attr-2.4.22/libattr/attr_copy_file.c 2004-11-30 08:34:47.000000000 -0500 -+++ attr/libattr/attr_copy_file.c 2005-05-20 11:49:25.000000000 -0400 -@@ -138,9 +138,9 @@ - if (lsetxattr (dst_path, name, value, size, 0) != 0) - { - const char *qpath = quote (ctx, dst_path); -- if (errno == ENOSYS) { -- error (ctx, _("setting attributes for %s"), -- qpath); -+ if (errno == ENOSYS || errno == EOPNOTSUPP) { -+ error (ctx, _("Metadata will be lost, " -+ "setting attributes for %s"), qpath); - ret = -1; - break; /* no hope of getting any further */ - } else { diff --git a/sys-apps/attr/files/attr-no-man2pages.patch b/sys-apps/attr/files/attr-no-man2pages.patch deleted file mode 100644 index 060615a4491b..000000000000 --- a/sys-apps/attr/files/attr-no-man2pages.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN attr-2.4.1.old/man/Makefile attr-2.4.1/man/Makefile ---- attr-2.4.1.old/man/Makefile 2002-06-04 16:07:56.000000000 -0700 -+++ attr-2.4.1/man/Makefile 2003-12-09 20:25:40.000000000 -0800 -@@ -33,7 +33,7 @@ - TOPDIR = .. - include $(TOPDIR)/include/builddefs - --SUBDIRS = man1 man2 man3 man5 -+SUBDIRS = man1 man3 man5 - - default install install-dev install-lib: $(SUBDIRS) - $(SUBDIRS_MAKERULE) diff --git a/sys-apps/attr/files/digest-attr-2.4.19-r1 b/sys-apps/attr/files/digest-attr-2.4.19-r1 deleted file mode 100644 index a9ecc501c6b5..000000000000 --- a/sys-apps/attr/files/digest-attr-2.4.19-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0ea0d3bea5a58727eafd46fa1c0f09cc attr-2.4.19.src.tar.gz 103599 -RMD160 45f0598bb2149413912144e68450fe5835a82b19 attr-2.4.19.src.tar.gz 103599 -SHA256 f6dbe57edf9cb4a40a167b6891ff52425384533a076001fa634726db1c515871 attr-2.4.19.src.tar.gz 103599 diff --git a/sys-apps/attr/files/digest-attr-2.4.23 b/sys-apps/attr/files/digest-attr-2.4.23 deleted file mode 100644 index 4015eb10f7d9..000000000000 --- a/sys-apps/attr/files/digest-attr-2.4.23 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b3697e6e708d46af4876a68869c498ba attr-2.4.23.src.tar.gz 104030 -RMD160 f725abd73605a6ec99670fa9be450ac809fb5361 attr-2.4.23.src.tar.gz 104030 -SHA256 57e1a918bf67426ecfbec87cf9817f21ee028bc7fe1aec5dae2dcc61aab92d00 attr-2.4.23.src.tar.gz 104030 |