public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/gigolo: gigolo-0.4.1.ebuild
@ 2011-05-19 22:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 22:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/19 22:23:37

  Modified:             gigolo-0.4.1.ebuild
  Log:
  EAPI4, docs array, fix missing intltool and pkgconfig dep
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-misc/gigolo/gigolo-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild?r1=1.4&r2=1.5

Index: gigolo-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gigolo-0.4.1.ebuild	22 Mar 2011 10:55:23 -0000	1.4
+++ gigolo-0.4.1.ebuild	19 May 2011 22:23:37 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.4 2011/03/22 10:55:23 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.5 2011/05/19 22:23:37 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
 inherit xfconf
@@ -17,12 +17,14 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND=">=x11-libs/gtk+-2.12:2
+RDEPEND=">=x11-libs/gtk+-2.12:2
 	>=dev-libs/glib-2.16:2"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	dev-util/pkgconfig"
 
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	DOCS=( AUTHORS ChangeLog NEWS README TODO )
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/gigolo: gigolo-0.4.1.ebuild
@ 2012-05-17 18:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-17 18:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/17 18:07:21

  Modified:             gigolo-0.4.1.ebuild
  Log:
  Alphabetize deps for last commit
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-misc/gigolo/gigolo-0.4.1.ebuild

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

Index: gigolo-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gigolo-0.4.1.ebuild	17 May 2012 18:01:53 -0000	1.7
+++ gigolo-0.4.1.ebuild	17 May 2012 18:07:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.7 2012/05/17 18:01:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.8 2012/05/17 18:07:20 ssuominen Exp $
 
 EAPI=4
 EAUTORECONF=yes
@@ -16,8 +16,8 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2.12:2
-	>=dev-libs/glib-2.16"
+RDEPEND=">=dev-libs/glib-2.16
+	>=x11-libs/gtk+-2.12:2"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	virtual/pkgconfig"






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

end of thread, other threads:[~2012-05-17 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 18:07 [gentoo-commits] gentoo-x86 commit in x11-misc/gigolo: gigolo-0.4.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-19 22:23 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