diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-08-02 17:28:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-02 18:09:47 +0200 |
commit | 230191c34910afa8ea043b0d33fa288ff4ee8598 (patch) | |
tree | aa3f2285dd2e3f174f140819b78d2ddd397ad757 /xfce-extra/xfce4-time-out-plugin | |
parent | xfce-extra/xfce4-soundmenu-plugin: Prune old (diff) | |
download | gentoo-230191c34910afa8ea043b0d33fa288ff4ee8598.tar.gz gentoo-230191c34910afa8ea043b0d33fa288ff4ee8598.tar.bz2 gentoo-230191c34910afa8ea043b0d33fa288ff4ee8598.zip |
xfce-extra/xfce4-time-out-plugin: Prune old
Diffstat (limited to 'xfce-extra/xfce4-time-out-plugin')
-rw-r--r-- | xfce-extra/xfce4-time-out-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-time-out-plugin/Manifest b/xfce-extra/xfce4-time-out-plugin/Manifest index 88c87c8733b3..89880c4cdfb5 100644 --- a/xfce-extra/xfce4-time-out-plugin/Manifest +++ b/xfce-extra/xfce4-time-out-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-time-out-plugin-1.0.1.tar.bz2 333227 SHA256 e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8 SHA512 f2999a578fbdc324f9086210bfbc6a0f9296816913e4775fc60d0a3fd405781723bbe8cfdc16198f808025df7ce9ef5125d9614a233948d50a507b85139b0504 WHIRLPOOL 8c82015a994fe425b3228c63f2a901c7a1701def2d0d0e6ea79c99c205be453ffbb14b9dade57b7f60cb2ce1137068f292c8238233569ad1c42a72fa3aea43a5 DIST xfce4-time-out-plugin-1.0.2.tar.bz2 337382 SHA256 c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5 SHA512 3f49664fc8fd947627e40de0338e3a115806045c97fa08fd678fdbb831947bcfe14c02e9961d671ce7546d4913fd9319322476df590a70458bdf86fa3bd43464 WHIRLPOOL 7577b75771182686d548b36759a84d6a9744e1e012689e4ebe585a09340a8db9656a9b15cdf938b2aa28231f2cd3dfed8b9c7b10b106fef4edc0f51fe5dbf3df diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild deleted file mode 100644 index 284c41b0c3bd..000000000000 --- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A panel plug-in to take periodical breaks from the computer" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-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="debug" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |