diff options
author | 2012-01-05 21:59:44 +0000 | |
---|---|---|
committer | 2012-01-05 21:59:44 +0000 | |
commit | d3846c7850fb9a1511b45c8c5be4862c38443f66 (patch) | |
tree | d968764583e3b7a29617227996c5307dce1c564e /xfce-extra | |
parent | Version bump (diff) | |
download | gentoo-2-d3846c7850fb9a1511b45c8c5be4862c38443f66.tar.gz gentoo-2-d3846c7850fb9a1511b45c8c5be4862c38443f66.tar.bz2 gentoo-2-d3846c7850fb9a1511b45c8c5be4862c38443f66.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index 2ef7132e0ab5..4930e31d184a 100644 --- a/xfce-extra/xfce4-timer-plugin/ChangeLog +++ b/xfce-extra/xfce4-timer-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.13 2011/11/26 18:17:14 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.14 2012/01/05 21:59:44 ssuominen Exp $ + +*xfce4-timer-plugin-0.6.3 (05 Jan 2012) + + 05 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-timer-plugin-0.6.3.ebuild: + Version bump. 26 Nov 2011; Raúl Porcel <armin76@gentoo.org> xfce4-timer-plugin-0.6.2.ebuild: diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild new file mode 100644 index 000000000000..4fa93f0100b0 --- /dev/null +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild,v 1.1 2012/01/05 21:59:44 ssuominen Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=xfce-base/xfce4-panel-4.8 + >=xfce-base/libxfcegui4-4.8 + >=xfce-base/libxfce4util-4.8" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + DOCS=( AUTHORS ChangeLog README TODO ) +} |