* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2011-02-04 17:54 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-04 17:54 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/02/04 17:54:20
Modified: xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
EAPI3 plus cleanup
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Revision Changes Path
1.3 xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?r1=1.2&r2=1.3
Index: xfce4-cellmodem-plugin-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-cellmodem-plugin-0.0.5.ebuild 5 Aug 2010 23:13:58 -0000 1.2
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 4 Feb 2011 17:54:20 -0000 1.3
@@ -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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.2 2010/08/05 23:13:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.3 2011/02/04 17:54:20 ssuominen Exp $
+EAPI=3
EAUTORECONF=yes
EINTLTOOLIZE=yes
-EAPI=2
inherit xfconf
DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)"
@@ -19,10 +19,10 @@
RDEPEND=">=xfce-base/xfce4-panel-4.3.20
>=xfce-base/libxfcegui4-4.3.20
sys-apps/pciutils[zlib]
- =virtual/libusb-0*"
+ virtual/libusb:0"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
+ dev-util/intltool
+ dev-util/pkgconfig"
pkg_setup() {
PATCHES=(
@@ -30,8 +30,11 @@
"${FILESDIR}"/${P}-link_for_xfce_warn.patch
)
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ XFCONF=(
+ --disable-dependency-tracking
+ $(use_enable debug)
+ )
+
DOCS="AUTHORS ChangeLog README"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2011-05-19 21:38 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-05-19 21:38 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/05/19 21:38:50
Modified: xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
EAPI4, fix homepage
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Revision Changes Path
1.4 xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild?r1=1.3&r2=1.4
Index: xfce4-cellmodem-plugin-0.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-cellmodem-plugin-0.0.5.ebuild 4 Feb 2011 17:54:20 -0000 1.3
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 19 May 2011 21:38:50 -0000 1.4
@@ -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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.3 2011/02/04 17:54:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.4 2011/05/19 21:38:50 ssuominen Exp $
-EAPI=3
+EAPI=4
EAUTORECONF=yes
EINTLTOOLIZE=yes
inherit xfconf
DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)"
-HOMEPAGE="http://www.xfce.org/"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz"
LICENSE="GPL-2"
@@ -16,8 +16,8 @@
KEYWORDS="amd64 x86"
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
sys-apps/pciutils[zlib]
virtual/libusb:0"
DEPEND="${RDEPEND}
@@ -30,12 +30,8 @@
"${FILESDIR}"/${P}-link_for_xfce_warn.patch
)
- XFCONF=(
- --disable-dependency-tracking
- $(use_enable debug)
- )
-
- DOCS="AUTHORS ChangeLog README"
+ XFCONF=( $(use_enable debug) )
+ DOCS=( AUTHORS ChangeLog README )
}
src_prepare() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-19 21:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 17:54 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: xfce4-cellmodem-plugin-0.0.5.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-05-19 21:38 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