diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-23 20:26:32 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-23 20:26:32 +0000 |
commit | 0bc4eb14adf68066e762476391e6163a3e87775d (patch) | |
tree | af3ce186758a5e4f446ca63eb19c21cf3c596885 /dev-ruby/ragol | |
parent | Remove old. (diff) | |
download | gentoo-2-0bc4eb14adf68066e762476391e6163a3e87775d.tar.gz gentoo-2-0bc4eb14adf68066e762476391e6163a3e87775d.tar.bz2 gentoo-2-0bc4eb14adf68066e762476391e6163a3e87775d.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ragol')
-rw-r--r-- | dev-ruby/ragol/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ragol/ragol-1.0.1.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ruby/ragol/ChangeLog b/dev-ruby/ragol/ChangeLog index d46149f93ddc..32c021114e71 100644 --- a/dev-ruby/ragol/ChangeLog +++ b/dev-ruby/ragol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ragol # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.17 2015/06/21 09:34:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.18 2015/07/23 20:26:32 mrueg Exp $ + + 23 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -ragol-1.0.1.ebuild: + Remove old. 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> ragol-1.0.1-r1.ebuild: x86 stable wrt bug #550514 diff --git a/dev-ruby/ragol/ragol-1.0.1.ebuild b/dev-ruby/ragol/ragol-1.0.1.ebuild deleted file mode 100644 index 450f3081a566..000000000000 --- a/dev-ruby/ragol/ragol-1.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.11 2015/02/09 03:52:01 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md" - -inherit ruby-fakegem - -DESCRIPTION="Another implementation of an option processor" -HOMEPAGE="https://github.com/jpace/ragol" - -SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/logue-1.0.0" |