diff options
author | 2013-07-08 05:15:48 +0000 | |
---|---|---|
committer | 2013-07-08 05:15:48 +0000 | |
commit | 35311dcdcf2dd9a842d97c496a50a11e4ffb3dc1 (patch) | |
tree | 30ddb95c6358405e7cac7d8f2489b1f7d83eefd7 /dev-ruby | |
parent | Cleanup. (diff) | |
download | gentoo-2-35311dcdcf2dd9a842d97c496a50a11e4ffb3dc1.tar.gz gentoo-2-35311dcdcf2dd9a842d97c496a50a11e4ffb3dc1.tar.bz2 gentoo-2-35311dcdcf2dd9a842d97c496a50a11e4ffb3dc1.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/merb-haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/merb-haml/merb-haml-1.1.2.ebuild | 22 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-ruby/merb-haml/ChangeLog b/dev-ruby/merb-haml/ChangeLog index a3864a89b59a..805004fe039b 100644 --- a/dev-ruby/merb-haml/ChangeLog +++ b/dev-ruby/merb-haml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/merb-haml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.4 2012/08/14 18:39:31 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-haml/ChangeLog,v 1.5 2013/07/08 05:15:48 graaff Exp $ + + 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -merb-haml-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-haml/merb-haml-1.1.2.ebuild b/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild deleted file mode 100644 index 59a74ef6ad83..000000000000 --- a/dev-ruby/merb-haml/merb-haml-1.1.2.ebuild +++ /dev/null @@ -1,22 +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-haml/merb-haml-1.1.2.ebuild,v 1.1 2010/07/03 12:23:50 hollow Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Merb plugin that provides HAML support" -HOMEPAGE="http://merbivore.com" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/haml-2.0.3 - ~dev-ruby/merb-core-${PV}" |