diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:33:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-17 07:33:31 +0000 |
commit | bcd18dedc4d11addf562dda92cdcca5a77ae06a9 (patch) | |
tree | 0dda012c1ee91d354f391ca5c7149f31eb16ddb1 /xfce-extra | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-bcd18dedc4d11addf562dda92cdcca5a77ae06a9.tar.gz gentoo-2-bcd18dedc4d11addf562dda92cdcca5a77ae06a9.tar.bz2 gentoo-2-bcd18dedc4d11addf562dda92cdcca5a77ae06a9.zip |
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index ea59e263cafe..d4f6d194d195 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.22 2012/03/21 06:13:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.23 2012/04/17 07:33:31 ssuominen Exp $ + + 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-timer-plugin-0.6.2.ebuild: + old 21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-timer-plugin-0.6.2.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 deleted file mode 100644 index 06b351d85293..000000000000 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild +++ /dev/null @@ -1,39 +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.2.ebuild,v 1.12 2012/03/21 06:13:52 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 - mirror://gentoo/${P}-ca.po.bz2 - mirror://gentoo/${P}-hr.po.bz2 - mirror://gentoo/${P}-nl.po.bz2 - mirror://gentoo/${P}-sk.po.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 ) -} - -src_prepare() { - local po - for po in ca hr nl sk; do - mv -vf "${WORKDIR}"/${P}-${po}.po po/${po}.po || die - done - - xfconf_src_prepare -} |