summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-12-22 10:42:14 +0000
committerHans de Graaff <graaff@gentoo.org>2012-12-22 10:42:14 +0000
commit67a54676d15794a690ffdd2da96605a38abc04f8 (patch)
tree392f25b19fc591227fd055700c9e1c2b1aac83d6 /dev-ruby/hoe-seattlerb
parentMask every avidemux-2.6* out there (diff)
downloadgentoo-2-67a54676d15794a690ffdd2da96605a38abc04f8.tar.gz
gentoo-2-67a54676d15794a690ffdd2da96605a38abc04f8.tar.bz2
gentoo-2-67a54676d15794a690ffdd2da96605a38abc04f8.zip
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
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.4.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog
index b1aa0c74e095..670aeeb8f684 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.44 2012/11/06 17:10:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.45 2012/12/22 10:42:14 graaff Exp $
+
+ 22 Dec 2012; Hans de Graaff <graaff@gentoo.org> -hoe-seattlerb-1.2.4.ebuild:
+ Cleanup.
06 Nov 2012; Jeroen Roovers <jer@gentoo.org> hoe-seattlerb-1.2.8.ebuild:
Stable for HPPA (bug #426668).
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild
deleted file mode 100644
index 4bc2f3878aca..000000000000
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild
+++ /dev/null
@@ -1,26 +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/hoe-seattlerb/hoe-seattlerb-1.2.4.ebuild,v 1.11 2012/10/28 17:18:39 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-# 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 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/hoe-2.8.0 >=dev-ruby/minitest-2.0.0'
-ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.2.3 )"