summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-10 13:10:39 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-10 13:10:39 +0000
commit961b54c39e2b22ca5663ec3dee5b90aa3d6faab5 (patch)
tree0804fa676fb804225d372f9904aa4e37ac5efb23 /dev-ruby/hoe-seattlerb
parentCleanup old. (diff)
downloadgentoo-2-961b54c39e2b22ca5663ec3dee5b90aa3d6faab5.tar.gz
gentoo-2-961b54c39e2b22ca5663ec3dee5b90aa3d6faab5.tar.bz2
gentoo-2-961b54c39e2b22ca5663ec3dee5b90aa3d6faab5.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/hoe-seattlerb')
-rw-r--r--dev-ruby/hoe-seattlerb/ChangeLog5
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.8.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog
index 6f583554b28c..f21ed961e91d 100644
--- a/dev-ruby/hoe-seattlerb/ChangeLog
+++ b/dev-ruby/hoe-seattlerb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hoe-seattlerb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.65 2014/11/10 10:44:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.66 2014/11/10 13:10:39 mrueg Exp $
+
+ 10 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -hoe-seattlerb-1.2.8.ebuild:
+ Cleanup old.
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> hoe-seattlerb-1.3.2-r1.ebuild:
Stable for ppc64, wrt bug #490180
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.8.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.8.ebuild
deleted file mode 100644
index a9f9595dc27a..000000000000
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.8.ebuild,v 1.13 2014/10/29 18:49:53 mrueg Exp $
-
-EAPI=2
-USE_RUBY="ruby19"
-
-# no tests present
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
-HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.12 )"