diff options
author | 2011-06-19 06:23:02 +0000 | |
---|---|---|
committer | 2011-06-19 06:23:02 +0000 | |
commit | 2f105517b23a3f6544bf09d65a461acaa161d7a0 (patch) | |
tree | 12ced19a145200d90ae9835c4bb22040e13a85ba /xfce-extra | |
parent | Version bump. (diff) | |
download | gentoo-2-2f105517b23a3f6544bf09d65a461acaa161d7a0.tar.gz gentoo-2-2f105517b23a3f6544bf09d65a461acaa161d7a0.tar.bz2 gentoo-2-2f105517b23a3f6544bf09d65a461acaa161d7a0.zip |
Version bump
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index e7bb849fc13b..0d3e81af143c 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.3 2011/01/29 07:21:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.4 2011/06/19 06:23:02 angelos Exp $ + +*xfce4-timer-plugin-0.6.2 (19 Jun 2011) + + 19 Jun 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-timer-plugin-0.6.2.ebuild: + Version bump 29 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-timer-plugin-0.6.1.ebuild, diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild new file mode 100644 index 000000000000..23c5ce6c9787 --- /dev/null +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.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-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.1 2011/06/19 06:23:02 angelos 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}/0.6/${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 ) +} |