diff options
author | 2004-08-02 17:46:33 +0000 | |
---|---|---|
committer | 2004-08-02 17:46:33 +0000 | |
commit | 593be7004bf21b9ccee663b3e07537062d9cd93b (patch) | |
tree | aefafefc6adefdc9eaac1a3c644b9ae62b4b8b22 /sys-apps | |
parent | Revision bump. Thanks to Frank Benkstein <benkstein@gmx.de>. Resolved bug #59... (diff) | |
download | gentoo-2-593be7004bf21b9ccee663b3e07537062d9cd93b.tar.gz gentoo-2-593be7004bf21b9ccee663b3e07537062d9cd93b.tar.bz2 gentoo-2-593be7004bf21b9ccee663b3e07537062d9cd93b.zip |
Quick description change to reflect the fact that this package is useful for filesystems other than XFS
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/attr/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.8.ebuild | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index d1b6321149ee..62eb7e95f17c 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for sys-apps/attr # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.35 2004/07/19 02:45:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.36 2004/08/02 17:46:33 avenj Exp $ - 01 Mar 2004; Tom Gall <tgall@gentoo.org> attr-2.4.7-r1.ebuild: - stable on ppc64, unset PLATFORM as per bug #42937 + 02 Aug 2004; Jon Portnoy <avenj@gentoo.org> attr-2.4.7-r1.ebuild, + attr-2.4.8.ebuild : + Quick description change to reflect the fact that this package is + useful for filesystems other than XFS. + + 01 Mar 2004; Tom Gall <tgall@gentoo.org> attr-2.4.7-r1.ebuild: + stable on ppc64, unset PLATFORM as per bug #42937 18 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> attr-2.4.8.ebuild: stable on x86. diff --git a/sys-apps/attr/attr-2.4.7-r1.ebuild b/sys-apps/attr/attr-2.4.7-r1.ebuild index e7995fd77681..b8823a1bc98f 100644 --- a/sys-apps/attr/attr-2.4.7-r1.ebuild +++ b/sys-apps/attr/attr-2.4.7-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # 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.24 2004/06/29 15:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.7-r1.ebuild,v 1.25 2004/08/02 17:46:33 avenj Exp $ inherit eutils -DESCRIPTION="xfs extended attributes tools" +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 http://acl.bestbits.at/current/tar/${P}.src.tar.gz" diff --git a/sys-apps/attr/attr-2.4.8.ebuild b/sys-apps/attr/attr-2.4.8.ebuild index 1439b06feeb1..2a09f1e487d9 100644 --- a/sys-apps/attr/attr-2.4.8.ebuild +++ b/sys-apps/attr/attr-2.4.8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.8.ebuild,v 1.7 2004/07/19 02:45:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.8.ebuild,v 1.8 2004/08/02 17:46:33 avenj Exp $ inherit eutils -DESCRIPTION="xfs extended attributes tools" +DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz http://acl.bestbits.at/current/tar/${P}.src.tar.gz" |