diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-11-05 00:23:43 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-11-05 00:23:43 +0000 |
commit | 3abd3922ec15c08460646ba48048ac2d22c3efa5 (patch) | |
tree | 6eca62f345bce07447c8d8c41ab1bffc53594f3f /dev-ruby/ttfunk | |
parent | Cleanup old. (diff) | |
download | gentoo-2-3abd3922ec15c08460646ba48048ac2d22c3efa5.tar.gz gentoo-2-3abd3922ec15c08460646ba48048ac2d22c3efa5.tar.bz2 gentoo-2-3abd3922ec15c08460646ba48048ac2d22c3efa5.zip |
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ttfunk')
-rw-r--r-- | dev-ruby/ttfunk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ttfunk/ttfunk-1.0.3.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-ruby/ttfunk/ChangeLog b/dev-ruby/ttfunk/ChangeLog index fa0762271cc1..aefc69304229 100644 --- a/dev-ruby/ttfunk/ChangeLog +++ b/dev-ruby/ttfunk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ttfunk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.6 2013/10/30 03:43:21 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.7 2013/11/05 00:23:43 mrueg Exp $ + + 05 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -ttfunk-1.0.3.ebuild: + Cleanup old. *ttfunk-1.0.3-r1 (30 Oct 2013) diff --git a/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild b/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild deleted file mode 100644 index 3e08743830ae..000000000000 --- a/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.0.3.ebuild,v 1.1 2012/01/28 07:46:21 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem versionator - -DESCRIPTION="A TrueType font parser written in pure ruby." -HOMEPAGE="https://github.com/sandal/ttfunk/" - -LICENSE="|| ( GPL-2 GPL-3 Ruby )" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64" -IUSE="" |