summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Brown <rbrown@gentoo.org>2007-03-10 14:43:08 +0000
committerRichard Brown <rbrown@gentoo.org>2007-03-10 14:43:08 +0000
commit3ab74291bd3e86b4b2258f3e9f383945c37eb3ec (patch)
tree0bf582515e880f9e481404fc5130dedd399bc8b1 /dev-ruby/rcairo/rcairo-1.4.1.ebuild
parentstop using $IMAGE (diff)
downloadgentoo-2-3ab74291bd3e86b4b2258f3e9f383945c37eb3ec.tar.gz
gentoo-2-3ab74291bd3e86b4b2258f3e9f383945c37eb3ec.tar.bz2
gentoo-2-3ab74291bd3e86b4b2258f3e9f383945c37eb3ec.zip
Version Bump. Remove RUBY_BUG_145222
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ruby/rcairo/rcairo-1.4.1.ebuild')
-rw-r--r--dev-ruby/rcairo/rcairo-1.4.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/rcairo/rcairo-1.4.1.ebuild b/dev-ruby/rcairo/rcairo-1.4.1.ebuild
new file mode 100644
index 000000000000..dcefc8196cad
--- /dev/null
+++ b/dev-ruby/rcairo/rcairo-1.4.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.4.1.ebuild,v 1.1 2007/03/10 14:43:08 rbrown Exp $
+
+inherit ruby
+
+IUSE="examples"
+
+DESCRIPTION="Ruby bindings for cairo"
+HOMEPAGE="http://cairographics.org"
+SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
+
+SLOT="0"
+USE_RUBY="ruby18"
+LICENSE="Ruby"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=x11-libs/cairo-1.2.0"