diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-10-27 12:48:47 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-10-27 12:48:47 +0000 |
commit | e9594dcef141bd71c08cab9a485aa0bef3d6d91e (patch) | |
tree | dfb1e89fc9ac30f0b5d1a9ac3ba64078eeff5630 /dev-ruby/amatch | |
parent | Added ~amd64 keyword. Closes bug #110413. (diff) | |
download | historical-e9594dcef141bd71c08cab9a485aa0bef3d6d91e.tar.gz historical-e9594dcef141bd71c08cab9a485aa0bef3d6d91e.tar.bz2 historical-e9594dcef141bd71c08cab9a485aa0bef3d6d91e.zip |
Initial import
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r-- | dev-ruby/amatch/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/amatch/Manifest | 4 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.1.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/amatch/files/digest-amatch-0.2.1 | 1 | ||||
-rw-r--r-- | dev-ruby/amatch/metadata.xml | 8 |
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..649a41545938 --- /dev/null +++ b/dev-ruby/amatch/Manifest @@ -0,0 +1,4 @@ +MD5 11f7061118539b2d58b8e49187fbe89e metadata.xml 225 +MD5 5fc0056eada4662ef84d402edf4b1714 amatch-0.2.1.ebuild 801 +MD5 2e629576914b5b1f3759d64616415706 ChangeLog 373 +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> |