diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-15 21:06:31 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-15 21:06:31 +0000 |
commit | a29abee6e492938a732218d7a605550803437dfb (patch) | |
tree | af1f7986027c1cde2b0f3a7ff9aa962cafb3850d /sci-chemistry/maid | |
parent | 4.3.0 is only on alpha (diff) | |
download | gentoo-2-a29abee6e492938a732218d7a605550803437dfb.tar.gz gentoo-2-a29abee6e492938a732218d7a605550803437dfb.tar.bz2 gentoo-2-a29abee6e492938a732218d7a605550803437dfb.zip |
Fix SRC_URI.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-chemistry/maid')
-rw-r--r-- | sci-chemistry/maid/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/maid/maid-20011112.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/maid/ChangeLog b/sci-chemistry/maid/ChangeLog index fbcad00dba78..6bfd4350f3c9 100644 --- a/sci-chemistry/maid/ChangeLog +++ b/sci-chemistry/maid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/maid # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/ChangeLog,v 1.2 2005/12/15 20:35:08 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/ChangeLog,v 1.3 2005/12/15 21:06:31 spyderous Exp $ + + 15 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; maid-20011112.ebuild: + Fix SRC_URI. 15 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; maid-20011112.ebuild: Fix license. The author informed me by email that it's intended to be freely diff --git a/sci-chemistry/maid/maid-20011112.ebuild b/sci-chemistry/maid/maid-20011112.ebuild index 279b8ab7c82b..0debd6000daf 100644 --- a/sci-chemistry/maid/maid-20011112.ebuild +++ b/sci-chemistry/maid/maid-20011112.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.2 2005/12/15 20:35:08 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maid/maid-20011112.ebuild,v 1.3 2005/12/15 21:06:31 spyderous Exp $ inherit eutils toolchain-funcs MY_PN="${PN}_unix" -MY_PV="${PV:6:2}nov${PV:0:2}" +MY_PV="${PV:6:2}nov${PV:2:2}" MY_P="${MY_PN}_${MY_PV}" DESCRIPTION="Automates the fitting of protein X-ray crystallographic electron density maps" HOMEPAGE="http://www.msi.umn.edu/~levitt/" -SRC_URI="http://www.msi.umn.edu/~levitt/maid_unix_12nov01.tar.gz" +SRC_URI="http://www.msi.umn.edu/~levitt/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" |