diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:43:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:43:57 +0000 |
commit | 9cf15ecf877bbb4fc6a32d8e6ed04cfcc1a1f4c0 (patch) | |
tree | 42fa9032ef8c333e7f2d91fbe95d183ddce090ce /dev-perl/Font-TTF | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-9cf15ecf877bbb4fc6a32d8e6ed04cfcc1a1f4c0.tar.gz gentoo-2-9cf15ecf877bbb4fc6a32d8e6ed04cfcc1a1f4c0.tar.bz2 gentoo-2-9cf15ecf877bbb4fc6a32d8e6ed04cfcc1a1f4c0.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Font-TTF')
-rw-r--r-- | dev-perl/Font-TTF/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Font-TTF/Font-TTF-0.48.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Font-TTF/ChangeLog b/dev-perl/Font-TTF/ChangeLog index 2755a138f6f9..fa693c2470e8 100644 --- a/dev-perl/Font-TTF/ChangeLog +++ b/dev-perl/Font-TTF/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Font-TTF -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/ChangeLog,v 1.21 2009/07/19 17:38:21 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/ChangeLog,v 1.22 2011/01/27 02:43:57 robbat2 Exp $ + +*Font-TTF-0.48 (27 Jan 2011) + + 27 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> +Font-TTF-0.48.ebuild: + Version bump via perl-bump experimental tool. 19 Jul 2009; Torsten Veller <tove@gentoo.org> Font-TTF-0.45.ebuild: IO-Compress replaces Compress-Zlib diff --git a/dev-perl/Font-TTF/Font-TTF-0.48.ebuild b/dev-perl/Font-TTF/Font-TTF-0.48.ebuild new file mode 100644 index 000000000000..703062a2b6e4 --- /dev/null +++ b/dev-perl/Font-TTF/Font-TTF-0.48.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Font-TTF/Font-TTF-0.48.ebuild,v 1.1 2011/01/27 02:43:56 robbat2 Exp $ + +MODULE_AUTHOR=MHOSKEN +inherit perl-module + +DESCRIPTION="module for compiling and altering fonts" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-IO-Compress + dev-perl/XML-Parser + dev-lang/perl" + +SRC_TEST="do" |