diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 15:59:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 15:59:58 +0000 |
commit | 2da218c8eac08f1b7b2b82ceaf9b2f515bc00875 (patch) | |
tree | 24254caa2ed20af02331edaea37253fabbd27974 /xfce-extra/xfce4-radio-plugin | |
parent | add version supporting minor version slotting (diff) | |
download | gentoo-2-2da218c8eac08f1b7b2b82ceaf9b2f515bc00875.tar.gz gentoo-2-2da218c8eac08f1b7b2b82ceaf9b2f515bc00875.tar.bz2 gentoo-2-2da218c8eac08f1b7b2b82ceaf9b2f515bc00875.zip |
Version bump.
(Portage version: 2.2.0_alpha3/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.4.4.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/ChangeLog b/xfce-extra/xfce4-radio-plugin/ChangeLog index 27bd6b4e8777..8c4f7c9978ff 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.6 2010/10/26 09:58:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.7 2010/11/04 15:59:58 ssuominen Exp $ + +*xfce4-radio-plugin-0.4.4 (04 Nov 2010) + + 04 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-radio-plugin-0.4.4.ebuild: + Version bump. *xfce4-radio-plugin-0.4.3 (26 Oct 2010) 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 new file mode 100644 index 000000000000..b17c813bc739 --- /dev/null +++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 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.1 2010/11/04 15:59:58 ssuominen Exp $ + +EAPI=3 +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.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" +} |