summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:16:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:16:15 +0000
commit22568b18374e5d1eaea6977bbdf9bd1e0c332999 (patch)
tree1cbba287545aa5b5efc93ccc5253450926dc65f9 /xfce-extra/xfce4-radio-plugin
parentold (diff)
downloadgentoo-2-22568b18374e5d1eaea6977bbdf9bd1e0c332999.tar.gz
gentoo-2-22568b18374e5d1eaea6977bbdf9bd1e0c332999.tar.bz2
gentoo-2-22568b18374e5d1eaea6977bbdf9bd1e0c332999.zip
old
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin')
-rw-r--r--xfce-extra/xfce4-radio-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild31
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild26
3 files changed, 5 insertions, 58 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/ChangeLog b/xfce-extra/xfce4-radio-plugin/ChangeLog
index 2eeb5060cb6f..a65e4b38b3a1 100644
--- a/xfce-extra/xfce4-radio-plugin/ChangeLog
+++ b/xfce-extra/xfce4-radio-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-radio-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.17 2011/10/16 05:25:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.18 2011/10/29 20:16:15 ssuominen Exp $
+
+ 29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-radio-plugin-0.4.4.ebuild, -xfce4-radio-plugin-0.5.0.ebuild:
+ old
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-radio-plugin-0.5.1.ebuild:
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
deleted file mode 100644
index 4a59e398d230..000000000000
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
+++ /dev/null
@@ -1,31 +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.4.ebuild,v 1.5 2011/05/19 20:14:02 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Panel plugin to control V4L radio device"
-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.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS NEWS README )
-}
-
-src_prepare() {
- sed -i -e '/ALL_LINGUAS/s:ug ::' configure || die #358421
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild
deleted file mode 100644
index 4e2b98c22b3e..000000000000
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild
+++ /dev/null
@@ -1,26 +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.5.0.ebuild,v 1.1 2011/05/19 06:20:14 angelos Exp $
-
-EAPI=4
-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.5/${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=( $(xfconf_use_debug) )
- DOCS=( AUTHORS NEWS README )
-}