* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2010-08-05 23:13 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-05 23:13 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/08/05 23:13:58
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
Fix linking with xfce4-panel >= 4.7.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 25 Aug 2009 10:23:47 -0000 1.1
+++ ChangeLog 5 Aug 2010 23:13:58 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.1 2009/08/25 10:23:47 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.2 2010/08/05 23:13:58 ssuominen Exp $
+
+ 05 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild,
+ +files/xfce4-cellmodem-plugin-0.0.5-link_for_xfce_warn.patch:
+ Fix linking with xfce4-panel >= 4.7.
*xfce4-cellmodem-plugin-0.0.5 (25 Aug 2009)
1.2 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.2&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.2&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.1&r2=1.2
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-cellmodem-plugin-0.0.5.ebuild 25 Aug 2009 10:23:47 -0000 1.1
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 5 Aug 2010 23:13:58 -0000 1.2
@@ -1,6 +1,6 @@
-# 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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.1 2009/08/25 10:23:47 ssuominen Exp $
+# $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 $
EAUTORECONF=yes
EINTLTOOLIZE=yes
@@ -17,6 +17,7 @@
IUSE="debug"
RDEPEND=">=xfce-base/xfce4-panel-4.3.20
+ >=xfce-base/libxfcegui4-4.3.20
sys-apps/pciutils[zlib]
=virtual/libusb-0*"
DEPEND="${RDEPEND}
@@ -24,10 +25,14 @@
dev-util/intltool"
pkg_setup() {
- PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
- DOCS="AUTHORS ChangeLog README"
+ PATCHES=(
+ "${FILESDIR}"/${P}-asneeded.patch
+ "${FILESDIR}"/${P}-link_for_xfce_warn.patch
+ )
+
XFCONF="--disable-dependency-tracking
$(use_enable debug)"
+ DOCS="AUTHORS ChangeLog README"
}
src_prepare() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2012-04-21 5:39 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-21 5:39 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/04/21 05:39:16
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
Install to libdir instead of libexecdir.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.3 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 5 Aug 2010 23:13:58 -0000 1.2
+++ ChangeLog 21 Apr 2012 05:39:16 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.2 2010/08/05 23:13:58 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.3 2012/04/21 05:39:16 ssuominen Exp $
+
+ 21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild:
+ Install to libdir instead of libexecdir.
05 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-cellmodem-plugin-0.0.5.ebuild,
1.5 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.5&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.5&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.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-cellmodem-plugin-0.0.5.ebuild 19 May 2011 21:38:50 -0000 1.4
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 21 Apr 2012 05:39:16 -0000 1.5
@@ -1,25 +1,25 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.4 2011/05/19 21:38:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.5 2012/04/21 05:39:16 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
EINTLTOOLIZE=yes
-inherit xfconf
+inherit multilib xfconf
-DESCRIPTION="Panel plugin for monitoring cellular modems - GPRS/UMTS(3G)/HSDPA(3.5G)"
+DESCRIPTION="A panel plug-in with monitoring support for GPRS/UMTS(3G)/HSDPA(3.5G) modems"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
-RDEPEND=">=xfce-base/xfce4-panel-4.8
+RDEPEND="sys-apps/pciutils[zlib]
+ virtual/libusb:0
>=xfce-base/libxfcegui4-4.8
- sys-apps/pciutils[zlib]
- virtual/libusb:0"
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
@@ -30,11 +30,15 @@
"${FILESDIR}"/${P}-link_for_xfce_warn.patch
)
- XFCONF=( $(use_enable debug) )
+ XFCONF=(
+ --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+ $(use_enable debug)
+ )
+
DOCS=( AUTHORS ChangeLog README )
}
src_prepare() {
- echo panel-plugin/cellmodem.desktop.in.in >> po/POTFILES.skip
+ echo panel-plugin/cellmodem.desktop.in.in > po/POTFILES.skip
xfconf_src_prepare
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2012-05-05 7:11 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05 7:11 UTC (permalink / raw
To: gentoo-commits
mgorny 12/05/05 07:11:02
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)
Revision Changes Path
1.4 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Apr 2012 05:39:16 -0000 1.3
+++ ChangeLog 5 May 2012 07:11:02 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.3 2012/04/21 05:39:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.4 2012/05/05 07:11:02 mgorny Exp $
+
+ 05 May 2012; Michał Górny <mgorny@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
21 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-cellmodem-plugin-0.0.5.ebuild:
1.6 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.6&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.6&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.5&r2=1.6
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-cellmodem-plugin-0.0.5.ebuild 21 Apr 2012 05:39:16 -0000 1.5
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 5 May 2012 07:11:02 -0000 1.6
@@ -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-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.5 2012/04/21 05:39:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.6 2012/05/05 07:11:02 mgorny Exp $
EAPI=4
EAUTORECONF=yes
@@ -22,7 +22,7 @@
>=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
- dev-util/pkgconfig"
+ virtual/pkgconfig"
pkg_setup() {
PATCHES=(
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2012-05-22 10:54 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-22 10:54 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/22 10:54:08
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
Remove call to intltoolize within xfconf.eclass because autotools.eclass has the support now.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.5 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 5 May 2012 07:11:02 -0000 1.4
+++ ChangeLog 22 May 2012 10:54:08 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.4 2012/05/05 07:11:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.5 2012/05/22 10:54:08 ssuominen Exp $
+
+ 22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild:
+ Remove call to intltoolize within xfconf.eclass because autotools.eclass has
+ the support now.
05 May 2012; Michał Górny <mgorny@gentoo.org>
xfce4-cellmodem-plugin-0.0.5.ebuild:
1.7 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.7&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.7&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.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-cellmodem-plugin-0.0.5.ebuild 5 May 2012 07:11:02 -0000 1.6
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 22 May 2012 10:54:08 -0000 1.7
@@ -1,10 +1,9 @@
# Copyright 1999-2012 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.6 2012/05/05 07:11:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.7 2012/05/22 10:54:08 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
-EINTLTOOLIZE=yes
inherit multilib xfconf
DESCRIPTION="A panel plug-in with monitoring support for GPRS/UMTS(3G)/HSDPA(3.5G) modems"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2012-10-31 20:12 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-31 20:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/10/31 20:12:50
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
Remove sys-libs/zlib requirement because we are using shared libpci instead of static libpci so inheriting the libraries (NEEDED entries) work.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Revision Changes Path
1.6 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 22 May 2012 10:54:08 -0000 1.5
+++ ChangeLog 31 Oct 2012 20:12:50 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.5 2012/05/22 10:54:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.6 2012/10/31 20:12:50 ssuominen Exp $
+
+ 31 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild,
+ +files/xfce4-cellmodem-plugin-0.0.5-build.patch:
+ Remove sys-libs/zlib requirement because we are using shared libpci instead
+ of static libpci so inheriting the libraries (NEEDED entries) work.
22 May 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-cellmodem-plugin-0.0.5.ebuild:
1.8 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.8&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.8&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.7&r2=1.8
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-cellmodem-plugin-0.0.5.ebuild 22 May 2012 10:54:08 -0000 1.7
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 31 Oct 2012 20:12:50 -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/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.7 2012/05/22 10:54:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.8 2012/10/31 20:12:50 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
@@ -15,7 +15,7 @@
KEYWORDS="amd64 x86"
IUSE="debug"
-RDEPEND="sys-apps/pciutils[zlib]
+RDEPEND="sys-apps/pciutils
virtual/libusb:0
>=xfce-base/libxfcegui4-4.8
>=xfce-base/xfce4-panel-4.8"
@@ -27,6 +27,7 @@
PATCHES=(
"${FILESDIR}"/${P}-asneeded.patch
"${FILESDIR}"/${P}-link_for_xfce_warn.patch
+ "${FILESDIR}"/${P}-build.patch
)
XFCONF=(
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
@ 2012-11-28 12:21 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-28 12:21 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/11/28 12:21:58
Modified: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild
Log:
EAPI5
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.7 xfce-extra/xfce4-cellmodem-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 31 Oct 2012 20:12:50 -0000 1.6
+++ ChangeLog 28 Nov 2012 12:21:58 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-cellmodem-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.6 2012/10/31 20:12:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/ChangeLog,v 1.7 2012/11/28 12:21:58 ssuominen Exp $
+
+ 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-cellmodem-plugin-0.0.5.ebuild:
+ EAPI5
31 Oct 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-cellmodem-plugin-0.0.5.ebuild,
1.9 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.9&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.9&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.8&r2=1.9
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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-cellmodem-plugin-0.0.5.ebuild 31 Oct 2012 20:12:50 -0000 1.8
+++ xfce4-cellmodem-plugin-0.0.5.ebuild 28 Nov 2012 12:21:58 -0000 1.9
@@ -1,8 +1,8 @@
# Copyright 1999-2012 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.8 2012/10/31 20:12:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild,v 1.9 2012/11/28 12:21:58 ssuominen Exp $
-EAPI=4
+EAPI=5
EAUTORECONF=yes
inherit multilib xfconf
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-11-28 12:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05 23:13 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cellmodem-plugin: ChangeLog xfce4-cellmodem-plugin-0.0.5.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-04-21 5:39 Samuli Suominen (ssuominen)
2012-05-05 7:11 Michal Gorny (mgorny)
2012-05-22 10:54 Samuli Suominen (ssuominen)
2012-10-31 20:12 Samuli Suominen (ssuominen)
2012-11-28 12:21 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