summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:38:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:38:50 +0000
commit3ece4b07601f57c2260917c017f878cd5f54d1e2 (patch)
treebf7e37f7efd5a1a3ef43cc86a446a54e2353ee14 /xfce-extra/xfce4-cellmodem-plugin
parentEAPI4 (diff)
downloadgentoo-2-3ece4b07601f57c2260917c017f878cd5f54d1e2.tar.gz
gentoo-2-3ece4b07601f57c2260917c017f878cd5f54d1e2.tar.bz2
gentoo-2-3ece4b07601f57c2260917c017f878cd5f54d1e2.zip
EAPI4, fix homepage
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-cellmodem-plugin')
-rw-r--r--xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
index 78f5ea5cae55..b5520139eb1b 100644
--- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
+++ b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5.ebuild
@@ -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 @@ SLOT="0"
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 @@ pkg_setup() {
"${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() {