summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-14 04:20:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-14 04:20:45 +0000
commit928fcb2ee45fb8eca5457700be6430fd4f27c5c3 (patch)
treef236df0af54e13583a0dba457461236c9a1d8877 /xfce-extra/xfce4-timer-plugin
parentBump for #402827 (diff)
downloadgentoo-2-928fcb2ee45fb8eca5457700be6430fd4f27c5c3.tar.gz
gentoo-2-928fcb2ee45fb8eca5457700be6430fd4f27c5c3.tar.bz2
gentoo-2-928fcb2ee45fb8eca5457700be6430fd4f27c5c3.zip
Version bump.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-rw-r--r--xfce-extra/xfce4-timer-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog
index f1a62ddaa7c4..dc8ea17a32af 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.20 2012/02/13 22:05:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.21 2012/02/14 04:20:45 ssuominen Exp $
+
+*xfce4-timer-plugin-0.6.4 (14 Feb 2012)
+
+ 14 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-timer-plugin-0.6.4.ebuild:
+ Version bump.
13 Feb 2012; Markus Meier <maekke@gentoo.org>
xfce4-timer-plugin-0.6.3.ebuild:
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild
new file mode 100644
index 000000000000..9339108ca17a
--- /dev/null
+++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.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.4.ebuild,v 1.1 2012/02/14 04:20:45 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/libxfce4util-4.8
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog README TODO )
+}