* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-gvfs-mount: xfce4-gvfs-mount-0.0.4.ebuild
@ 2010-12-18 19:40 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-18 19:40 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/12/18 19:40:14
Modified: xfce4-gvfs-mount-0.0.4.ebuild
Log:
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.2 xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?r1=1.1&r2=1.2
Index: xfce4-gvfs-mount-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-gvfs-mount-0.0.4.ebuild 24 Aug 2009 10:03:55 -0000 1.1
+++ xfce4-gvfs-mount-0.0.4.ebuild 18 Dec 2010 19:40:14 -0000 1.2
@@ -1,19 +1,19 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.1 2009/08/24 10:03:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.2 2010/12/18 19:40:14 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
MY_REV=6d2684b
-DESCRIPTION="Nice little mounter working with gvfs"
-HOMEPAGE="http://www.xfce.org/"
+DESCRIPTION="A panel plug-in to mount remote filesystems for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-gvfs-mount"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}-${MY_REV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND=">=dev-libs/dbus-glib-0.76
@@ -30,7 +30,10 @@
S=${WORKDIR}/${P}-${MY_REV}
pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS NEWS README"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-gvfs-mount: xfce4-gvfs-mount-0.0.4.ebuild
@ 2011-05-19 20:23 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 20:23 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/05/19 20:23:27
Modified: xfce4-gvfs-mount-0.0.4.ebuild
Log:
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Revision Changes Path
1.3 xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild?r1=1.2&r2=1.3
Index: xfce4-gvfs-mount-0.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-gvfs-mount-0.0.4.ebuild 18 Dec 2010 19:40:14 -0000 1.2
+++ xfce4-gvfs-mount-0.0.4.ebuild 19 May 2011 20:23:27 -0000 1.3
@@ -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-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.2 2010/12/18 19:40:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-gvfs-mount/xfce4-gvfs-mount-0.0.4.ebuild,v 1.3 2011/05/19 20:23:27 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
MY_REV=6d2684b
@@ -16,13 +16,13 @@
KEYWORDS="~amd64 ~x86"
IUSE="debug"
-RDEPEND=">=dev-libs/dbus-glib-0.76
+RDEPEND=">=dev-libs/dbus-glib-0.88
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.12:2
>=gnome-base/libglade-2.6
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/xfce4-panel-4.4"
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
@@ -30,10 +30,6 @@
S=${WORKDIR}/${P}-${MY_REV}
pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS NEWS README"
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS NEWS README )
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-19 20:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 20:23 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-gvfs-mount: xfce4-gvfs-mount-0.0.4.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2010-12-18 19:40 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