summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-03-20 15:33:41 +0000
committerAron Griffis <agriffis@gentoo.org>2004-03-20 15:33:41 +0000
commit74860ea4f28c3ecc004cda943069e2141c0f2ac9 (patch)
treea0d50dc01f8bb9ed6b39012179126e998466c4c4 /dev-ruby/ruby-atk
parentgnome 2.6 commit (diff)
downloadhistorical-74860ea4f28c3ecc004cda943069e2141c0f2ac9.tar.gz
historical-74860ea4f28c3ecc004cda943069e2141c0f2ac9.tar.bz2
historical-74860ea4f28c3ecc004cda943069e2141c0f2ac9.zip
Add ruby-atk for bug 44739, ruby-gtk2 now depends on this. Thanks to Takayuki Yamaguchi for the initial ebuild submission, and Xavier Neys for catching my mistake omitting this one.
Diffstat (limited to 'dev-ruby/ruby-atk')
-rw-r--r--dev-ruby/ruby-atk/ChangeLog12
-rw-r--r--dev-ruby/ruby-atk/Manifest4
-rw-r--r--dev-ruby/ruby-atk/files/digest-ruby-atk-0.9.11
-rw-r--r--dev-ruby/ruby-atk/metadata.xml5
-rw-r--r--dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild10
5 files changed, 32 insertions, 0 deletions
diff --git a/dev-ruby/ruby-atk/ChangeLog b/dev-ruby/ruby-atk/ChangeLog
new file mode 100644
index 000000000000..e0a501910859
--- /dev/null
+++ b/dev-ruby/ruby-atk/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-ruby/ruby-atk
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.1 2004/03/20 15:33:41 agriffis Exp $
+
+*ruby-atk-0.9.1 (20 Mar 2004)
+
+ 20 Mar 2004; Aron Griffis <agriffis@gentoo.org> metadata.xml,
+ ruby-atk-0.9.1.ebuild:
+ Add ruby-atk for bug 44739, ruby-gtk2 now depends on this. Thanks to
+ Takayuki Yamaguchi for the initial ebuild submission, and Xavier Neys for
+ catching my mistake omitting this one.
+
diff --git a/dev-ruby/ruby-atk/Manifest b/dev-ruby/ruby-atk/Manifest
new file mode 100644
index 000000000000..63e449bfc6eb
--- /dev/null
+++ b/dev-ruby/ruby-atk/Manifest
@@ -0,0 +1,4 @@
+MD5 0cd96a89d7b3d6e01a98d5532c5d2d7f ruby-atk-0.9.1.ebuild 414
+MD5 0969d3c36bca9ef9aa8f6b8425b03b49 ChangeLog 528
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 2b2c4fe1967f3e6d7abc0f74a6008c23 files/digest-ruby-atk-0.9.1 73
diff --git a/dev-ruby/ruby-atk/files/digest-ruby-atk-0.9.1 b/dev-ruby/ruby-atk/files/digest-ruby-atk-0.9.1
new file mode 100644
index 000000000000..9a54271bf946
--- /dev/null
+++ b/dev-ruby/ruby-atk/files/digest-ruby-atk-0.9.1
@@ -0,0 +1 @@
+MD5 f778424f30b98374d136c13a8234aebf ruby-gnome2-all-0.9.1.tar.gz 865473
diff --git a/dev-ruby/ruby-atk/metadata.xml b/dev-ruby/ruby-atk/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/ruby-atk/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild b/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild
new file mode 100644
index 000000000000..1fb7d78102d9
--- /dev/null
+++ b/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.9.1.ebuild,v 1.1 2004/03/20 15:33:41 agriffis Exp $
+
+inherit ruby-gnome2
+
+DESCRIPTION="Ruby Atk bindings"
+KEYWORDS="~alpha ~x86 ~ppc ~ia64"
+DEPEND="${DEPEND} dev-libs/atk"
+RDEPEND="${RDEPEND} dev-libs/atk >=dev-ruby/ruby-glib2-${PV}"