summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rcairo/rcairo-1.4.1.ebuild')
-rw-r--r--dev-ruby/rcairo/rcairo-1.4.1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/rcairo/rcairo-1.4.1.ebuild b/dev-ruby/rcairo/rcairo-1.4.1.ebuild
deleted file mode 100644
index 21c215595fed..000000000000
--- a/dev-ruby/rcairo/rcairo-1.4.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.4.1.ebuild,v 1.6 2008/04/06 17:25:11 graaff 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"
-
-RDEPEND=">=x11-libs/cairo-1.2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"