summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-04-17 05:34:58 +0000
committerHans de Graaff <graaff@gentoo.org>2014-04-17 05:34:58 +0000
commit62bec8a634fa405782884831989bc7ca3600fcf1 (patch)
tree6401a68e1f3afb04256d68f18a2ff76e77048b3e
parentDropping ppc stable keyword due to lack of stable open/libreoffice (diff)
downloadgentoo-2-62bec8a634fa405782884831989bc7ca3600fcf1.tar.gz
gentoo-2-62bec8a634fa405782884831989bc7ca3600fcf1.tar.bz2
gentoo-2-62bec8a634fa405782884831989bc7ca3600fcf1.zip
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
-rw-r--r--dev-ruby/session/ChangeLog6
-rw-r--r--dev-ruby/session/session-3.1.0-r2.ebuild52
-rw-r--r--dev-ruby/session/session-3.1.1.ebuild52
3 files changed, 5 insertions, 105 deletions
diff --git a/dev-ruby/session/ChangeLog b/dev-ruby/session/ChangeLog
index 3bc5b9c64449..c0c04d4c1611 100644
--- a/dev-ruby/session/ChangeLog
+++ b/dev-ruby/session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/session
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/ChangeLog,v 1.36 2014/04/05 14:24:39 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/ChangeLog,v 1.37 2014/04/17 05:34:58 graaff Exp $
+
+ 17 Apr 2014; Hans de Graaff <graaff@gentoo.org> -session-3.1.0-r2.ebuild,
+ -session-3.1.1.ebuild:
+ Cleanup.
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> session-3.1.0-r1.ebuild,
session-3.1.0-r2.ebuild, session-3.1.1.ebuild, session-3.1.2.ebuild:
diff --git a/dev-ruby/session/session-3.1.0-r2.ebuild b/dev-ruby/session/session-3.1.0-r2.ebuild
deleted file mode 100644
index 29b1db328175..000000000000
--- a/dev-ruby/session/session-3.1.0-r2.ebuild
+++ /dev/null
@@ -1,52 +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/session/session-3.1.0-r2.ebuild,v 1.3 2014/04/05 14:24:39 mrueg Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to drive external programs via pipe"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/session/"
-#SRC_URI="http://codeforpeople.com/lib/ruby/session/${P}.tgz"
-
-# License info based on http://github.com/ahoward/session as indicated
-# by author.
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-DEPEND+=" test? ( || ( sys-apps/coreutils sys-freebsd/freebsd-bin ) )"
-
-all_ruby_prepare() {
- # needed to void a collision with the Timeout::Error alias in Ruby
- # 1.8.7 at least.
- sed -i -e 's:TimeoutError:SessionTimeoutError:' test/session.rb || die
-}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *jruby)
- epatch "${FILESDIR}"/${P}-jruby.patch
- ;;
- esac
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/*.rb || die "tests failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc sample/*
-}
diff --git a/dev-ruby/session/session-3.1.1.ebuild b/dev-ruby/session/session-3.1.1.ebuild
deleted file mode 100644
index e2c0677afdd7..000000000000
--- a/dev-ruby/session/session-3.1.1.ebuild
+++ /dev/null
@@ -1,52 +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/session/session-3.1.1.ebuild,v 1.2 2014/04/05 14:24:39 mrueg Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A set of classes to drive external programs via pipe"
-HOMEPAGE="http://codeforpeople.com/lib/ruby/session/"
-#SRC_URI="http://codeforpeople.com/lib/ruby/session/${P}.tgz"
-
-# License info based on http://github.com/ahoward/session as indicated
-# by author.
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-DEPEND+=" test? ( || ( sys-apps/coreutils sys-freebsd/freebsd-bin ) )"
-
-all_ruby_prepare() {
- # needed to void a collision with the Timeout::Error alias in Ruby
- # 1.8.7 at least.
- sed -i -e 's:TimeoutError:SessionTimeoutError:' test/session.rb || die
-}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *jruby)
- epatch "${FILESDIR}"/${PN}-3.1.0-jruby.patch
- ;;
- esac
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib test/*.rb || die "tests failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc sample/*
-}