diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:57:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:57:33 +0000 |
commit | 7222fd1cc20d446f28e310c0b4583a6ce6e11bbb (patch) | |
tree | 3a67bb78cf9f26b9b9d12e902612d314fb0ce3c0 /dev-perl/Bio-Graphics | |
parent | Add dejavu font alternative as suggested in bug #262780. (diff) | |
download | historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.gz historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.bz2 historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Bio-Graphics')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Bio-Graphics/ChangeLog | 8 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild new file mode 100644 index 000000000000..c3211eb257a1 --- /dev/null +++ b/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/Bio-Graphics-1.992.ebuild,v 1.1 2009/11/22 10:47:53 robbat2 Exp $ + +EAPI="2" + +MODULE_AUTHOR=LDS +inherit perl-module + +DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/GD" +RDEPEND="${DEPEND}" + +SRC_TEST=no diff --git a/dev-perl/Bio-Graphics/ChangeLog b/dev-perl/Bio-Graphics/ChangeLog index 2ea0b5c60acd..f4b20918fbb0 100644 --- a/dev-perl/Bio-Graphics/ChangeLog +++ b/dev-perl/Bio-Graphics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Bio-Graphics # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.1 2009/10/11 21:32:05 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Graphics/ChangeLog,v 1.2 2009/11/22 10:47:53 robbat2 Exp $ + +*Bio-Graphics-1.992 (22 Nov 2009) + + 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Bio-Graphics-1.992.ebuild: + Version bump via perl-bump experimental tool. *Bio-Graphics-1.982 (11 Oct 2009) |