summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-12 12:40:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-12 12:40:25 +0000
commitff4e7cfca9e55a32cb2a50af0fe3a5eef56bdc2c (patch)
treef5d817a26d15c0cd5940a0f823772244aab3fe2b /dev-ruby/gibbler
parentstable x86, security bug 313337 (diff)
downloadgentoo-2-ff4e7cfca9e55a32cb2a50af0fe3a5eef56bdc2c.tar.gz
gentoo-2-ff4e7cfca9e55a32cb2a50af0fe3a5eef56bdc2c.tar.bz2
gentoo-2-ff4e7cfca9e55a32cb2a50af0fe3a5eef56bdc2c.zip
Version bump and cleanup old versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/gibbler')
-rw-r--r--dev-ruby/gibbler/ChangeLog9
-rw-r--r--dev-ruby/gibbler/gibbler-0.7.4.ebuild43
-rw-r--r--dev-ruby/gibbler/gibbler-0.7.6.ebuild43
-rw-r--r--dev-ruby/gibbler/gibbler-0.7.7.ebuild43
-rw-r--r--dev-ruby/gibbler/gibbler-0.8.1.ebuild (renamed from dev-ruby/gibbler/gibbler-0.8.0.ebuild)2
5 files changed, 9 insertions, 131 deletions
diff --git a/dev-ruby/gibbler/ChangeLog b/dev-ruby/gibbler/ChangeLog
index 17841e62dc16..7c6fb36020b6 100644
--- a/dev-ruby/gibbler/ChangeLog
+++ b/dev-ruby/gibbler/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/gibbler
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/ChangeLog,v 1.4 2010/04/09 12:20:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/ChangeLog,v 1.5 2010/04/12 12:40:25 flameeyes Exp $
+
+*gibbler-0.8.1 (12 Apr 2010)
+
+ 12 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -gibbler-0.7.4.ebuild, -gibbler-0.7.6.ebuild, -gibbler-0.7.7.ebuild,
+ -gibbler-0.8.0.ebuild, +gibbler-0.8.1.ebuild:
+ Version bump and cleanup old versions.
*gibbler-0.8.0 (09 Apr 2010)
diff --git a/dev-ruby/gibbler/gibbler-0.7.4.ebuild b/dev-ruby/gibbler/gibbler-0.7.4.ebuild
deleted file mode 100644
index fd4d3514181d..000000000000
--- a/dev-ruby/gibbler/gibbler-0.7.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/gibbler-0.7.4.ebuild,v 1.1 2010/02/14 00:58:23 flameeyes Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Git-like hashes for Ruby objects"
-HOMEPAGE="http://solutious.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/attic-0.4.0"
-
-#ruby_add_bdepend test dev-ruby/tryouts
-
-# Tests currenty fail for all implementations
-# http://github.com/delano/gibbler/issues/issue/1
-RESTRICT=test
-
-# Tests are not in the released gem, but since we don't run them we
-# don't need the whole sources as it is.
-
-#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
-#S="${WORKDIR}/delano-${PN}-${whatever}"
-
-each_ruby_test() {
- ${RUBY} -S sergeant || die "tests failed"
-}
diff --git a/dev-ruby/gibbler/gibbler-0.7.6.ebuild b/dev-ruby/gibbler/gibbler-0.7.6.ebuild
deleted file mode 100644
index 2a95203dad6b..000000000000
--- a/dev-ruby/gibbler/gibbler-0.7.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/gibbler-0.7.6.ebuild,v 1.1 2010/03/22 06:56:51 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Git-like hashes for Ruby objects"
-HOMEPAGE="http://solutious.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/attic-0.4.0"
-
-#ruby_add_bdepend test dev-ruby/tryouts
-
-# Tests currenty fail for all implementations
-# http://github.com/delano/gibbler/issues/issue/1
-RESTRICT=test
-
-# Tests are not in the released gem, but since we don't run them we
-# don't need the whole sources as it is.
-
-#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
-#S="${WORKDIR}/delano-${PN}-${whatever}"
-
-each_ruby_test() {
- ${RUBY} -S sergeant || die "tests failed"
-}
diff --git a/dev-ruby/gibbler/gibbler-0.7.7.ebuild b/dev-ruby/gibbler/gibbler-0.7.7.ebuild
deleted file mode 100644
index 8ef415464584..000000000000
--- a/dev-ruby/gibbler/gibbler-0.7.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/gibbler-0.7.7.ebuild,v 1.1 2010/04/04 18:08:44 flameeyes Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Git-like hashes for Ruby objects"
-HOMEPAGE="http://solutious.com/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/attic-0.4.0"
-
-#ruby_add_bdepend test dev-ruby/tryouts
-
-# Tests currenty fail for all implementations
-# http://github.com/delano/gibbler/issues/issue/1
-RESTRICT=test
-
-# Tests are not in the released gem, but since we don't run them we
-# don't need the whole sources as it is.
-
-#SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
-#S="${WORKDIR}/delano-${PN}-${whatever}"
-
-each_ruby_test() {
- ${RUBY} -S sergeant || die "tests failed"
-}
diff --git a/dev-ruby/gibbler/gibbler-0.8.0.ebuild b/dev-ruby/gibbler/gibbler-0.8.1.ebuild
index 6501dfbd1635..804c83a381b0 100644
--- a/dev-ruby/gibbler/gibbler-0.8.0.ebuild
+++ b/dev-ruby/gibbler/gibbler-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/gibbler-0.8.0.ebuild,v 1.1 2010/04/09 12:20:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gibbler/gibbler-0.8.1.ebuild,v 1.1 2010/04/12 12:40:25 flameeyes Exp $
EAPI=2