summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-14 12:13:00 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-14 12:13:00 +0000
commit62e1d5137ea2480d3e4927b62febf4ad9e744a1d (patch)
treea5a7480858125e1dc90258944eeb911a1b89b036
parentCleanup old. (diff)
downloadgentoo-2-62e1d5137ea2480d3e4927b62febf4ad9e744a1d.tar.gz
gentoo-2-62e1d5137ea2480d3e4927b62febf4ad9e744a1d.tar.bz2
gentoo-2-62e1d5137ea2480d3e4927b62febf4ad9e744a1d.zip
Cleanup old.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--dev-ruby/shorturl/ChangeLog6
-rw-r--r--dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild38
-rw-r--r--dev-ruby/shorturl/shorturl-0.8.8.ebuild38
3 files changed, 5 insertions, 77 deletions
diff --git a/dev-ruby/shorturl/ChangeLog b/dev-ruby/shorturl/ChangeLog
index 8c25fd0c5a0c..2f1722fb08ef 100644
--- a/dev-ruby/shorturl/ChangeLog
+++ b/dev-ruby/shorturl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/shorturl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.21 2013/09/14 10:06:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.22 2013/09/14 12:13:00 mrueg Exp $
+
+ 14 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -shorturl-0.8.8-r1.ebuild,
+ -shorturl-0.8.8.ebuild:
+ Cleanup old.
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> shorturl-1.0.0.ebuild:
Stable for x86, wrt bug #483698
diff --git a/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild b/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild
deleted file mode 100644
index 195ea103d04d..000000000000
--- a/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,38 +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/shorturl/shorturl-0.8.8-r1.ebuild,v 1.2 2012/05/01 18:24:14 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
-HOMEPAGE="http://shorturl.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${PN}-0.8.7+ruby-1.9.patch
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/ts_all.rb || die "tests failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- pushd doc &>/dev/null
- dohtml -r . || die
- popd &>/dev/null
-}
diff --git a/dev-ruby/shorturl/shorturl-0.8.8.ebuild b/dev-ruby/shorturl/shorturl-0.8.8.ebuild
deleted file mode 100644
index 20ee49403ba3..000000000000
--- a/dev-ruby/shorturl/shorturl-0.8.8.ebuild
+++ /dev/null
@@ -1,38 +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/shorturl/shorturl-0.8.8.ebuild,v 1.5 2012/05/01 18:24:14 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
-HOMEPAGE="http://shorturl.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
- epatch "${FILESDIR}"/${PN}-0.8.7+ruby-1.9.patch
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/ts_all.rb || die "tests failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- pushd doc &>/dev/null
- dohtml -r . || die
- popd &>/dev/null
-}