summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-30 14:21:00 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-30 14:21:00 +0000
commit580df8c39bd0fef11e02bbbe655629bda79e4cf0 (patch)
treeb8b9f2e2986c26a42168c0b450f0df62f13e35e9 /dev-ruby/rb-inotify
parentVersion bump. (diff)
downloadgentoo-2-580df8c39bd0fef11e02bbbe655629bda79e4cf0.tar.gz
gentoo-2-580df8c39bd0fef11e02bbbe655629bda79e4cf0.tar.bz2
gentoo-2-580df8c39bd0fef11e02bbbe655629bda79e4cf0.zip
Remove old versions.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
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.8.5.ebuild29
-rw-r--r--dev-ruby/rb-inotify/rb-inotify-0.8.6-r1.ebuild43
-rw-r--r--dev-ruby/rb-inotify/rb-inotify-0.8.6.ebuild29
4 files changed, 5 insertions, 102 deletions
diff --git a/dev-ruby/rb-inotify/ChangeLog b/dev-ruby/rb-inotify/ChangeLog
index ad7f60eacbb7..1d90a72c6548 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.8 2011/12/17 18:37:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.9 2011/12/30 14:21:00 graaff Exp $
+
+ 30 Dec 2011; Hans de Graaff <graaff@gentoo.org> -rb-inotify-0.8.5.ebuild,
+ -rb-inotify-0.8.6.ebuild, -rb-inotify-0.8.6-r1.ebuild:
+ Remove old versions.
17 Dec 2011; Raúl Porcel <armin76@gentoo.org> rb-inotify-0.8.8.ebuild:
Add ~ia64/~sparc wrt #379131
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.8.5.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.8.5.ebuild
deleted file mode 100644
index eecd755430af..000000000000
--- a/dev-ruby/rb-inotify/rb-inotify-0.8.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 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.8.5.ebuild,v 1.2 2011/06/08 19:28:48 graaff Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-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"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
diff --git a/dev-ruby/rb-inotify/rb-inotify-0.8.6-r1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.8.6-r1.ebuild
deleted file mode 100644
index 99e233e92a06..000000000000
--- a/dev-ruby/rb-inotify/rb-inotify-0.8.6-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 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.8.6-r1.ebuild,v 1.2 2011/08/14 10:17:17 xarthisius Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 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 ~ppc ~ppc64"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-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.8.6.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.8.6.ebuild
deleted file mode 100644
index 5d93ff13aafa..000000000000
--- a/dev-ruby/rb-inotify/rb-inotify-0.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 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.8.6.ebuild,v 1.1 2011/08/06 06:18:30 graaff Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-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"
-IUSE=""
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"