summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:14:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:14:02 +0000
commitc525a78c37b8b6b281447772e672f384599d4ec0 (patch)
treef89cc93ff55dcdbf199996d8bb5637936ccace32 /xfce-extra
parentVersion bump. (diff)
downloadgentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.tar.gz
gentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.tar.bz2
gentoo-2-c525a78c37b8b6b281447772e672f384599d4ec0.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild20
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.5.ebuild30
2 files changed, 8 insertions, 42 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
index 58eda7cd0537..4a59e398d230 100644
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
+++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
@@ -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-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.4 2011/03/22 10:47:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.5 2011/05/19 20:14:02 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
DESCRIPTION="Panel plugin to control V4L radio device"
@@ -14,19 +14,15 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug"
-RDEPEND=">=xfce-base/libxfcegui4-4.3.22
- >=xfce-base/xfce4-panel-4.3.22"
+RDEPEND=">=xfce-base/libxfcegui4-4.8
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.40"
+ dev-util/intltool
+ dev-util/pkgconfig"
pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS NEWS README"
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS NEWS README )
}
src_prepare() {
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.5.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.5.ebuild
deleted file mode 100644
index 06200915d42c..000000000000
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.5.ebuild,v 1.1 2011/03/12 06:32:57 ssuominen Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="V4L radio device control plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/libxfcegui4-4.3.22
- >=xfce-base/xfce4-panel-4.3.22"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.40"
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS NEWS README"
-}