public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/expocity: ChangeLog expocity-2.6.2.1.ebuild
@ 2010-06-06  6:53 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06  6:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 06:53:53

  Modified:             ChangeLog expocity-2.6.2.1.ebuild
  Log:
  Missing USE depend "X" for pango wrt #248559 by Diego E. Pettenò. Also move use_enable out of global scope...
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-misc/expocity/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Feb 2007 00:56:09 -0000	1.8
+++ ChangeLog	6 Jun 2010 06:53:53 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/expocity
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.8 2007/02/11 00:56:09 troll Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/ChangeLog,v 1.9 2010/06/06 06:53:53 ssuominen Exp $
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  expocity-2.6.2.1.ebuild:
+  Missing USE depend "X" for pango wrt #248559 by Diego E. Pettenò.
 
   11 Feb 2007; Przemysław Maciąg <troll@gentoo.org>
   expocity-2.6.2.1.ebuild:



1.8                  x11-misc/expocity/expocity-2.6.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild?r1=1.7&r2=1.8

Index: expocity-2.6.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- expocity-2.6.2.1.ebuild	11 Feb 2007 00:56:09 -0000	1.7
+++ expocity-2.6.2.1.ebuild	6 Jun 2010 06:53:53 -0000	1.8
@@ -1,32 +1,33 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.7 2007/02/11 00:56:09 troll Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.8 2010/06/06 06:53:53 ssuominen Exp $
 
+EAPI=2
 inherit gnome2
 
-DESCRIPTION="metacity app for switching between apps; similar to Expose on OSX"
+MY_P=${P/.1/-1}
 
+DESCRIPTION="metacity app for switching between apps; similar to Expose on OSX"
 HOMEPAGE="http://www.pycage.de/#expocity"
-MY_P=${P/.1/-1}
 SRC_URI="http://www.pycage.de/download/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 SLOT="0"
-IUSE="xinerama"
 KEYWORDS="~amd64 ppc x86"
+IUSE="xinerama"
 
-# All needed X11 related DEPEND atoms are in gtk+
-RDEPEND=">=x11-libs/pango-1.2
-		>=x11-libs/gtk+-2.2.0-r1
-		>=gnome-base/gconf-2
-		>=x11-libs/startup-notification-0.4
-		!x11-wm/metacity"
-
+RDEPEND=">=x11-libs/pango-1.2[X]
+	x11-libs/gtk+:2
+	>=gnome-base/gconf-2
+	>=x11-libs/startup-notification-0.4
+	!x11-wm/metacity"
 DEPEND="${RDEPEND}
-		>=dev-util/pkgconfig-0.12.0
-		>=dev-util/intltool-0.29"
+	>=dev-util/pkgconfig-0.12
+	>=dev-util/intltool-0.29"
 
 S=${WORKDIR}/${MY_P}
-G2CONF="${G2CONF} $(use_enable xinerama)"
 
-DOCS="AUTHORS Changelog HACKING NEWS README*"
+pkg_setup() {
+	G2CONF="${G2CONF} $(use_enable xinerama)"
+	DOCS="AUTHORS Changelog HACKING NEWS README*"
+}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-06  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  6:53 [gentoo-commits] gentoo-x86 commit in x11-misc/expocity: ChangeLog expocity-2.6.2.1.ebuild Samuli Suominen (ssuominen)

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