summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 03:18:10 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 03:18:10 +0000
commit7b0b422f52c0ede0083b973146ff7f3a1d84c00a (patch)
tree3211c4eb1c77c103b4e09e66cca3a8432195d41d /dev-ruby/ruby-libart
parentfix license/repoman (diff)
downloadhistorical-7b0b422f52c0ede0083b973146ff7f3a1d84c00a.tar.gz
historical-7b0b422f52c0ede0083b973146ff7f3a1d84c00a.tar.bz2
historical-7b0b422f52c0ede0083b973146ff7f3a1d84c00a.zip
fix license/repoman
Diffstat (limited to 'dev-ruby/ruby-libart')
-rw-r--r--dev-ruby/ruby-libart/ruby-libart-0.30.ebuild13
-rw-r--r--dev-ruby/ruby-libart/ruby-libart-0.34.ebuild13
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild b/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild
index 5f7356109292..ac0c84af1987 100644
--- a/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild
+++ b/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild,v 1.2 2003/02/13 11:44:13 vapier Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart/ruby-libart-0.30.ebuild,v 1.3 2003/08/07 03:14:32 vapier Exp $
S=${WORKDIR}/ruby-gnome-all-${PV}/libart
DESCRIPTION="Ruby libart bindings"
-SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
HOMEPAGE="http://ruby-gnome.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
+
LICENSE="Ruby"
-KEYWORDS="x86 ~alpha"
SLOT="0"
+KEYWORDS="x86 ~alpha"
DEPEND=">=dev-lang/ruby-1.6.4-r1
- >=media-libs/libart_lgpl-2.3.10"
+ >=media-libs/libart_lgpl-2.3.10"
src_compile() {
ruby extconf.rb || die "ruby extconf.rb failed"
emake || die "emake failed"
}
-src_install () {
+src_install() {
make site-install DESTDIR=${D}
dodoc [A-Z]*
cp -dr sample doc ${D}/usr/share/doc/${PF}
diff --git a/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild b/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
index 80d019d9c78d..0c322de40d5e 100644
--- a/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
+++ b/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild,v 1.2 2003/08/06 02:02:40 agriffis Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-libart/ruby-libart-0.34.ebuild,v 1.3 2003/08/07 03:14:32 vapier Exp $
S=${WORKDIR}/ruby-gnome-all-${PV}/libart
DESCRIPTION="Ruby libart bindings"
-SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
HOMEPAGE="http://ruby-gnome.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ruby-gnome/ruby-gnome-all-${PV}.tar.gz"
+
LICENSE="Ruby"
-KEYWORDS="x86 ~alpha"
SLOT="0"
+KEYWORDS="x86 ~alpha"
DEPEND=">=dev-lang/ruby-1.6.4-r1
- >=media-libs/libart_lgpl-2.3.10"
+ >=media-libs/libart_lgpl-2.3.10"
src_compile() {
ruby extconf.rb || die "ruby extconf.rb failed"
emake || die "emake failed"
}
-src_install () {
+src_install() {
make site-install DESTDIR=${D}
dodoc [A-Z]*
cp -dr sample doc ${D}/usr/share/doc/${PF}