diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-01-28 07:15:10 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-01-28 07:15:10 +0000 |
commit | d61eb0d889435f55507115cb80bde9be6c7bd740 (patch) | |
tree | f388f05e15d8a54264cfd259c3bd064097d1d97a | |
parent | Version bump. (diff) | |
download | gentoo-2-d61eb0d889435f55507115cb80bde9be6c7bd740.tar.gz gentoo-2-d61eb0d889435f55507115cb80bde9be6c7bd740.tar.bz2 gentoo-2-d61eb0d889435f55507115cb80bde9be6c7bd740.zip |
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r-- | dev-ruby/amatch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.5.ebuild | 20 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog index 105eff9320ea..563c9e206681 100644 --- a/dev-ruby/amatch/ChangeLog +++ b/dev-ruby/amatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/amatch -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.33 2012/08/14 19:03:19 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.34 2013/01/28 07:15:10 graaff Exp $ + + 28 Jan 2013; Hans de Graaff <graaff@gentoo.org> -amatch-0.2.5.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. diff --git a/dev-ruby/amatch/amatch-0.2.5.ebuild b/dev-ruby/amatch/amatch-0.2.5.ebuild deleted file mode 100644 index 639e78941662..000000000000 --- a/dev-ruby/amatch/amatch-0.2.5.ebuild +++ /dev/null @@ -1,20 +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/amatch/amatch-0.2.5.ebuild,v 1.6 2012/05/01 18:24:06 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES README" - -inherit ruby-fakegem - -DESCRIPTION="A template library for ruby like amrita" -HOMEPAGE="http://flori.github.com/amatch/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ppc64 x86" -IUSE="" |