summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-16 09:21:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-16 09:21:53 +0000
commitfebd70c475aa375d9b81e0acd89db1349f515aec (patch)
treeb80d34c511feb3ac4ceb14b498a7f2cc8ee03cf2 /dev-ruby/rcairo
parentalpha/ia64 stable wrt #237876 (diff)
downloadgentoo-2-febd70c475aa375d9b81e0acd89db1349f515aec.tar.gz
gentoo-2-febd70c475aa375d9b81e0acd89db1349f515aec.tar.bz2
gentoo-2-febd70c475aa375d9b81e0acd89db1349f515aec.zip
Version bump, use gem.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'dev-ruby/rcairo')
-rw-r--r--dev-ruby/rcairo/ChangeLog7
-rw-r--r--dev-ruby/rcairo/rcairo-1.8.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/rcairo/ChangeLog b/dev-ruby/rcairo/ChangeLog
index b2456663caa2..83e676d92980 100644
--- a/dev-ruby/rcairo/ChangeLog
+++ b/dev-ruby/rcairo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rcairo
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.25 2008/07/04 18:51:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.26 2008/10/16 09:21:53 flameeyes Exp $
+
+*rcairo-1.8.0 (16 Oct 2008)
+
+ 16 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> +rcairo-1.8.0.ebuild:
+ Version bump, use gem.
*rcairo-1.6.2 (04 Jul 2008)
diff --git a/dev-ruby/rcairo/rcairo-1.8.0.ebuild b/dev-ruby/rcairo/rcairo-1.8.0.ebuild
new file mode 100644
index 000000000000..d6b650848612
--- /dev/null
+++ b/dev-ruby/rcairo/rcairo-1.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0.ebuild,v 1.1 2008/10/16 09:21:53 flameeyes Exp $
+
+inherit gems
+
+MY_P=${P/rcairo/cairo}
+
+DESCRIPTION="Ruby bindings for cairo"
+HOMEPAGE="http://cairographics.org/rcairo/"
+SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
+
+SLOT="0"
+LICENSE="|| ( Ruby GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/cairo-1.2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"