summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/cairomm/cairomm-1.1.10.ebuild')
-rw-r--r--dev-cpp/cairomm/cairomm-1.1.10.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.1.10.ebuild b/dev-cpp/cairomm/cairomm-1.1.10.ebuild
deleted file mode 100644
index d45648191..000000000
--- a/dev-cpp/cairomm/cairomm-1.1.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="C++ wrapper for the cairo graphics library."
-HOMEPAGE="http://cairographics.org/cairomm"
-SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/cairo-1.2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- econf $(use_enable doc docs) || die "econf failed."
- emake || "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
-}