summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-ruby/ruby-goocanvas
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-ruby/ruby-goocanvas')
-rw-r--r--dev-ruby/ruby-goocanvas/Manifest2
-rw-r--r--dev-ruby/ruby-goocanvas/metadata.xml8
-rw-r--r--dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild22
-rw-r--r--dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0-r1.ebuild20
-rw-r--r--dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0.ebuild20
5 files changed, 72 insertions, 0 deletions
diff --git a/dev-ruby/ruby-goocanvas/Manifest b/dev-ruby/ruby-goocanvas/Manifest
new file mode 100644
index 000000000000..ecedb562e7a2
--- /dev/null
+++ b/dev-ruby/ruby-goocanvas/Manifest
@@ -0,0 +1,2 @@
+DIST ruby-gnome2-all-1.1.8.tar.gz 1018612 SHA256 5118fc18eeff60cbe371e6461dc6329e7c544f1908219df42462274dace5968a SHA512 3ce05278fca4b402f5e8ec9883290022ad07ea800af436ee35ab6a4960e4004a0c076567c68587bee81a27d863ba54de19a7816585ce510d308b7e0e91fb1981 WHIRLPOOL b59ed271675ca8f9b80aeecd7d003537011a7162131176ca202b7a40fafae27cc8da687a50792985f07477dcf310a70d0c512692d649b3584d64653af9cf0e1b
+DIST ruby-gnome2-all-2.2.0.tar.gz 1736638 SHA256 73b2366152a15533d8e7056b30c76db6d5bdc6e5a1dc9c72320cbef91ff63c83 SHA512 71a263b9623b3d098aafcd63abc49af2ece19f4da45a4b2e3a698fb90c8302f61f1681d21c1bf2f823852afb06890470c5f6be1d4e4593b86487fd980ca460f5 WHIRLPOOL 0ece27bcd275b9a73cb1682dd268571e2ad7c35da0ddea0c715e0b215eb9bc5831ed879b70327ef5586deb4820c2caab7f0589acdc53e1f4b3f35f1ef7f8737c
diff --git a/dev-ruby/ruby-goocanvas/metadata.xml b/dev-ruby/ruby-goocanvas/metadata.xml
new file mode 100644
index 000000000000..59cfa35b8816
--- /dev/null
+++ b/dev-ruby/ruby-goocanvas/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+<maintainer>
+ <email>naota@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild b/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild
new file mode 100644
index 000000000000..4e776d0789d1
--- /dev/null
+++ b/dev-ruby/ruby-goocanvas/ruby-goocanvas-1.1.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+USE_RUBY="ruby19"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby binding of GooCanvas"
+KEYWORDS="amd64 ~ppc x86"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ x11-libs/goocanvas:0"
+DEPEND="${DEPEND}
+ x11-libs/goocanvas:0"
+
+ruby_add_bdepend "dev-ruby/pkg-config
+ dev-ruby/rcairo"
+
+ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
diff --git a/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0-r1.ebuild b/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0-r1.ebuild
new file mode 100644
index 000000000000..99e62565eb7f
--- /dev/null
+++ b/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby binding of GooCanvas"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" x11-libs/goocanvas:2.0"
+DEPEND+=" x11-libs/goocanvas:2.0"
+
+ruby_add_bdepend "dev-ruby/pkg-config
+ dev-ruby/rcairo"
+
+ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
diff --git a/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0.ebuild b/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0.ebuild
new file mode 100644
index 000000000000..81da0a70f292
--- /dev/null
+++ b/dev-ruby/ruby-goocanvas/ruby-goocanvas-2.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+inherit ruby-ng-gnome2
+
+DESCRIPTION="Ruby binding of GooCanvas"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" x11-libs/goocanvas:2.0"
+DEPEND+=" x11-libs/goocanvas:2.0"
+
+ruby_add_bdepend "dev-ruby/pkg-config
+ dev-ruby/rcairo"
+
+ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"