diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:30 +0000 |
commit | e2fa711e12d13b6f333cfcaa1d11ba1fed3a1458 (patch) | |
tree | 914e05501b6538c6d82569f7fdcbb8a26ba7a52f | |
parent | remove nomirror RESTRICT (diff) | |
download | historical-e2fa711e12d13b6f333cfcaa1d11ba1fed3a1458.tar.gz historical-e2fa711e12d13b6f333cfcaa1d11ba1fed3a1458.tar.bz2 historical-e2fa711e12d13b6f333cfcaa1d11ba1fed3a1458.zip |
fix SRC_URI again
-rw-r--r-- | sys-apps/attr/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 5 |
2 files changed, 15 insertions, 4 deletions
diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index ae32aa369466..11304976aac0 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -1,7 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3c23679ee7e8e61f3212d4970c4954a4 ChangeLog 6805 -MD5 28139d63538752f73c7bbaeddee844d7 attr-2.4.16.ebuild 1739 -MD5 eee0baf7a722c6c4d904f654e6d99b4e attr-2.4.19.ebuild 1536 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 28139d63538752f73c7bbaeddee844d7 attr-2.4.16.ebuild 1739 +MD5 9ef3cb6a863a0e595eceab112dfc9cf3 attr-2.4.19.ebuild 1542 MD5 8c0ffc8078bf36ce6eb5c698e9df7e0f files/attr-no-man2pages.patch 398 MD5 0ff138637c62baa5d93673c7ea95c977 files/digest-attr-2.4.16 67 MD5 9884f12ef497050faff6f6418acae8e2 files/digest-attr-2.4.19 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFB1GdMroRuSHgZdywRAsqXAJ479U9H68do4tAF/K4uJOPYotxa3QCgjbCJ +J68e9cIZ2r9op5pbdI/INwo= +=PTLm +-----END PGP SIGNATURE----- diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index 73fdc3cd55c6..a8902ffe233d 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.ebuild @@ -1,12 +1,13 @@ # 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.19.ebuild,v 1.11 2004/12/30 20:34:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.12 2004/12/30 20:38:30 vapier Exp $ inherit eutils DESCRIPTION="Extended attributes tools" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://xfs.org/mirror/SGI/cmd_tars/${P}.src.tar.gz" +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" |