summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-07-16 08:14:35 +0000
committerHans de Graaff <graaff@gentoo.org>2009-07-16 08:14:35 +0000
commitc7241270b47184a906f9ad6561eb3fc77c44ee8d (patch)
tree2fdd457d152ea4dc2833b3cef2f2cc89fc430d9b /dev-ruby/ruby-gtksourceview
parentVersion bump. (diff)
downloadgentoo-2-c7241270b47184a906f9ad6561eb3fc77c44ee8d.tar.gz
gentoo-2-c7241270b47184a906f9ad6561eb3fc77c44ee8d.tar.bz2
gentoo-2-c7241270b47184a906f9ad6561eb3fc77c44ee8d.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-gtksourceview')
-rw-r--r--dev-ruby/ruby-gtksourceview/ChangeLog10
-rw-r--r--dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.0.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gtksourceview/ChangeLog b/dev-ruby/ruby-gtksourceview/ChangeLog
index 2a0456830b9d..eae5594fa471 100644
--- a/dev-ruby/ruby-gtksourceview/ChangeLog
+++ b/dev-ruby/ruby-gtksourceview/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-gtksourceview
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.13 2008/12/09 14:32:35 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.14 2009/07/16 08:14:35 graaff Exp $
+
+*ruby-gtksourceview-0.19.0 (16 Jul 2009)
+
+ 16 Jul 2009; Hans de Graaff <graaff@gentoo.org>
+ +ruby-gtksourceview-0.19.0.ebuild:
+ Version bump for ruby-gnome2 0.19.0.
09 Dec 2008; Ferris McCormick <fmccor@gentoo.org>
ruby-gtksourceview-0.16.0.ebuild:
diff --git a/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.0.ebuild b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.0.ebuild
new file mode 100644
index 000000000000..705ecee24d3c
--- /dev/null
+++ b/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.0.ebuild,v 1.1 2009/07/16 08:14:35 graaff Exp $
+
+inherit ruby ruby-gnome2
+
+DESCRIPTION="Ruby bindings for gtksourceview"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+USE_RUBY="ruby18"
+DEPEND="=x11-libs/gtksourceview-1*"
+RDEPEND="${DEPEND}
+ >=dev-ruby/ruby-gtk2-${PV}"
+DEPEND="${DEPEND}
+ dev-util/pkgconfig"