Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
Date: Sat, 20 Feb 2016 11:32:32
Message-Id: 1455967733.62e42cd43c69ac223d8facea425d6785d1630916.pacho@gentoo
1 commit: 62e42cd43c69ac223d8facea425d6785d1630916
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 11:28:53 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 11:28:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e42cd4
7
8 x11-libs/mx: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 x11-libs/mx/metadata.xml | 6 -----
13 x11-libs/mx/mx-1.4.7-r1.ebuild | 60 ------------------------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/x11-libs/mx/metadata.xml b/x11-libs/mx/metadata.xml
17 index 65fdb58..6838de4 100644
18 --- a/x11-libs/mx/metadata.xml
19 +++ b/x11-libs/mx/metadata.xml
20 @@ -5,12 +5,6 @@
21 <email>gnome@g.o</email>
22 <name>Gentoo GNOME Desktop</name>
23 </maintainer>
24 - <use>
25 - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
26 - for introspection</flag>
27 - <flag name="glade">Build the <pkg>dev-util/glade</pkg> catalog
28 - files</flag>
29 - </use>
30 <upstream>
31 <remote-id type="github">clutter-project/mx</remote-id>
32 </upstream>
33
34 diff --git a/x11-libs/mx/mx-1.4.7-r1.ebuild b/x11-libs/mx/mx-1.4.7-r1.ebuild
35 deleted file mode 100644
36 index a845ad7..0000000
37 --- a/x11-libs/mx/mx-1.4.7-r1.ebuild
38 +++ /dev/null
39 @@ -1,60 +0,0 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Id$
43 -
44 -EAPI=5
45 -inherit gnome2 eutils
46 -
47 -DESCRIPTION="A widget toolkit using Clutter"
48 -HOMEPAGE="http://clutter-project.org/"
49 -SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz"
50 -
51 -LICENSE="LGPL-2.1"
52 -SLOT="1.0"
53 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
54 -IUSE="dbus debug glade +gtk +introspection startup-notification"
55 -
56 -RDEPEND="
57 - >=dev-libs/glib-2.28.0:2
58 - >=media-libs/clutter-1.7.91:1.0
59 - media-libs/cogl:=
60 - >=x11-apps/xrandr-1.2.0
61 -
62 - x11-libs/gdk-pixbuf:2[introspection?]
63 -
64 - dbus? ( >=dev-libs/dbus-glib-0.82 )
65 - glade? (
66 - >=dev-util/glade-3.4.5:3
67 - <dev-util/glade-3.9.1:3 )
68 - gtk? ( >=x11-libs/gtk+-2.20:2[introspection?] )
69 - introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
70 - startup-notification? ( >=x11-libs/startup-notification-0.9 )
71 -"
72 -DEPEND="${RDEPEND}
73 - app-arch/xz-utils
74 - >=dev-util/gtk-doc-am-1.14
75 - >=dev-util/intltool-0.35.0
76 - sys-devel/gettext
77 - virtual/pkgconfig
78 -"
79 -
80 -src_prepare() {
81 - # Tests are interactive, no use for us
82 - sed -e 's/^\(SUBDIRS .*\)tests\(.*\)/\1 \2/g' \
83 - -i Makefile.am -i Makefile.in || die
84 - # In 1.4.8
85 - epatch "${FILESDIR}/${P}-gl-types.patch"
86 -
87 - gnome2_src_prepare
88 -}
89 -
90 -src_configure() {
91 - gnome2_src_configure \
92 - --with-winsys=x11 \
93 - $(use_enable gtk gtk-widgets) \
94 - $(use_enable introspection) \
95 - $(use_enable debug) \
96 - $(use_with dbus) \
97 - $(use_with glade) \
98 - $(use_with startup-notification)
99 -}