summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Nussbaumer <killerfox@gentoo.org>2005-10-27 12:48:47 +0000
committerRené Nussbaumer <killerfox@gentoo.org>2005-10-27 12:48:47 +0000
commit9e0b3cde2f7f0225b2edfd2a5a15c31970579113 (patch)
treef064d1039301ba49a7f23f089e7bc6b1839cb117 /dev-ruby/amatch
parentAdded ~amd64 keyword. Closes bug #110413. (diff)
downloadgentoo-2-9e0b3cde2f7f0225b2edfd2a5a15c31970579113.tar.gz
gentoo-2-9e0b3cde2f7f0225b2edfd2a5a15c31970579113.tar.bz2
gentoo-2-9e0b3cde2f7f0225b2edfd2a5a15c31970579113.zip
Initial import
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r--dev-ruby/amatch/ChangeLog10
-rw-r--r--dev-ruby/amatch/Manifest4
-rw-r--r--dev-ruby/amatch/amatch-0.2.1.ebuild30
-rw-r--r--dev-ruby/amatch/files/digest-amatch-0.2.11
-rw-r--r--dev-ruby/amatch/metadata.xml8
5 files changed, 53 insertions, 0 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog
new file mode 100644
index 000000000000..53d4cd2fdc7f
--- /dev/null
+++ b/dev-ruby/amatch/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/amatch
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.1 2005/10/27 12:48:47 killerfox Exp $
+
+*amatch-0.2.1 (27 Oct 2005)
+
+ 27 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> +metadata.xml,
+ +amatch-0.2.1.ebuild:
+ Initial import. ebuild written by myself.
+
diff --git a/dev-ruby/amatch/Manifest b/dev-ruby/amatch/Manifest
new file mode 100644
index 000000000000..e8ef04d5beb1
--- /dev/null
+++ b/dev-ruby/amatch/Manifest
@@ -0,0 +1,4 @@
+MD5 11f7061118539b2d58b8e49187fbe89e metadata.xml 225
+MD5 d1505a339070172389ff63b06e40f4d8 amatch-0.2.1.ebuild 699
+MD5 6264bb34a5b84c9cd8b117b3cdd2a5df ChangeLog 283
+MD5 52556ed63f34e71b04b238fb26ae0bb0 files/digest-amatch-0.2.1 60
diff --git a/dev-ruby/amatch/amatch-0.2.1.ebuild b/dev-ruby/amatch/amatch-0.2.1.ebuild
new file mode 100644
index 000000000000..ce50f93890f1
--- /dev/null
+++ b/dev-ruby/amatch/amatch-0.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.1 2005/10/27 12:48:47 killerfox Exp $
+
+inherit ruby
+
+USE_RUBY="ruby18 ruby19"
+
+DESCRIPTION="A template library for ruby like amrita"
+HOMEPAGE="http://amatch.rubyforge.org"
+SRC_URI="http://rubyforge.org/frs/download.php/6031/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~hppa ~x86"
+IUSE=""
+
+DEPEND="virtual/ruby"
+
+src_compile() {
+ ruby install.rb config || die 'install.rb config failed'
+ ruby install.rb setup || die 'install.rb setup failed'
+}
+
+src_install() {
+ ruby install.rb config --prefix=${D}/usr || die 'install.rb config failed'
+ ruby install.rb install || die 'install.rb install failed'
+ dodoc README.en
+}
+
diff --git a/dev-ruby/amatch/files/digest-amatch-0.2.1 b/dev-ruby/amatch/files/digest-amatch-0.2.1
new file mode 100644
index 000000000000..1777e8ba1d8e
--- /dev/null
+++ b/dev-ruby/amatch/files/digest-amatch-0.2.1
@@ -0,0 +1 @@
+MD5 a242954bbc8b1db84d1b920804095492 amatch-0.2.1.tgz 27237
diff --git a/dev-ruby/amatch/metadata.xml b/dev-ruby/amatch/metadata.xml
new file mode 100644
index 000000000000..e6435070c702
--- /dev/null
+++ b/dev-ruby/amatch/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+ <maintainer>
+ <email>killerfox@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>