diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 05:16:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 05:16:03 +0000 |
commit | 0a03d69799a5362e32579e02fb0897862734c793 (patch) | |
tree | e574aa49022d0503730395f6fb30829108f27bd0 /dev-ruby/merb-core | |
parent | Cleanup. (diff) | |
download | gentoo-2-0a03d69799a5362e32579e02fb0897862734c793.tar.gz gentoo-2-0a03d69799a5362e32579e02fb0897862734c793.tar.bz2 gentoo-2-0a03d69799a5362e32579e02fb0897862734c793.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/merb-core')
-rw-r--r-- | dev-ruby/merb-core/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/merb-core/merb-core-1.1.2.ebuild | 26 |
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-ruby/merb-core/ChangeLog b/dev-ruby/merb-core/ChangeLog index de9962fe6256..08d69281170e 100644 --- a/dev-ruby/merb-core/ChangeLog +++ b/dev-ruby/merb-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/merb-core -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.6 2012/08/14 18:39:17 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.7 2013/07/08 05:16:03 graaff Exp $ + + 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -merb-core-1.1.2.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/merb-core/merb-core-1.1.2.ebuild b/dev-ruby/merb-core/merb-core-1.1.2.ebuild deleted file mode 100644 index 7811abd6e823..000000000000 --- a/dev-ruby/merb-core/merb-core-1.1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.2.ebuild,v 1.1 2010/07/03 12:18:56 hollow Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Pocket rocket web framework" -HOMEPAGE="http://merbivore.com" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/bundler - >=dev-ruby/erubis-2.6.2 - >=dev-ruby/extlib-0.9.13 - >=dev-ruby/mime-types-1.16 - dev-ruby/rack - dev-ruby/rake" |