summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-06-18 04:45:40 +0000
committerHans de Graaff <graaff@gentoo.org>2011-06-18 04:45:40 +0000
commit22b017cd4093a8d509103ae8c4300e6b4cbc6a57 (patch)
tree8c29c15833db7023da2198d59116b60a79769e48 /dev-ruby/daemons
parentInstall more dirs when USE=build #371280. (diff)
downloadgentoo-2-22b017cd4093a8d509103ae8c4300e6b4cbc6a57.tar.gz
gentoo-2-22b017cd4093a8d509103ae8c4300e6b4cbc6a57.tar.bz2
gentoo-2-22b017cd4093a8d509103ae8c4300e6b4cbc6a57.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/daemons')
-rw-r--r--dev-ruby/daemons/ChangeLog6
-rw-r--r--dev-ruby/daemons/daemons-1.1.0-r1.ebuild30
-rw-r--r--dev-ruby/daemons/daemons-1.1.2.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-ruby/daemons/ChangeLog b/dev-ruby/daemons/ChangeLog
index 229ecf1ec4ba..145a56dfe955 100644
--- a/dev-ruby/daemons/ChangeLog
+++ b/dev-ruby/daemons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/daemons
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.55 2011/04/24 17:36:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.56 2011/06/18 04:45:40 graaff Exp $
+
+ 18 Jun 2011; Hans de Graaff <graaff@gentoo.org> -daemons-1.1.0-r1.ebuild,
+ -daemons-1.1.2.ebuild:
+ Remove old versions.
24 Apr 2011; Raúl Porcel <armin76@gentoo.org> daemons-1.1.0.ebuild:
sparc stable wrt #349877
diff --git a/dev-ruby/daemons/daemons-1.1.0-r1.ebuild b/dev-ruby/daemons/daemons-1.1.0-r1.ebuild
deleted file mode 100644
index 60c06237e362..000000000000
--- a/dev-ruby/daemons/daemons-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,30 +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/daemons/daemons-1.1.0-r1.ebuild,v 1.1 2010/12/27 18:54:51 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
-RUBY_FAKEGEM_DOCDIR="html"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
-HOMEPAGE="http://daemons.rubyforge.org/"
-
-LICENSE="|| ( Ruby GPL-2 ) MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="examples"
-
-all_ruby_install() {
- all_fakegem_install
-
- use examples || return
-
- insinto /usr/share/doc/${PF}/
- doins -r examples || die "Failed to install examples"
-}
diff --git a/dev-ruby/daemons/daemons-1.1.2.ebuild b/dev-ruby/daemons/daemons-1.1.2.ebuild
deleted file mode 100644
index 43544ec1c796..000000000000
--- a/dev-ruby/daemons/daemons-1.1.2.ebuild
+++ /dev/null
@@ -1,30 +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/daemons/daemons-1.1.2.ebuild,v 1.1 2011/04/09 08:32:34 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18 ruby19 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
-RUBY_FAKEGEM_DOCDIR="html"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
-HOMEPAGE="http://daemons.rubyforge.org/"
-
-LICENSE="|| ( Ruby GPL-2 ) MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="examples"
-
-all_ruby_install() {
- all_fakegem_install
-
- use examples || return
-
- insinto /usr/share/doc/${PF}/
- doins -r examples || die "Failed to install examples"
-}