public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
@ 2016-02-20 11:32 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-02-20 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     62e42cd43c69ac223d8facea425d6785d1630916
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 11:28:53 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 11:28:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e42cd4

x11-libs/mx: Drop old

Package-Manager: portage-2.2.27

 x11-libs/mx/metadata.xml       |  6 -----
 x11-libs/mx/mx-1.4.7-r1.ebuild | 60 ------------------------------------------
 2 files changed, 66 deletions(-)

diff --git a/x11-libs/mx/metadata.xml b/x11-libs/mx/metadata.xml
index 65fdb58..6838de4 100644
--- a/x11-libs/mx/metadata.xml
+++ b/x11-libs/mx/metadata.xml
@@ -5,12 +5,6 @@
 		<email>gnome@gentoo.org</email>
 		<name>Gentoo GNOME Desktop</name>
 	</maintainer>
-	<use>
-		<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-			for introspection</flag>
-		<flag name="glade">Build the <pkg>dev-util/glade</pkg> catalog
-			files</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">clutter-project/mx</remote-id>
 	</upstream>

diff --git a/x11-libs/mx/mx-1.4.7-r1.ebuild b/x11-libs/mx/mx-1.4.7-r1.ebuild
deleted file mode 100644
index a845ad7..0000000
--- a/x11-libs/mx/mx-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit gnome2 eutils
-
-DESCRIPTION="A widget toolkit using Clutter"
-HOMEPAGE="http://clutter-project.org/"
-SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="dbus debug glade +gtk +introspection startup-notification"
-
-RDEPEND="
-	>=dev-libs/glib-2.28.0:2
-	>=media-libs/clutter-1.7.91:1.0
-	media-libs/cogl:=
-	>=x11-apps/xrandr-1.2.0
-
-	x11-libs/gdk-pixbuf:2[introspection?]
-
-	dbus? ( >=dev-libs/dbus-glib-0.82 )
-	glade? (
-		>=dev-util/glade-3.4.5:3
-		<dev-util/glade-3.9.1:3 )
-	gtk? ( >=x11-libs/gtk+-2.20:2[introspection?] )
-	introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
-	startup-notification? ( >=x11-libs/startup-notification-0.9 )
-"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	>=dev-util/gtk-doc-am-1.14
-	>=dev-util/intltool-0.35.0
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	# Tests are interactive, no use for us
-	sed -e 's/^\(SUBDIRS .*\)tests\(.*\)/\1 \2/g' \
-		-i Makefile.am -i Makefile.in || die
-	# In 1.4.8
-	epatch "${FILESDIR}/${P}-gl-types.patch"
-
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--with-winsys=x11 \
-		$(use_enable gtk gtk-widgets) \
-		$(use_enable introspection) \
-		$(use_enable debug) \
-		$(use_with dbus) \
-		$(use_with glade) \
-		$(use_with startup-notification)
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
@ 2018-11-01 20:42 Mart Raudsepp
  0 siblings, 0 replies; 4+ messages in thread
From: Mart Raudsepp @ 2018-11-01 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bf558c5221b1a24915454d6c00a115d54b5083f1
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 20:21:36 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 20:41:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf558c52

x11-libs/mx: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/668452
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-libs/mx/mx-1.4.7-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/mx/mx-1.4.7-r2.ebuild b/x11-libs/mx/mx-1.4.7-r2.ebuild
index f412af69564..9467672d801 100644
--- a/x11-libs/mx/mx-1.4.7-r2.ebuild
+++ b/x11-libs/mx/mx-1.4.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,6 +29,7 @@ RDEPEND="
 	startup-notification? ( >=x11-libs/startup-notification-0.9 )
 "
 DEPEND="${RDEPEND}
+	dev-util/glib-utils
 	>=dev-util/gtk-doc-am-1.14
 	>=dev-util/intltool-0.35.0
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
@ 2019-08-04 18:04 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-08-04 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf79e15efc065d1cee8c27997bb43128908339b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 18:02:12 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 18:04:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf79e15

x11-libs/mx: arm64 keyworded

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 x11-libs/mx/mx-1.4.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/mx/mx-1.4.7-r2.ebuild b/x11-libs/mx/mx-1.4.7-r2.ebuild
index 9467672d801..d6b126f844b 100644
--- a/x11-libs/mx/mx-1.4.7-r2.ebuild
+++ b/x11-libs/mx/mx-1.4.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="dbus +gtk +introspection startup-notification"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     998ccd5626cee76bf0bd599493ceadc78a730106
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:45 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998ccd56

x11-libs/mx: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-libs/mx/mx-1.4.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/mx/mx-1.4.7-r2.ebuild b/x11-libs/mx/mx-1.4.7-r2.ebuild
index d6b126f844b..ec626e9d626 100644
--- a/x11-libs/mx/mx-1.4.7-r2.ebuild
+++ b/x11-libs/mx/mx-1.4.7-r2.ebuild
@@ -8,7 +8,7 @@ inherit gnome2 eutils
 
 DESCRIPTION="A widget toolkit using Clutter"
 HOMEPAGE="http://clutter-project.org/"
-SRC_URI="mirror://github/clutter-project/${PN}/${P}.tar.xz"
+SRC_URI="https://github.com/downloads/clutter-project/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-15 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 20:42 [gentoo-commits] repo/gentoo:master commit in: x11-libs/mx/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2019-09-15 17:17 Michał Górny
2019-08-04 18:04 Aaron Bauman
2016-02-20 11:32 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox