* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin: xfce4-places-plugin-1.2.0.ebuild
@ 2010-09-10 7:39 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-10 7:39 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/09/10 07:39:12
Modified: xfce4-places-plugin-1.2.0.ebuild
Log:
clean up
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Revision Changes Path
1.12 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?r1=1.11&r2=1.12
Index: xfce4-places-plugin-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xfce4-places-plugin-1.2.0.ebuild 26 Mar 2010 09:33:48 -0000 1.11
+++ xfce4-places-plugin-1.2.0.ebuild 10 Sep 2010 07:39:12 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.11 2010/03/26 09:33:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.12 2010/09/10 07:39:12 ssuominen Exp $
EAPI=2
inherit xfconf
@@ -26,7 +26,7 @@
dev-util/intltool"
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ $(xfconf_use_debug)"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin: xfce4-places-plugin-1.2.0.ebuild
@ 2011-01-29 21:04 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 21:04 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/01/29 21:04:40
Modified: xfce4-places-plugin-1.2.0.ebuild
Log:
eapi3, array
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.14 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?r1=1.13&r2=1.14
Index: xfce4-places-plugin-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfce4-places-plugin-1.2.0.ebuild 10 Sep 2010 07:45:02 -0000 1.13
+++ xfce4-places-plugin-1.2.0.ebuild 29 Jan 2011 21:04:40 -0000 1.14
@@ -1,8 +1,8 @@
-# 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-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.13 2010/09/10 07:45:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.14 2011/01/29 21:04:40 ssuominen Exp $
-EAPI=2
+EAPI=3
EAUTORECONF=yes
inherit xfconf
@@ -30,7 +30,10 @@
PATCHES=( "${FILESDIR}"/${P}-exo.patch )
fi
- XFCONF="--disable-dependency-tracking
- $(xfconf_use_debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin: xfce4-places-plugin-1.2.0.ebuild
@ 2011-02-14 20:31 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-14 20:31 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/02/14 20:31:24
Modified: xfce4-places-plugin-1.2.0.ebuild
Log:
cleanup
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.15 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?r1=1.14&r2=1.15
Index: xfce4-places-plugin-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xfce4-places-plugin-1.2.0.ebuild 29 Jan 2011 21:04:40 -0000 1.14
+++ xfce4-places-plugin-1.2.0.ebuild 14 Feb 2011 20:31:24 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.14 2011/01/29 21:04:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.15 2011/02/14 20:31:24 ssuominen Exp $
EAPI=3
EAUTORECONF=yes
@@ -18,7 +18,7 @@
RDEPEND=">=x11-libs/gtk+-2.6:2
>=xfce-base/libxfce4util-4.3.90.2
>=xfce-base/libxfcegui4-4.3.90.2
- || ( xfce-extra/thunar-vfs <xfce-base/thunar-1.1.0 )
+ xfce-extra/thunar-vfs
>=xfce-base/exo-0.3.1.1
>=xfce-base/xfce4-panel-4.5.92"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin: xfce4-places-plugin-1.2.0.ebuild
@ 2011-05-19 21:34 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 21:34 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/05/19 21:34:05
Modified: xfce4-places-plugin-1.2.0.ebuild
Log:
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Revision Changes Path
1.16 xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild?r1=1.15&r2=1.16
Index: xfce4-places-plugin-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xfce4-places-plugin-1.2.0.ebuild 14 Feb 2011 20:31:24 -0000 1.15
+++ xfce4-places-plugin-1.2.0.ebuild 19 May 2011 21:34:05 -0000 1.16
@@ -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/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.15 2011/02/14 20:31:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0.ebuild,v 1.16 2011/05/19 21:34:05 ssuominen Exp $
-EAPI=3
+EAPI=4
EAUTORECONF=yes
inherit xfconf
@@ -16,24 +16,17 @@
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfce4util-4.3.90.2
- >=xfce-base/libxfcegui4-4.3.90.2
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfcegui4-4.8
xfce-extra/thunar-vfs
- >=xfce-base/exo-0.3.1.1
- >=xfce-base/xfce4-panel-4.5.92"
+ >=xfce-base/exo-0.6
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
- if has_version ">=xfce-base/exo-0.5"; then
- PATCHES=( "${FILESDIR}"/${P}-exo.patch )
- fi
-
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog NEWS README TODO"
+ PATCHES=( "${FILESDIR}"/${P}-exo.patch )
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
}
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-19 21:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 21:34 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-places-plugin: xfce4-places-plugin-1.2.0.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-02-14 20:31 Samuli Suominen (ssuominen)
2011-01-29 21:04 Samuli Suominen (ssuominen)
2010-09-10 7:39 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