diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-19 06:20:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-19 06:20:14 +0000 |
commit | b09f1fac5aa9aecfa990285fc328fc8005aae6d2 (patch) | |
tree | 7475b96fa6464247f4ba3fa52e8efa35b440770a /xfce-extra/xfce4-radio-plugin | |
parent | Fix underlinking. Bug #367431 (diff) | |
download | gentoo-2-b09f1fac5aa9aecfa990285fc328fc8005aae6d2.tar.gz gentoo-2-b09f1fac5aa9aecfa990285fc328fc8005aae6d2.tar.bz2 gentoo-2-b09f1fac5aa9aecfa990285fc328fc8005aae6d2.zip |
Version bump
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-radio-plugin')
-rw-r--r-- | xfce-extra/xfce4-radio-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/ChangeLog b/xfce-extra/xfce4-radio-plugin/ChangeLog index 8a63ea99ba83..f4e4bb8c7e2e 100644 --- a/xfce-extra/xfce4-radio-plugin/ChangeLog +++ b/xfce-extra/xfce4-radio-plugin/ChangeLog @@ -1,6 +1,12 @@ # 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.13 2011/03/22 10:47:45 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.14 2011/05/19 06:20:14 angelos Exp $ + +*xfce4-radio-plugin-0.5.0 (19 May 2011) + + 19 May 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-radio-plugin-0.5.0.ebuild: + Version bump 22 Mar 2011; Thomas Kahle <tomka@gentoo.org> xfce4-radio-plugin-0.4.4.ebuild: x86 stable per bug 358407 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 new file mode 100644 index 000000000000..4e2b98c22b3e --- /dev/null +++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild @@ -0,0 +1,26 @@ +# 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 ) +} |