diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-01-08 05:22:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-01-08 05:22:51 +0000 |
commit | 7367a46fed3abef8b24d6eeaf540db0c50810064 (patch) | |
tree | 66008fd867fd8cfdad759baa794f3db658e823c4 /dev-ruby/daemon_controller | |
parent | Stabilize on ppc/ppc64 (bug #393767). Fix LICENCE (bug #395179). Remove old. (diff) | |
download | gentoo-2-7367a46fed3abef8b24d6eeaf540db0c50810064.tar.gz gentoo-2-7367a46fed3abef8b24d6eeaf540db0c50810064.tar.bz2 gentoo-2-7367a46fed3abef8b24d6eeaf540db0c50810064.zip |
Add ruby19, fixing bug 398013. Shorten description to make repoman happy.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/daemon_controller')
-rw-r--r-- | dev-ruby/daemon_controller/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/daemon_controller/ChangeLog b/dev-ruby/daemon_controller/ChangeLog index 4f1a8dbdeb17..c90ce4d622e8 100644 --- a/dev-ruby/daemon_controller/ChangeLog +++ b/dev-ruby/daemon_controller/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/daemon_controller -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.4 2011/06/24 18:34:30 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/ChangeLog,v 1.5 2012/01/08 05:22:51 graaff Exp $ + + 08 Jan 2012; Hans de Graaff <graaff@gentoo.org> + daemon_controller-0.2.6.ebuild: + Add ruby19, fixing bug 398013. Shorten description to make repoman happy. 24 Jun 2011; Hans de Graaff <graaff@gentoo.org> daemon_controller-0.2.6.ebuild: diff --git a/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild b/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild index 5decc65c69fc..fa0f981b65e3 100644 --- a/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild +++ b/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild,v 1.2 2011/06/24 18:34:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemon_controller/daemon_controller-0.2.6.ebuild,v 1.3 2012/01/08 05:22:51 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18" +USE_RUBY="ruby18 ruby19 ree18" RUBY_FAKEGEM_TASK_TEST="" @@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="README.markdown" inherit ruby-fakegem -DESCRIPTION="A library for starting and stopping specific daemons programmatically in a robust, race-condition-free manner." +DESCRIPTION="A library for starting and stopping specific daemons programmatically in a robust manner." HOMEPAGE="http://github.com/FooBarWidget/daemon_controller" LICENSE="MIT" |