diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-09-29 21:11:23 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-09-29 21:11:23 +0000 |
commit | 44bddd3f95869a1d14a52a9087c6e4d57810e21f (patch) | |
tree | a5a93baf6b50538fb9375d8baa0fbcc17b273724 /dev-cpp/cairomm | |
parent | version bump from upstream (diff) | |
download | gentoo-2-44bddd3f95869a1d14a52a9087c6e4d57810e21f.tar.gz gentoo-2-44bddd3f95869a1d14a52a9087c6e4d57810e21f.tar.bz2 gentoo-2-44bddd3f95869a1d14a52a9087c6e4d57810e21f.zip |
Remove old
(Portage version: 2.1.3.11)
Diffstat (limited to 'dev-cpp/cairomm')
-rw-r--r-- | dev-cpp/cairomm/cairomm-1.2.2.ebuild | 42 | ||||
-rw-r--r-- | dev-cpp/cairomm/files/digest-cairomm-1.2.2 | 3 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-cpp/cairomm/cairomm-1.2.2.ebuild b/dev-cpp/cairomm/cairomm-1.2.2.ebuild deleted file mode 100644 index 5dce7fb8b2cf..000000000000 --- a/dev-cpp/cairomm/cairomm-1.2.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.2.2.ebuild,v 1.9 2007/01/25 14:46:58 compnerd Exp $ - -inherit eutils - -DESCRIPTION="C++ bindings for the Cairo vector graphics library" -HOMEPAGE="http://cairographics.org/" -SRC_URI="http://cairographics.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="doc examples" - -RDEPEND=">=x11-libs/cairo-1.2.0" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_unpack() { - unpack "${A}" - cd "${S}" - - if ! use examples; then - # don't waste time building the examples - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ - die "sed Makefile.in failed" - fi -} - -src_compile() { - econf $(use_enable doc docs) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - if use examples; then - cp -R examples ${D}/usr/share/doc/${PF} - fi -} diff --git a/dev-cpp/cairomm/files/digest-cairomm-1.2.2 b/dev-cpp/cairomm/files/digest-cairomm-1.2.2 deleted file mode 100644 index 22d08653c1cd..000000000000 --- a/dev-cpp/cairomm/files/digest-cairomm-1.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fabb040a5ff2cf0529af55ff46d22d2d cairomm-1.2.2.tar.gz 582629 -RMD160 1e7d7f45ac3f9284b8e0b33369c178ebef89d8cc cairomm-1.2.2.tar.gz 582629 -SHA256 6f02087249f1f9e9293fdfcf008c0d3066a4e52d5c625d6129a451ccb8bdeaae cairomm-1.2.2.tar.gz 582629 |