diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-10 22:21:44 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-10 22:21:44 +0000 |
commit | 6eff15b8521d31237a7e102181241750f6835ad2 (patch) | |
tree | aa248d6f9d3f150eb86734396b8d3660f0c5181c /sci-geosciences | |
parent | add portuguese (pt) longdescription (diff) | |
download | historical-6eff15b8521d31237a7e102181241750f6835ad2.tar.gz historical-6eff15b8521d31237a7e102181241750f6835ad2.tar.bz2 historical-6eff15b8521d31237a7e102181241750f6835ad2.zip |
Removed the nomirror directive, Paul Wessel confirmed they are no longer counting downloads.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gmt/ChangeLog | 6 | ||||
-rw-r--r-- | sci-geosciences/gmt/Manifest | 10 | ||||
-rw-r--r-- | sci-geosciences/gmt/gmt-4.1.ebuild | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sci-geosciences/gmt/ChangeLog b/sci-geosciences/gmt/ChangeLog index 0c74938e0f07..8a1f9eea4573 100644 --- a/sci-geosciences/gmt/ChangeLog +++ b/sci-geosciences/gmt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-geosciences/gmt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.10 2006/01/10 12:34:04 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.11 2006/01/10 22:21:44 cryos Exp $ + + 10 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> gmt-4.1.ebuild: + Removed the nomirror directive, Paul Wessel confirmed they are no longer + counting downloads. *gmt-4.1 (10 Jan 2006) diff --git a/sci-geosciences/gmt/Manifest b/sci-geosciences/gmt/Manifest index 552aec8efa9e..840d4e595719 100644 --- a/sci-geosciences/gmt/Manifest +++ b/sci-geosciences/gmt/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b18e86eb0b243d14119d990e39eb2c93 ChangeLog 2978 +MD5 2dd97b3b8d0190457c83292e62f021e6 ChangeLog 3144 MD5 eb664b10894e3ad4684892cff8b36494 files/digest-gmt-3.4.4-r1 647 MD5 922748bfd75f599ea7776e58e934b160 files/digest-gmt-4.0 637 MD5 c00d2f1803318abe9f1ace05a31145eb files/digest-gmt-4.1 638 MD5 1a5290b5150d12ddd187bc0e2ba34ea7 gmt-3.4.4-r1.ebuild 3185 MD5 6cf4a893341b030c01d504eba744b569 gmt-4.0.ebuild 3706 -MD5 0702624df2171d382f5829e92d868c1c gmt-4.1.ebuild 3585 +MD5 5824438d1dd183eeb120954b5bb06f2f gmt-4.1.ebuild 3564 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDw6nIntT9W3vfTuoRAjePAJ0ZcS26EMaQDrJSlQvJXS1b//FUeQCeKPkU -du69ALzWlswv973+TmAGmeI= -=t2Cl +iD8DBQFDxDONntT9W3vfTuoRAgpZAJ9tPhOP3GVP81RBUvRSar9geP4cqACeN0Ub +HtKJc+witGt+82bQTR5dnlE= +=DGcQ -----END PGP SIGNATURE----- diff --git a/sci-geosciences/gmt/gmt-4.1.ebuild b/sci-geosciences/gmt/gmt-4.1.ebuild index c78b83fac187..cb236a71588e 100644 --- a/sci-geosciences/gmt/gmt-4.1.ebuild +++ b/sci-geosciences/gmt/gmt-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.1.ebuild,v 1.1 2006/01/10 12:34:04 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.1.ebuild,v 1.2 2006/01/10 22:21:44 cryos Exp $ inherit multilib @@ -20,8 +20,6 @@ SRC_URI="ftp://falcon.grdl.noaa.gov/pub/gmt/${MAINV}/GMT${PV}_progs.tar.bz2 gmttria? ( ftp://falcon.grdl.noaa.gov/pub/gmt/${MAINV}/triangle.tar.bz2 )" # Needed because GMT_share in version 3 is different of that one in version 4, but they have same name. -RESTRICT="nomirror" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" |