summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2013-12-09 15:32:50 +0000
committerNaohiro Aota <naota@gentoo.org>2013-12-09 15:32:50 +0000
commitc9fda46962120201b33aa1d00fca28c7877fd605 (patch)
tree255fbce77ce07294dc378bc885cf1d7d9e5e3212 /dev-ruby
parentMichal Privoznik <mprivozn@redhat.com> pointed out that the live ebuild (diff)
downloadgentoo-2-c9fda46962120201b33aa1d00fca28c7877fd605.tar.gz
gentoo-2-c9fda46962120201b33aa1d00fca28c7877fd605.tar.bz2
gentoo-2-c9fda46962120201b33aa1d00fca28c7877fd605.zip
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-gtksourceview3/ChangeLog8
-rw-r--r--dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.0.2.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gtksourceview3/ChangeLog b/dev-ruby/ruby-gtksourceview3/ChangeLog
index 01563bfcfcb9..51289741b7df 100644
--- a/dev-ruby/ruby-gtksourceview3/ChangeLog
+++ b/dev-ruby/ruby-gtksourceview3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-gtksourceview3
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 1.1 2013/05/04 15:03:08 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ChangeLog,v 1.2 2013/12/09 15:32:50 naota Exp $
+
+*ruby-gtksourceview3-2.0.2 (09 Dec 2013)
+
+ 09 Dec 2013; Naohiro Aota <naota@gentoo.org>
+ +ruby-gtksourceview3-2.0.2.ebuild:
+ version bump
*ruby-gtksourceview3-1.2.6 (04 May 2013)
diff --git a/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.0.2.ebuild b/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.0.2.ebuild
new file mode 100644
index 000000000000..1ae80f52a601
--- /dev/null
+++ b/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-2.0.2.ebuild,v 1.1 2013/12/09 15:32:50 naota Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Gtk3 bindings"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="${DEPEND} x11-libs/gtksourceview:3.0"
+RDEPEND="${RDEPEND} x11-libs/gtksourceview:3.0"
+
+ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
+ruby_add_rdepend ">=dev-ruby/ruby-gtk3-${PV}"