diff options
author | 2011-02-07 18:38:53 +0000 | |
---|---|---|
committer | 2011-02-07 18:38:53 +0000 | |
commit | d2f6f2a86d703492e6e6a2bc74f6537a3730da3c (patch) | |
tree | 67f9882eff3fee748a2b5c6626f7d0328f333f99 /dev-perl/Bio-Graphics | |
parent | Minor fixes as suggested by Mr_Bones. (diff) | |
download | historical-d2f6f2a86d703492e6e6a2bc74f6537a3730da3c.tar.gz historical-d2f6f2a86d703492e6e6a2bc74f6537a3730da3c.tar.bz2 historical-d2f6f2a86d703492e6e6a2bc74f6537a3730da3c.zip |
Convert MODULE_VERSION back to explicit number for detection by update-ng script.
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild index c9e3e9eccdab..a5ffe79644f9 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild,v 1.1 2011/02/07 18:17:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-2.190.ebuild,v 1.2 2011/02/07 18:37:35 robbat2 Exp $ EAPI="3" MODULE_AUTHOR=LDS -MODULE_VERSION=${PV:0:4} +MODULE_VERSION=2.19 inherit perl-module DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" diff --git a/dev-perl/Bio-Graphics/ChangeLog b/dev-perl/Bio-Graphics/ChangeLog index 77f19c754644..512557bc2e7e 100644 --- a/dev-perl/Bio-Graphics/ChangeLog +++ b/dev-perl/Bio-Graphics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Bio-Graphics # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.25 2011/02/07 18:17:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.26 2011/02/07 18:37:36 robbat2 Exp $ + + 07 Feb 2011; Robin H. Johnson <robbat2@gentoo.org> Bio-Graphics-2.190.ebuild: + Convert MODULE_VERSION back to explicit number for detection by update-ng + script. *Bio-Graphics-2.190 (07 Feb 2011) |