diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 09:58:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-26 09:58:39 +0000 |
commit | 7a32e96ae4c8f35d901c7d8310a7903a8be82231 (patch) | |
tree | a457e1e196867731748b771c94f9363f0dbb257b /xfce-extra | |
parent | Stable for HPPA (bug #342059). (diff) | |
download | gentoo-2-7a32e96ae4c8f35d901c7d8310a7903a8be82231.tar.gz gentoo-2-7a32e96ae4c8f35d901c7d8310a7903a8be82231.tar.bz2 gentoo-2-7a32e96ae4c8f35d901c7d8310a7903a8be82231.zip |
Version bump.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-radio-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.3.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/ChangeLog b/xfce-extra/xfce4-radio-plugin/ChangeLog index a2f7c4810df5..27bd6b4e8777 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.5 2010/08/08 15:55:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.6 2010/10/26 09:58:39 ssuominen Exp $ + +*xfce4-radio-plugin-0.4.3 (26 Oct 2010) + + 26 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-radio-plugin-0.4.3.ebuild: + Version bump. 08 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> xfce4-radio-plugin-0.4.2.ebuild, diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.3.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.3.ebuild new file mode 100644 index 000000000000..56182f0f7ecf --- /dev/null +++ b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.3.ebuild @@ -0,0 +1,27 @@ +# 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.3.ebuild,v 1.1 2010/10/26 09:58:39 ssuominen Exp $ + +EAPI=2 +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" +} |