summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-07-25 13:44:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-07-25 13:44:32 +0000
commit6078db6e01c9b3a25e4bfae1fcbea904f47aa498 (patch)
tree1452e7c32c7d24d20f4838270095e75677f0be5d /dev-ruby/rb-inotify
parentAdd ruby20 support. (diff)
downloadgentoo-2-6078db6e01c9b3a25e4bfae1fcbea904f47aa498.tar.gz
gentoo-2-6078db6e01c9b3a25e4bfae1fcbea904f47aa498.tar.bz2
gentoo-2-6078db6e01c9b3a25e4bfae1fcbea904f47aa498.zip
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rb-inotify')
-rw-r--r--dev-ruby/rb-inotify/ChangeLog6
-rw-r--r--dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild51
-rw-r--r--dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild51
3 files changed, 5 insertions, 103 deletions
diff --git a/dev-ruby/rb-inotify/ChangeLog b/dev-ruby/rb-inotify/ChangeLog
index 2aa967aa7574..9c6c60002c12 100644
--- a/dev-ruby/rb-inotify/ChangeLog
+++ b/dev-ruby/rb-inotify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rb-inotify
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.30 2014/06/07 05:41:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.31 2014/07/25 13:44:32 mrueg Exp $
+
+ 25 Jul 2014; Manuel Rüger <mrueg@gentoo.org> -rb-inotify-0.9.3.ebuild,
+ -rb-inotify-0.9.4.ebuild:
+ Cleanup old.
*rb-inotify-0.9.5 (07 Jun 2014)
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild
deleted file mode 100644
index 86c7f302770b..000000000000
--- a/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild
+++ /dev/null
@@ -1,51 +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/rb-inotify/rb-inotify-0.9.3.ebuild,v 1.4 2014/04/20 08:11:14 graaff Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A thorough inotify wrapper for Ruby using FFI."
-HOMEPAGE="https://github.com/nex3/rb-inotify"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
- # Avoid unneeded dependency on jeweler.
- sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die
-
- # Remove mandatory markup processor from yard options, bug 436112.
- sed -i -e '/maruku/d' .yardopts || die
-}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *jruby)
- # jruby has a native implementation and should not list ffi
- # in the gemspec.
- sed -i -e '/ffi/d' rb-inotify.gemspec || die
- ;;
- *)
- ;;
- esac
-}
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild
deleted file mode 100644
index 16d4fec47a25..000000000000
--- a/dev-ruby/rb-inotify/rb-inotify-0.9.4.ebuild
+++ /dev/null
@@ -1,51 +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/rb-inotify/rb-inotify-0.9.4.ebuild,v 1.1 2014/05/03 09:28:11 graaff Exp $
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A thorough inotify wrapper for Ruby using FFI."
-HOMEPAGE="https://github.com/nex3/rb-inotify"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
- # Avoid unneeded dependency on jeweler.
- sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die
-
- # Remove mandatory markup processor from yard options, bug 436112.
- sed -i -e '/maruku/d' .yardopts || die
-}
-
-each_ruby_prepare() {
- case ${RUBY} in
- *jruby)
- # jruby has a native implementation and should not list ffi
- # in the gemspec.
- sed -i -e '/ffi/d' rb-inotify.gemspec || die
- ;;
- *)
- ;;
- esac
-}