diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-20 12:43:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-20 12:43:33 +0000 |
commit | 3e41384a3bf89a17d4be7932cbd23b002ef6fc3c (patch) | |
tree | 85bd53489d8f8ddd9da4d9e9c081b0f9c79c2385 /dev-ruby/daemons | |
parent | Remove old version. (diff) | |
download | gentoo-2-3e41384a3bf89a17d4be7932cbd23b002ef6fc3c.tar.gz gentoo-2-3e41384a3bf89a17d4be7932cbd23b002ef6fc3c.tar.bz2 gentoo-2-3e41384a3bf89a17d4be7932cbd23b002ef6fc3c.zip |
Remove old versions.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/daemons')
-rw-r--r-- | dev-ruby/daemons/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/daemons/daemons-1.0.10.ebuild | 13 | ||||
-rw-r--r-- | dev-ruby/daemons/daemons-1.1.0.ebuild | 30 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-ruby/daemons/ChangeLog b/dev-ruby/daemons/ChangeLog index 3e7b4a5da0cf..dd41ecdfe86d 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.63 2011/07/24 17:33:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.64 2011/08/20 12:43:33 graaff Exp $ + + 20 Aug 2011; Hans de Graaff <graaff@gentoo.org> -daemons-1.0.10.ebuild, + -daemons-1.1.0.ebuild: + Remove old versions. 24 Jul 2011; Raúl Porcel <armin76@gentoo.org> daemons-1.1.3.ebuild: ia64/sparc stable wrt #372115 diff --git a/dev-ruby/daemons/daemons-1.0.10.ebuild b/dev-ruby/daemons/daemons-1.0.10.ebuild deleted file mode 100644 index ab029923ec56..000000000000 --- a/dev-ruby/daemons/daemons-1.0.10.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.0.10.ebuild,v 1.6 2009/12/09 17:38:37 ranger Exp $ - -inherit ruby gems - -DESCRIPTION="Wrap existing ruby scripts to be run as a daemon" -HOMEPAGE="http://daemons.rubyforge.org/" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" diff --git a/dev-ruby/daemons/daemons-1.1.0.ebuild b/dev-ruby/daemons/daemons-1.1.0.ebuild deleted file mode 100644 index 6ffa98a92ced..000000000000 --- a/dev-ruby/daemons/daemons-1.1.0.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.0.ebuild,v 1.6 2011/04/24 17:36:30 armin76 Exp $ - -EAPI="2" -USE_RUBY="ruby18 ree18 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" -} |