From 10c406d0c355a268de9d97c922a8288e141b8f36 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 15 Feb 2017 19:46:18 +0200 Subject: dev-cpp/cairomm: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-cpp/cairomm/Manifest | 1 - dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild | 56 -------------------------------- dev-cpp/cairomm/cairomm-1.12.0.ebuild | 50 ---------------------------- 3 files changed, 107 deletions(-) delete mode 100644 dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild delete mode 100644 dev-cpp/cairomm/cairomm-1.12.0.ebuild (limited to 'dev-cpp') diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest index f416e08dd4a8..8dde1c706b44 100644 --- a/dev-cpp/cairomm/Manifest +++ b/dev-cpp/cairomm/Manifest @@ -1,2 +1 @@ -DIST cairomm-1.10.0.tar.gz 1089577 SHA256 068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f SHA512 974b1c078c8d7b82f8d026e384811c016fa95cb62942fc12717edd993cb1660bc004bee5f8ce31c0540ef8d4105a2d86cd461ed3f5e996fd3faf65dfb37ac9e2 WHIRLPOOL 4fdea4df681b340729b64241baa84bc2171e6d98e2d277f13c8e51cee121bf7d3adef85e3d189d6e549213694a08ee72dafb2744c63377599491addcf609b447 DIST cairomm-1.12.0.tar.xz 789588 SHA256 a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6 SHA512 750e05f079c2ee9786d1a1ddb66ff90405549a82aeb542d585f904f7147994a451950a77ecb563f290cf2358f7010360ab03d9aa3a319651615c48bd25aeb7e8 WHIRLPOOL 757c93d5a607b50452ee590a13907522615a032cc3b4b284f9bb465183b7edd0fe16ba4f528b7c49d3c17892e194d4719f6d22e78824e22cc0c2d9a6e80f66fb diff --git a/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild b/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild deleted file mode 100644 index 3aa2f263ddda..000000000000 --- a/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" - -inherit eutils gnome2 multilib-minimal - -DESCRIPTION="C++ bindings for the Cairo vector graphics library" -HOMEPAGE="http://cairographics.org/cairomm" -SRC_URI="http://cairographics.org/releases/${P}.tar.gz" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc +svg" - -# FIXME: svg support is automagic -COMMON_DEPEND=" - >=x11-libs/cairo-1.12.10[svg?,${MULTILIB_USEDEP}] - >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] -" -RDEPEND="${COMMON_DEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508 - !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] ) -" -DEPEND="${COMMON_DEPEND} - virtual/pkgconfig - doc? ( - app-doc/doxygen - dev-libs/libxslt - media-gfx/graphviz ) -" - -src_prepare() { - # don't waste time building examples because they are marked as "noinst" - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die - - # don't waste time building tests - # they require the boost Unit Testing framework, that's not in base boost - sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die - - gnome2_src_prepare -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" gnome2_src_configure \ - --disable-tests \ - $(multilib_native_use_enable doc documentation) -} - -multilib_src_install() { - gnome2_src_install -} diff --git a/dev-cpp/cairomm/cairomm-1.12.0.ebuild b/dev-cpp/cairomm/cairomm-1.12.0.ebuild deleted file mode 100644 index 78f2992c671b..000000000000 --- a/dev-cpp/cairomm/cairomm-1.12.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" - -inherit gnome2 multilib-minimal - -DESCRIPTION="C++ bindings for the Cairo vector graphics library" -HOMEPAGE="http://cairographics.org/cairomm" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="doc +svg" - -# FIXME: svg support is automagic -RDEPEND=" - >=x11-libs/cairo-1.12.10[svg?,${MULTILIB_USEDEP}] - >=dev-libs/libsigc++-2.5.1:2[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( - app-doc/doxygen - dev-libs/libxslt - media-gfx/graphviz ) -" - -src_prepare() { - # don't waste time building examples because they are marked as "noinst" - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die - - # don't waste time building tests - # they require the boost Unit Testing framework, that's not in base boost - sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die - - gnome2_src_prepare -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" gnome2_src_configure \ - --disable-tests \ - $(multilib_native_use_enable doc documentation) -} - -multilib_src_install() { - gnome2_src_install -} -- cgit v1.2.3-65-gdbad