diff options
author | Tom William Payne <twp@gentoo.org> | 2003-05-12 20:16:00 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-05-12 20:16:00 +0000 |
commit | c582e5eed6d3309e5c7efaa801e226403837b878 (patch) | |
tree | e390edbc6d7da7efced70c1d50b2b855b092927a /dev-ruby | |
parent | Added all ARCHes, marked 1.0.2 stable (diff) | |
download | historical-c582e5eed6d3309e5c7efaa801e226403837b878.tar.gz historical-c582e5eed6d3309e5c7efaa801e226403837b878.tar.bz2 historical-c582e5eed6d3309e5c7efaa801e226403837b878.zip |
Added all ARCHes, marked 1.0.2 stable
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/amrita/Manifest | 6 | ||||
-rw-r--r-- | dev-ruby/amrita/amrita-1.0.2.ebuild | 7 | ||||
-rw-r--r-- | dev-ruby/amrita/amrita-1.8.2.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/dev-ruby/amrita/Manifest b/dev-ruby/amrita/Manifest index 903e7e7d3c70..a376b93900da 100644 --- a/dev-ruby/amrita/Manifest +++ b/dev-ruby/amrita/Manifest @@ -1,5 +1,5 @@ -MD5 36a3aae5c6fc116de13930d0572a714c amrita-1.0.2.ebuild 725 -MD5 04203232c230a9c766c9aa913ee8527e amrita-1.8.2.ebuild 787 -MD5 accce653ba64d7c8c4532186b5a8c94b ChangeLog 701 +MD5 78b2cd76f9ecc572e5d82ed7947ceb22 amrita-1.0.2.ebuild 725 +MD5 9745624aa25704d15445c61a195968e7 amrita-1.8.2.ebuild 787 +MD5 c607057533360bc6c9bd0e46ec5e91dc ChangeLog 701 MD5 e6d2296af7e26f3b0b6422d74df16366 files/digest-amrita-1.0.2 64 MD5 c485a522781eb5285875f6700518b7cb files/digest-amrita-1.8.2 64 diff --git a/dev-ruby/amrita/amrita-1.0.2.ebuild b/dev-ruby/amrita/amrita-1.0.2.ebuild index 44f84b17fb90..6876209022da 100644 --- a/dev-ruby/amrita/amrita-1.0.2.ebuild +++ b/dev-ruby/amrita/amrita-1.0.2.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.0.2.ebuild,v 1.1 2003/05/10 16:09:45 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.0.2.ebuild,v 1.2 2003/05/12 20:15:44 twp Exp $ DESCRIPTION="A HTML/XHTML template library for Ruby" HOMEPAGE="http://www.brain-tokyo.jp/research/amrita/index.html" SRC_URI="http://www.brain-tokyo.jp/research/amrita/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~x86" -DEPEND=">=dev-lang/ruby-1.6.7 >=dev-ruby/strscan-0.6.5" +KEYWORDS="alpha arm hppa mips sparc x86" +DEPEND=">=dev-lang/ruby-1.6.7 + >=dev-ruby/strscan-0.6.5" src_install() { local sitelibdir=`ruby -r rbconfig -e 'print(Config::CONFIG["sitelibdir"])'` diff --git a/dev-ruby/amrita/amrita-1.8.2.ebuild b/dev-ruby/amrita/amrita-1.8.2.ebuild index f2012737477c..9a40b257a776 100644 --- a/dev-ruby/amrita/amrita-1.8.2.ebuild +++ b/dev-ruby/amrita/amrita-1.8.2.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.8.2.ebuild,v 1.1 2003/05/10 16:09:45 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amrita/amrita-1.8.2.ebuild,v 1.2 2003/05/12 20:15:44 twp Exp $ DESCRIPTION="A HTML/XHTML template library for Ruby" HOMEPAGE="http://www.brain-tokyo.jp/research/amrita/index.html" SRC_URI="http://www.brain-tokyo.jp/research/amrita/${P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~x86" -DEPEND=">=dev-lang/ruby-1.6.7 >=dev-ruby/strscan-0.6.5" +KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86" +DEPEND=">=dev-lang/ruby-1.6.7 + >=dev-ruby/strscan-0.6.5" src_compile() { ruby install.rb config --prefix=/usr || die |