summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-08-30 11:20:00 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-08-30 11:20:00 +0000
commitd40d8492c41ffa85b42d542a4053fec2e752bc6d (patch)
treeb2718a41441f4f7ef6d0bf198f988297bcf94d7b /dev-ruby/ruby-gnomeprint
parentVersion bump, #139164 (diff)
downloadgentoo-2-d40d8492c41ffa85b42d542a4053fec2e752bc6d.tar.gz
gentoo-2-d40d8492c41ffa85b42d542a4053fec2e752bc6d.tar.bz2
gentoo-2-d40d8492c41ffa85b42d542a4053fec2e752bc6d.zip
Version bump, #139164
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'dev-ruby/ruby-gnomeprint')
-rw-r--r--dev-ruby/ruby-gnomeprint/ChangeLog8
-rw-r--r--dev-ruby/ruby-gnomeprint/files/digest-ruby-gnomeprint-0.15.03
-rw-r--r--dev-ruby/ruby-gnomeprint/ruby-gnomeprint-0.15.0.ebuild16
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/ruby-gnomeprint/ChangeLog b/dev-ruby/ruby-gnomeprint/ChangeLog
index 861efe1a1243..91c775f522f5 100644
--- a/dev-ruby/ruby-gnomeprint/ChangeLog
+++ b/dev-ruby/ruby-gnomeprint/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-gnomeprint
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprint/ChangeLog,v 1.2 2006/03/30 03:49:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprint/ChangeLog,v 1.3 2006/08/30 11:20:00 pclouds Exp $
+
+*ruby-gnomeprint-0.15.0 (30 Aug 2006)
+
+ 30 Aug 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ +ruby-gnomeprint-0.15.0.ebuild:
+ Version bump
30 Mar 2006; Aron Griffis <agriffis@gentoo.org>
ruby-gnomeprint-0.14.1.ebuild:
diff --git a/dev-ruby/ruby-gnomeprint/files/digest-ruby-gnomeprint-0.15.0 b/dev-ruby/ruby-gnomeprint/files/digest-ruby-gnomeprint-0.15.0
new file mode 100644
index 000000000000..75eee3df1a90
--- /dev/null
+++ b/dev-ruby/ruby-gnomeprint/files/digest-ruby-gnomeprint-0.15.0
@@ -0,0 +1,3 @@
+MD5 3e5b89b674a2b60ff9d3a2eeac0468e9 ruby-gnome2-all-0.15.0.tar.gz 1273856
+RMD160 8bcd1929d77720359c718cdee31628bb7b1587b3 ruby-gnome2-all-0.15.0.tar.gz 1273856
+SHA256 313e6f9c7b328fd3c28c54be9dca7eec13eb70daaf717590988e4d22ace951b3 ruby-gnome2-all-0.15.0.tar.gz 1273856
diff --git a/dev-ruby/ruby-gnomeprint/ruby-gnomeprint-0.15.0.ebuild b/dev-ruby/ruby-gnomeprint/ruby-gnomeprint-0.15.0.ebuild
new file mode 100644
index 000000000000..0fae931cc95a
--- /dev/null
+++ b/dev-ruby/ruby-gnomeprint/ruby-gnomeprint-0.15.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnomeprint/ruby-gnomeprint-0.15.0.ebuild,v 1.1 2006/08/30 11:20:00 pclouds Exp $
+
+inherit ruby ruby-gnome2
+
+DESCRIPTION="Ruby bindings for gnomeprint"
+KEYWORDS="~ia64 ~x86"
+IUSE=""
+USE_RUBY="ruby18 ruby19"
+DEPEND=">=gnome-base/libgnomeprint-2.8"
+RDEPEND="${DEPEND}
+ >=dev-ruby/ruby-glib2-${PV}
+ >=dev-ruby/ruby-pango-${PV}
+ >=dev-ruby/ruby-libart2-${PV}"
+