diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-02 22:30:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-02 22:30:18 +0000 |
commit | 89c86ea711dc402cb259f0ad7332c840c070cb86 (patch) | |
tree | 3a63fc2fb3810f018e186b535e20030a5e2c9669 /sys-apps/attr | |
parent | sort and add gnuconfig to the build list (diff) | |
download | historical-89c86ea711dc402cb259f0ad7332c840c070cb86.tar.gz historical-89c86ea711dc402cb259f0ad7332c840c070cb86.tar.bz2 historical-89c86ea711dc402cb259f0ad7332c840c070cb86.zip |
old
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 61 | ||||
-rw-r--r-- | sys-apps/attr/files/digest-attr-2.4.19 | 1 |
3 files changed, 10 insertions, 62 deletions
diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index fbbec40b3bdd..9265a299a68d 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 5bf9405e2ffb4ac628eced8fd0efcac6 attr-2.4.19-r1.ebuild 1430 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 853c62ae3d9243d77d45964479627c33 ChangeLog 7119 MD5 9884f12ef497050faff6f6418acae8e2 files/digest-attr-2.4.19-r1 67 MD5 c09974172d4e6f9fd20a4c4b53c0a8d4 files/attr-2.4.19-attr_copy_file-suppress-warning.patch 715 MD5 8c0ffc8078bf36ce6eb5c698e9df7e0f files/attr-no-man2pages.patch 398 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDGNKagIKl8Uu19MoRAsyhAJ9+b3zrpMzqIVMNhs35YPSlEqScxQCfUbVY +AE/wqTkCh7vJps6WPZP+EKc= +=vu6H +-----END PGP SIGNATURE----- diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild deleted file mode 100644 index a95c7159624b..000000000000 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ /dev/null @@ -1,61 +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.ebuild,v 1.15 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" - - # 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}" - - # Some archs need the PLATFORM var unset - if hasq ${ARCH} mips ppc sparc ppc64 s390; then - unset PLATFORM - fi - - 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/files/digest-attr-2.4.19 b/sys-apps/attr/files/digest-attr-2.4.19 deleted file mode 100644 index 603a636034af..000000000000 --- a/sys-apps/attr/files/digest-attr-2.4.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 0ea0d3bea5a58727eafd46fa1c0f09cc attr-2.4.19.src.tar.gz 103599 |