summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-11-17 17:15:21 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-11-17 17:15:21 +0000
commit720c267e3fc9179707bc62f20c482df85322352b (patch)
tree0c2a7985699cdf88e9724446ac2af8d8bf23f9aa
parentStable on ppc64; bug #111916 (diff)
downloadgentoo-2-720c267e3fc9179707bc62f20c482df85322352b.tar.gz
gentoo-2-720c267e3fc9179707bc62f20c482df85322352b.tar.bz2
gentoo-2-720c267e3fc9179707bc62f20c482df85322352b.zip
Initial import.
(Portage version: 2.0.51.22-r3)
-rw-r--r--dev-ruby/daemons/ChangeLog10
-rw-r--r--dev-ruby/daemons/Manifest2
-rw-r--r--dev-ruby/daemons/daemons-0.4.2.ebuild16
-rw-r--r--dev-ruby/daemons/files/digest-daemons-0.4.21
-rw-r--r--dev-ruby/daemons/metadata.xml5
5 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/daemons/ChangeLog b/dev-ruby/daemons/ChangeLog
new file mode 100644
index 000000000000..de52785cbc0d
--- /dev/null
+++ b/dev-ruby/daemons/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/daemons
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.1 2005/11/17 17:15:21 citizen428 Exp $
+
+*daemons-0.4.2 (17 Nov 2005)
+
+ 17 Nov 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml,
+ +daemons-0.4.2.ebuild:
+ Initial import.
+
diff --git a/dev-ruby/daemons/Manifest b/dev-ruby/daemons/Manifest
new file mode 100644
index 000000000000..28527ba0e708
--- /dev/null
+++ b/dev-ruby/daemons/Manifest
@@ -0,0 +1,2 @@
+MD5 2d495068a4e0f3c9e47331c0748f0f46 daemons-0.4.2.ebuild 362
+MD5 642dcb82e88c80f6f42a77789e8ae585 files/digest-daemons-0.4.2 61
diff --git a/dev-ruby/daemons/daemons-0.4.2.ebuild b/dev-ruby/daemons/daemons-0.4.2.ebuild
new file mode 100644
index 000000000000..d0dfc0997c9b
--- /dev/null
+++ b/dev-ruby/daemons/daemons-0.4.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-0.4.2.ebuild,v 1.1 2005/11/17 17:15:21 citizen428 Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
+HOMEPAGE="http://daemons.rubyforge.org/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
diff --git a/dev-ruby/daemons/files/digest-daemons-0.4.2 b/dev-ruby/daemons/files/digest-daemons-0.4.2
new file mode 100644
index 000000000000..f59e0cec1482
--- /dev/null
+++ b/dev-ruby/daemons/files/digest-daemons-0.4.2
@@ -0,0 +1 @@
+MD5 fefecf8dd5b53feb5544644682ec402c daemons-0.4.2.gem 26624
diff --git a/dev-ruby/daemons/metadata.xml b/dev-ruby/daemons/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/dev-ruby/daemons/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>