diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-04 12:40:13 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-04 12:40:13 +0000 |
commit | fec021ce7f846c6bccd8a4837e267b0cffc1ec65 (patch) | |
tree | f5ce3d0e9560ccfb4ccc19f066e9c4589938c8b0 /dev-ruby/ascii85 | |
parent | Cleanup old. (diff) | |
download | gentoo-2-fec021ce7f846c6bccd8a4837e267b0cffc1ec65.tar.gz gentoo-2-fec021ce7f846c6bccd8a4837e267b0cffc1ec65.tar.bz2 gentoo-2-fec021ce7f846c6bccd8a4837e267b0cffc1ec65.zip |
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ascii85')
-rw-r--r-- | dev-ruby/ascii85/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ascii85/ascii85-1.0.1.ebuild | 29 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-ruby/ascii85/ChangeLog b/dev-ruby/ascii85/ChangeLog index 3c5853bd90d9..da097b74764b 100644 --- a/dev-ruby/ascii85/ChangeLog +++ b/dev-ruby/ascii85/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ascii85 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.17 2012/11/07 07:02:04 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.18 2013/09/04 12:40:13 mrueg Exp $ + + 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -ascii85-1.0.1.ebuild: + Cleanup old. *ascii85-1.0.2 (07 Nov 2012) diff --git a/dev-ruby/ascii85/ascii85-1.0.1.ebuild b/dev-ruby/ascii85/ascii85-1.0.1.ebuild deleted file mode 100644 index 6b184623182e..000000000000 --- a/dev-ruby/ascii85/ascii85-1.0.1.ebuild +++ /dev/null @@ -1,29 +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/ascii85/ascii85-1.0.1.ebuild,v 1.10 2012/10/28 17:46:31 armin76 Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ruby19 ree18 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt" - -RUBY_FAKEGEM_NAME="Ascii85" - -inherit ruby-fakegem - -DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name." -HOMEPAGE="http://ascii85.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die -} |