summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-12-08 08:50:26 +0000
committerHans de Graaff <graaff@gentoo.org>2012-12-08 08:50:26 +0000
commit2e2b890d7afdc34e2bac095577097766e3d65361 (patch)
tree2d72845a568fce22334ec0c42ba30055fcf9d56c /dev-ruby/ruby-atk
parentVersion bump. (diff)
downloadgentoo-2-2e2b890d7afdc34e2bac095577097766e3d65361.tar.gz
gentoo-2-2e2b890d7afdc34e2bac095577097766e3d65361.tar.bz2
gentoo-2-2e2b890d7afdc34e2bac095577097766e3d65361.zip
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r--dev-ruby/ruby-atk/ChangeLog7
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-1.1.6.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
index c9ea06b4ac4a..1f9436d18c54 100644
--- a/dev-ruby/ruby-atk/ChangeLog
+++ b/dev-ruby/ruby-atk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby-atk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.71 2012/10/16 07:28:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.72 2012/12/08 08:50:26 graaff Exp $
+
+*ruby-atk-1.1.6 (08 Dec 2012)
+
+ 08 Dec 2012; Hans de Graaff <graaff@gentoo.org> +ruby-atk-1.1.6.ebuild:
+ Version bump.
16 Oct 2012; Hans de Graaff <graaff@gentoo.org> -ruby-atk-0.19.4.ebuild:
Remove old version.
diff --git a/dev-ruby/ruby-atk/ruby-atk-1.1.6.ebuild b/dev-ruby/ruby-atk/ruby-atk-1.1.6.ebuild
new file mode 100644
index 000000000000..81460cff24ff
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-1.1.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.6.ebuild,v 1.1 2012/12/08 08:50:26 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="${DEPEND} dev-libs/atk"
+RDEPEND="${RDEPEND} dev-libs/atk"
+
+ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"