Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/
Date: Wed, 15 Feb 2017 19:24:04
Message-Id: 1487186571.10c406d0c355a268de9d97c922a8288e141b8f36.leio@gentoo
1 commit: 10c406d0c355a268de9d97c922a8288e141b8f36
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 17:46:18 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 19:22:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c406d0
7
8 dev-cpp/cairomm: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-cpp/cairomm/Manifest | 1 -
13 dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild | 56 --------------------------------
14 dev-cpp/cairomm/cairomm-1.12.0.ebuild | 50 ----------------------------
15 3 files changed, 107 deletions(-)
16
17 diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest
18 index f416e08dd4..8dde1c706b 100644
19 --- a/dev-cpp/cairomm/Manifest
20 +++ b/dev-cpp/cairomm/Manifest
21 @@ -1,2 +1 @@
22 -DIST cairomm-1.10.0.tar.gz 1089577 SHA256 068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f SHA512 974b1c078c8d7b82f8d026e384811c016fa95cb62942fc12717edd993cb1660bc004bee5f8ce31c0540ef8d4105a2d86cd461ed3f5e996fd3faf65dfb37ac9e2 WHIRLPOOL 4fdea4df681b340729b64241baa84bc2171e6d98e2d277f13c8e51cee121bf7d3adef85e3d189d6e549213694a08ee72dafb2744c63377599491addcf609b447
23 DIST cairomm-1.12.0.tar.xz 789588 SHA256 a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6 SHA512 750e05f079c2ee9786d1a1ddb66ff90405549a82aeb542d585f904f7147994a451950a77ecb563f290cf2358f7010360ab03d9aa3a319651615c48bd25aeb7e8 WHIRLPOOL 757c93d5a607b50452ee590a13907522615a032cc3b4b284f9bb465183b7edd0fe16ba4f528b7c49d3c17892e194d4719f6d22e78824e22cc0c2d9a6e80f66fb
24
25 diff --git a/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild b/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild
26 deleted file mode 100644
27 index 3aa2f263dd..0000000000
28 --- a/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,56 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -GCONF_DEBUG="no"
37 -
38 -inherit eutils gnome2 multilib-minimal
39 -
40 -DESCRIPTION="C++ bindings for the Cairo vector graphics library"
41 -HOMEPAGE="http://cairographics.org/cairomm"
42 -SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
47 -IUSE="doc +svg"
48 -
49 -# FIXME: svg support is automagic
50 -COMMON_DEPEND="
51 - >=x11-libs/cairo-1.12.10[svg?,${MULTILIB_USEDEP}]
52 - >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - abi_x86_32? (
56 - !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508
57 - !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )
58 -"
59 -DEPEND="${COMMON_DEPEND}
60 - virtual/pkgconfig
61 - doc? (
62 - app-doc/doxygen
63 - dev-libs/libxslt
64 - media-gfx/graphviz )
65 -"
66 -
67 -src_prepare() {
68 - # don't waste time building examples because they are marked as "noinst"
69 - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die
70 -
71 - # don't waste time building tests
72 - # they require the boost Unit Testing framework, that's not in base boost
73 - sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die
74 -
75 - gnome2_src_prepare
76 -}
77 -
78 -multilib_src_configure() {
79 - ECONF_SOURCE="${S}" gnome2_src_configure \
80 - --disable-tests \
81 - $(multilib_native_use_enable doc documentation)
82 -}
83 -
84 -multilib_src_install() {
85 - gnome2_src_install
86 -}
87
88 diff --git a/dev-cpp/cairomm/cairomm-1.12.0.ebuild b/dev-cpp/cairomm/cairomm-1.12.0.ebuild
89 deleted file mode 100644
90 index 78f2992c67..0000000000
91 --- a/dev-cpp/cairomm/cairomm-1.12.0.ebuild
92 +++ /dev/null
93 @@ -1,50 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=5
99 -GCONF_DEBUG="no"
100 -
101 -inherit gnome2 multilib-minimal
102 -
103 -DESCRIPTION="C++ bindings for the Cairo vector graphics library"
104 -HOMEPAGE="http://cairographics.org/cairomm"
105 -
106 -LICENSE="LGPL-2+"
107 -SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
109 -IUSE="doc +svg"
110 -
111 -# FIXME: svg support is automagic
112 -RDEPEND="
113 - >=x11-libs/cairo-1.12.10[svg?,${MULTILIB_USEDEP}]
114 - >=dev-libs/libsigc++-2.5.1:2[${MULTILIB_USEDEP}]
115 -"
116 -DEPEND="${RDEPEND}
117 - virtual/pkgconfig
118 - doc? (
119 - app-doc/doxygen
120 - dev-libs/libxslt
121 - media-gfx/graphviz )
122 -"
123 -
124 -src_prepare() {
125 - # don't waste time building examples because they are marked as "noinst"
126 - sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die
127 -
128 - # don't waste time building tests
129 - # they require the boost Unit Testing framework, that's not in base boost
130 - sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die
131 -
132 - gnome2_src_prepare
133 -}
134 -
135 -multilib_src_configure() {
136 - ECONF_SOURCE="${S}" gnome2_src_configure \
137 - --disable-tests \
138 - $(multilib_native_use_enable doc documentation)
139 -}
140 -
141 -multilib_src_install() {
142 - gnome2_src_install
143 -}