Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gtk/
Date: Sat, 02 Jul 2016 17:12:20
Message-Id: 1467479449.23ba28495c20004b7c3df419adcad8684d66d584.pacho@gentoo
1 commit: 23ba28495c20004b7c3df419adcad8684d66d584
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 15:47:52 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:10:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba2849
7
8 media-libs/clutter-gtk: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 media-libs/clutter-gtk/Manifest | 1 -
13 media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild | 45 -------------------------
14 media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild | 45 -------------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/media-libs/clutter-gtk/Manifest b/media-libs/clutter-gtk/Manifest
18 index 87c5be7..1fda6da 100644
19 --- a/media-libs/clutter-gtk/Manifest
20 +++ b/media-libs/clutter-gtk/Manifest
21 @@ -1,2 +1 @@
22 -DIST clutter-gtk-1.6.2.tar.xz 314600 SHA256 bbd03dfa9a20102d5cdb440513b0a035933da557ad7e9da31546034de2daf069 SHA512 60e4131878b8db6aa87c3d1cde5f978e61074f5fa471f3a725cbd7e85ea71ddf319eb3a0210683d4403613458badf564e8418e31dce608b16729215ce5e6e068 WHIRLPOOL 2e95063c9463fe7d455a2f800996525c635c58bcf001a82fd25bff0f9779054e247cbe1a66aa8ab1304011061ca42f31234a3bed4badc3ff413ad92283db5916
23 DIST clutter-gtk-1.6.6.tar.xz 326540 SHA256 9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 SHA512 d6fa31effda83bdf79f102cfca039591289bf14bf0abf8e147307929fc91f93f5556f5b828e997cfb6a05098a8dadeb97df0e6c6a50ee2dbb790e45a0683b2b1 WHIRLPOOL 691c0b8ba0448a975cf60c719156b23288e6847e26e60b5c212c77845964f2c2987254a727eda7e29a5426fa669cc11aed4cb5e9189b31f5ab60ffcf6d0933b4
24
25 diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild
26 deleted file mode 100644
27 index f8328ad..0000000
28 --- a/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild
29 +++ /dev/null
30 @@ -1,45 +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="yes"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit gnome2
40 -
41 -DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
43 -LICENSE="LGPL-2.1+"
44 -
45 -SLOT="1.0"
46 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
47 -IUSE="examples +introspection"
48 -
49 -RDEPEND="
50 - >=x11-libs/gtk+-3.6.0:3[introspection?]
51 - >=media-libs/clutter-1.22.3:1.0[introspection?]
52 - media-libs/cogl:1.0=[introspection?]
53 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-util/gtk-doc-am
57 - >=sys-devel/gettext-0.18
58 - virtual/pkgconfig
59 -"
60 -
61 -src_configure() {
62 - gnome2_src_configure \
63 - --disable-maintainer-flags \
64 - --enable-deprecated \
65 - $(use_enable introspection)
66 -}
67 -
68 -src_install() {
69 - gnome2_src_install
70 -
71 - if use examples; then
72 - insinto /usr/share/doc/${PF}/examples
73 - doins examples/{*.c,redhand.png}
74 - fi
75 -}
76
77 diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild b/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild
78 deleted file mode 100644
79 index 0d91726..0000000
80 --- a/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild
81 +++ /dev/null
82 @@ -1,45 +0,0 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Id$
86 -
87 -EAPI="5"
88 -GCONF_DEBUG="yes"
89 -GNOME2_LA_PUNT="yes"
90 -
91 -inherit gnome2
92 -
93 -DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
94 -HOMEPAGE="https://wiki.gnome.org/Projects/Clutter"
95 -LICENSE="LGPL-2.1+"
96 -
97 -SLOT="1.0"
98 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
99 -IUSE="examples +introspection"
100 -
101 -RDEPEND="
102 - >=x11-libs/gtk+-3.8.0:3[introspection?]
103 - >=media-libs/clutter-1.23.7:1.0[introspection?]
104 - media-libs/cogl:1.0=[introspection?]
105 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
106 -"
107 -DEPEND="${RDEPEND}
108 - dev-util/gtk-doc-am
109 - >=sys-devel/gettext-0.18
110 - virtual/pkgconfig
111 -"
112 -
113 -src_configure() {
114 - gnome2_src_configure \
115 - --disable-maintainer-flags \
116 - --enable-deprecated \
117 - $(use_enable introspection)
118 -}
119 -
120 -src_install() {
121 - gnome2_src_install
122 -
123 - if use examples; then
124 - insinto /usr/share/doc/${PF}/examples
125 - doins examples/{*.c,redhand.png}
126 - fi
127 -}