public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2011-02-04 17:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-04 17:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/04 17:59:06

  Modified:             xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  EAPI3 plus cleanup
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.8&r2=1.9

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	29 Aug 2010 18:06:30 -0000	1.8
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	4 Feb 2011 17:59:06 -0000	1.9
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.8 2010/08/29 18:06:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.9 2011/02/04 17:59:06 ssuominen Exp $
 
+EAPI=3
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
-EAPI=2
 inherit xfconf
 
 DESCRIPTION="Xfce4 panel quicklauncher plugin"
@@ -24,9 +24,11 @@
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog TODO"
-	XFCONF="--disable-dependency-tracking
-		$(use_enable debug)"
-	PATCHES=( "${FILESDIR}/${P}-X-XFCE-Module-Path.patch" )
+	XFCONF=(
+		--disable-dependency-tracking
+		$(use_enable debug)
+		)
+	PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
 }
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2011-05-19 20:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 20:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/05/19 20:29:18

  Modified:             xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  EAPI4
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.9&r2=1.10

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	4 Feb 2011 17:59:06 -0000	1.9
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	19 May 2011 20:29:18 -0000	1.10
@@ -1,14 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.9 2011/02/04 17:59:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.10 2011/05/19 20:29:18 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 EAUTORECONF=yes
 EINTLTOOLIZE=yes
 inherit xfconf
 
-DESCRIPTION="Xfce4 panel quicklauncher plugin"
-HOMEPAGE="http://www.xfce.org/"
+DESCRIPTION="A quicklauncher plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin"
 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.9/${P}.tar.bz2"
 
 LICENSE="GPL-2"
@@ -16,19 +16,16 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug"
 
-RDEPEND=">=xfce-base/xfce4-panel-4.3.20
-	>=xfce-base/libxfcegui4-4.3.20"
+RDEPEND=">=xfce-base/xfce4-panel-4.8
+	>=xfce-base/libxfcegui4-4.8"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	dev-util/intltool"
 
 pkg_setup() {
-	DOCS="AUTHORS ChangeLog TODO"
-	XFCONF=(
-		--disable-dependency-tracking
-		$(use_enable debug)
-		)
 	PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
+	XFCONF=( $(use_enable debug) )
+	DOCS=( AUTHORS ChangeLog TODO )
 }
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2012-07-02 17:50 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-02 17:50 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/02 17:50:32

  Modified:             xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  typo, pressed enter once too many
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.13&r2=1.14

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 17:42:17 -0000	1.13
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 17:50:32 -0000	1.14
@@ -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/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.13 2012/07/02 17:42:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.14 2012/07/02 17:50:32 ssuominen Exp $
 
 EAPI=4
 #EAUTORECONF=yes
@@ -40,8 +40,7 @@
 	# Prevent glib-gettextize from running wrt #423115
 	intltoolize --automake --copy --force
 	_elibtoolize --copy --force --install
-	AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
-	eaclocal
+	AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eaclocal
 	eautoconf
 	eautoheader
 	eautomake






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@ 2012-07-02 18:31 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-07-02 18:31 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/02 18:31:51

  Modified:             xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
  Log:
  Move AT_M4DIR again.
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild?r1=1.14&r2=1.15

Index: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 17:50:32 -0000	1.14
+++ xfce4-quicklauncher-plugin-1.9.4-r1.ebuild	2 Jul 2012 18:31:51 -0000	1.15
@@ -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/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.14 2012/07/02 17:50:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.15 2012/07/02 18:31:51 ssuominen Exp $
 
 EAPI=4
 #EAUTORECONF=yes
@@ -38,9 +38,10 @@
 		configure.ac || die
 
 	# Prevent glib-gettextize from running wrt #423115
+	export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
 	intltoolize --automake --copy --force
 	_elibtoolize --copy --force --install
-	AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eaclocal
+	eaclocal
 	eautoconf
 	eautoheader
 	eautomake






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 18:31 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-quicklauncher-plugin: xfce4-quicklauncher-plugin-1.9.4-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-02 17:50 Samuli Suominen (ssuominen)
2011-05-19 20:29 Samuli Suominen (ssuominen)
2011-02-04 17:59 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