diff options
author | 2012-01-24 07:24:05 +0000 | |
---|---|---|
committer | 2012-01-24 07:24:05 +0000 | |
commit | c90d90521460a602063ee44a5df5395c70cd81e6 (patch) | |
tree | 339640e5171b92f7c81bcda315a6b3097b8bff37 /dev-ruby/daemons | |
parent | Version bump. (diff) | |
download | historical-c90d90521460a602063ee44a5df5395c70cd81e6.tar.gz historical-c90d90521460a602063ee44a5df5395c70cd81e6.tar.bz2 historical-c90d90521460a602063ee44a5df5395c70cd81e6.zip |
Version bump.
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/daemons')
-rw-r--r-- | dev-ruby/daemons/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/daemons/daemons-1.1.6.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-ruby/daemons/ChangeLog b/dev-ruby/daemons/ChangeLog index 6432d4172aef..24d2c35f6233 100644 --- a/dev-ruby/daemons/ChangeLog +++ b/dev-ruby/daemons/ChangeLog @@ -1,6 +1,11 @@ # 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.65 2011/12/20 06:38:24 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.66 2012/01/24 07:24:05 graaff Exp $ + +*daemons-1.1.6 (24 Jan 2012) + + 24 Jan 2012; Hans de Graaff <graaff@gentoo.org> +daemons-1.1.6.ebuild: + Version bump. *daemons-1.1.5 (20 Dec 2011) diff --git a/dev-ruby/daemons/daemons-1.1.6.ebuild b/dev-ruby/daemons/daemons-1.1.6.ebuild new file mode 100644 index 000000000000..d93aa854f62c --- /dev/null +++ b/dev-ruby/daemons/daemons-1.1.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.6.ebuild,v 1.1 2012/01/24 07:24:05 graaff Exp $ + +EAPI=4 +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 +} |