diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:09:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:09:09 +0000 |
commit | adafceb6d3c0651c77e87efdcc093f3eafbf7eab (patch) | |
tree | 46b914cfd804e7d072a3b6b632566c647aebfbe0 /xfce-extra/xfce4-timer-plugin | |
parent | old (diff) | |
download | gentoo-2-adafceb6d3c0651c77e87efdcc093f3eafbf7eab.tar.gz gentoo-2-adafceb6d3c0651c77e87efdcc093f3eafbf7eab.tar.bz2 gentoo-2-adafceb6d3c0651c77e87efdcc093f3eafbf7eab.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index 649966dc9a3f..a524924705d1 100644 --- a/xfce-extra/xfce4-timer-plugin/ChangeLog +++ b/xfce-extra/xfce4-timer-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.39 2013/04/12 15:06:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.40 2013/05/05 17:09:09 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-timer-plugin-0.6.4.ebuild: + old 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xfce4-timer-plugin-1.0.0.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 deleted file mode 100644 index c9b559724085..000000000000 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.9 2012/11/28 12:21:45 ssuominen Exp $ - -EAPI=5 -inherit multilib 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 - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog README TODO ) -} |