diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-02 06:39:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-09-02 06:39:49 +0000 |
commit | 599b020fb12675eeedd8e59308539eb5d505a4e6 (patch) | |
tree | c53cda6da1d358c0563d7b42e33fdc2332ecc275 /sys-apps/attr | |
parent | Initial import. Ebuild submitted by Martin Blais <blais@furius.ca>, closing b... (diff) | |
download | historical-599b020fb12675eeedd8e59308539eb5d505a4e6.tar.gz historical-599b020fb12675eeedd8e59308539eb5d505a4e6.tar.bz2 historical-599b020fb12675eeedd8e59308539eb5d505a4e6.zip |
One of the SRC_URI is bad.
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.16.ebuild | 5 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index d401a819d714..24eeba537b8a 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2004/08/31 10:39:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.39 2004/09/02 06:39:49 robbat2 Exp $ + + 01 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> attr-2.4.16.ebuild: + One of the SRC_URI is bad. *attr-2.4.16 (31 Aug 2004) diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index 9b25dd51c269..05409cc8d68d 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -2,8 +2,8 @@ Hash: SHA1 MD5 1b2383e586b8af3daab4acd6c55b2bb0 attr-2.4.7-r1.ebuild 2132 -MD5 e2d33195feb699604a03da749b37ae9c attr-2.4.16.ebuild 1891 -MD5 fee0aec2f6cec4e180810f9d5f3caee6 ChangeLog 5906 +MD5 ded84aecf5459c32a7b1c0478c75c5c7 attr-2.4.16.ebuild 1839 +MD5 8ce5bb9d378c239a65d61e28bd51ca2e ChangeLog 6009 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 2387a9fcacab65403f9dd2d27795a650 attr-2.4.8.ebuild 2011 MD5 74e751203db2d18c328b77951c4e5396 files/attr-2.4.1-gettext.diff 1208 @@ -16,7 +16,7 @@ MD5 8c0ffc8078bf36ce6eb5c698e9df7e0f files/attr-no-man2pages.patch 398 Version: GnuPG v1.2.5 (GNU/Linux) Comment: Robbat2 @ Orbis-Terrarum Networks -iD8DBQFBNFLkPpIsIjIzwiwRAg4vAJ9yrbrJtt6J9veq4w1WNxnTqUBBTQCeL27R -0ZfAoJvgjgpfKVzzNdG7O18= -=cPYF +iD8DBQFBNr2/PpIsIjIzwiwRAiJOAKD8j3hhoaIma+koaxLvTCd1093KsACghcIY +K2pXWiHPoHF+cavNFakEke8= +=BDGP -----END PGP SIGNATURE----- diff --git a/sys-apps/attr/attr-2.4.16.ebuild b/sys-apps/attr/attr-2.4.16.ebuild index 1092a73ff3e7..b70c1639e680 100644 --- a/sys-apps/attr/attr-2.4.16.ebuild +++ b/sys-apps/attr/attr-2.4.16.ebuild @@ -1,13 +1,12 @@ # 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.16.ebuild,v 1.1 2004/08/31 10:39:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.16.ebuild,v 1.2 2004/09/02 06:39:49 robbat2 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 - http://acl.bestbits.at/current/tar/${P}.src.tar.gz" +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |