diff options
author | Jason Wever <weeve@gentoo.org> | 2003-12-05 12:12:33 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-12-05 12:12:33 +0000 |
commit | 95ae7b208892cc17607dfb7b4ad23397886d5842 (patch) | |
tree | 0e520b9f5c25e13ee91484ca623b2a70ca872713 /sys-apps/attr | |
parent | New ebuild. Closing bug #31498 (diff) | |
download | gentoo-2-95ae7b208892cc17607dfb7b4ad23397886d5842.tar.gz gentoo-2-95ae7b208892cc17607dfb7b4ad23397886d5842.tar.bz2 gentoo-2-95ae7b208892cc17607dfb7b4ad23397886d5842.zip |
Marked stable on sparc because of acl dependency borkage.
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.7-r1.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 35a688a24ff0..b31c7bd76796 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.21 2003/11/28 17:57:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.22 2003/12/05 12:12:30 weeve Exp $ + + 05 Dec 2003; Jason Wever <weeve@gentoo.org> attr-2.4.7-r1.ebuild: + Marked stable on sparc because of acl dependency borkage. 28 Nov 2003; Jason Wever <weeve@gentoo.org> attr-2.4.7-r1.ebuild: Added a fix for sparcs so attr will build. Not that we can use XFS yet, but diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index e77f89c341ee..11b2f5a69b71 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -1,10 +1,10 @@ -MD5 36f0baa0d2c771e8c772067a52987ab9 attr-2.4.7-r1.ebuild 1630 +MD5 b060735affb61c08014290c72713285b ChangeLog 3730 +MD5 d40802c48efda832a579be7e9b69f559 attr-2.2.0.ebuild 1278 +MD5 9bf91e2476f3372fb92bc398ba94601f attr-2.4.1.ebuild 1344 +MD5 4cd651c514289673ae6c341112ea5820 attr-2.4.7-r1.ebuild 1629 +MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 +MD5 eb9d74131b80a3e1c465474ea5eb5d9e files/attr-2.2.0-gettext.diff 642 MD5 74e751203db2d18c328b77951c4e5396 files/attr-2.4.1-gettext.diff 1208 MD5 b57048711f1d8bc6ae87ea34a3dc212f files/digest-attr-2.2.0 123 MD5 5176e6e3d5d11a771451a6f2d845d48b files/digest-attr-2.4.1 65 MD5 8420856a31d88f998b2e8fdc978f804a files/digest-attr-2.4.7-r1 65 -MD5 eb9d74131b80a3e1c465474ea5eb5d9e files/attr-2.2.0-gettext.diff 642 -MD5 d40802c48efda832a579be7e9b69f559 attr-2.2.0.ebuild 1278 -MD5 9bf91e2476f3372fb92bc398ba94601f attr-2.4.1.ebuild 1344 -MD5 41d7e1343cd761d795459e321480b33a ChangeLog 3601 -MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild index 3e786ba99c63..a2da8ef94007 100644 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ b/sys-apps/attr/attr-2.4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.6 2003/11/28 17:57:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.7 2003/12/05 12:12:30 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs extended attributes tools" @@ -10,7 +10,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~amd64 ~mips ppc ia64 ~sparc" +KEYWORDS="x86 ~amd64 ~mips ppc ia64 sparc" DEPEND=">=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4.0.5 |