summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-12-29 15:11:46 +0000
committerHans de Graaff <graaff@gentoo.org>2009-12-29 15:11:46 +0000
commit02df3a3db193c46c3001ee801f5c4fd0cd3eec84 (patch)
tree3ce748168e9f1c0b2f2ef68f64d24cd3137b3b53 /app-text/glark
parentold (diff)
downloadgentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.tar.gz
gentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.tar.bz2
gentoo-2-02df3a3db193c46c3001ee801f5c4fd0cd3eec84.zip
Change ruby dependency per bug #265054.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/glark')
-rw-r--r--app-text/glark/ChangeLog8
-rw-r--r--app-text/glark/glark-1.7.8.ebuild8
-rw-r--r--app-text/glark/glark-1.8.0.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog
index acd1436d7099..309f788707ee 100644
--- a/app-text/glark/ChangeLog
+++ b/app-text/glark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/glark
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.50 2009/08/01 17:54:44 darkside Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.51 2009/12/29 15:11:46 graaff Exp $
+
+ 29 Dec 2009; Hans de Graaff <graaff@gentoo.org> glark-1.7.8.ebuild,
+ glark-1.8.0.ebuild:
+ Change ruby dependency per bug #265054.
01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -glark-1.7.3.ebuild,
-glark-1.7.5.ebuild:
diff --git a/app-text/glark/glark-1.7.8.ebuild b/app-text/glark/glark-1.7.8.ebuild
index fec34a8ed5cd..fdef178a4586 100644
--- a/app-text/glark/glark-1.7.8.ebuild
+++ b/app-text/glark/glark-1.7.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.8 2008/01/17 20:36:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.9 2009/12/29 15:11:46 graaff Exp $
inherit bash-completion
@@ -14,9 +14,9 @@ LICENSE="LGPL-2.1"
IUSE=""
# perl dep is for pod2man
-DEPEND="virtual/ruby
+DEPEND="dev-lang/ruby
dev-lang/perl"
-RDEPEND="virtual/ruby"
+RDEPEND="dev-lang/ruby"
src_compile() {
emake
diff --git a/app-text/glark/glark-1.8.0.ebuild b/app-text/glark/glark-1.8.0.ebuild
index 2f25efec14ad..2e067062bf6d 100644
--- a/app-text/glark/glark-1.8.0.ebuild
+++ b/app-text/glark/glark-1.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.2 2008/01/17 20:36:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.3 2009/12/29 15:11:46 graaff Exp $
inherit bash-completion
@@ -14,9 +14,9 @@ LICENSE="LGPL-2.1"
IUSE=""
# perl dep is for pod2man
-DEPEND="virtual/ruby
+DEPEND="dev-lang/ruby
dev-lang/perl"
-RDEPEND="virtual/ruby"
+RDEPEND="dev-lang/ruby"
src_compile() {
emake