summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-03-02 08:49:03 +0000
committerAlex Legler <a3li@gentoo.org>2009-03-02 08:49:03 +0000
commit4656c3675095f8538b69771ef3d5b438d980f323 (patch)
treec7232b7eb297ef205ebc8d0a71200cca0937e3b9 /dev-ruby/syntax
parentUpdating manifest ( fixes bug #260808 ) (diff)
downloadgentoo-2-4656c3675095f8538b69771ef3d5b438d980f323.tar.gz
gentoo-2-4656c3675095f8538b69771ef3d5b438d980f323.tar.bz2
gentoo-2-4656c3675095f8538b69771ef3d5b438d980f323.zip
Replaced USE_RUBY="any" with explicit versions. Ruby 1.9 compatible.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/syntax')
-rw-r--r--dev-ruby/syntax/ChangeLog8
-rw-r--r--dev-ruby/syntax/syntax-1.0.0.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-ruby/syntax/ChangeLog b/dev-ruby/syntax/ChangeLog
index fb4d0596907b..a636ad544352 100644
--- a/dev-ruby/syntax/ChangeLog
+++ b/dev-ruby/syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/syntax
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.16 2008/04/28 15:08:53 ricmm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/ChangeLog,v 1.17 2009/03/02 08:49:03 a3li Exp $
+
+ 02 Mar 2009; Alex Legler <a3li@gentoo.org> syntax-1.0.0.ebuild:
+ Replaced USE_RUBY="any" with explicit versions. Ruby 1.9 compatible. Minor
+ description beautification.
28 Apr 2008; <ricmm@gentoo.org> syntax-1.0.0.ebuild:
Add ~mips, bug #198864
diff --git a/dev-ruby/syntax/syntax-1.0.0.ebuild b/dev-ruby/syntax/syntax-1.0.0.ebuild
index b175d4ae357e..74bbd40c29f3 100644
--- a/dev-ruby/syntax/syntax-1.0.0.ebuild
+++ b/dev-ruby/syntax/syntax-1.0.0.ebuild
@@ -1,17 +1,15 @@
-# 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/dev-ruby/syntax/syntax-1.0.0.ebuild,v 1.12 2008/04/28 15:08:53 ricmm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/syntax/syntax-1.0.0.ebuild,v 1.13 2009/03/02 08:49:02 a3li Exp $
inherit ruby gems
-DESCRIPTION="Syntax highlighting for sourcecode and html"
+DESCRIPTION="Syntax highlighting for sourcecode and HTML"
HOMEPAGE="http://syntax.rubyforge.org"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
IUSE=""
-USE_RUBY="any"
-DEPEND="virtual/ruby"
+USE_RUBY="ruby18 ruby19"