summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 17:28:31 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 18:09:47 +0200
commitc1801ad9cb25023aea4651fabf084ee3cdc35be3 (patch)
tree16a25a4c56a59454733bb978afe8c78c87d5ec58 /xfce-extra
parentxfce-extra/xfce4-time-out-plugin: Prune old (diff)
downloadgentoo-c1801ad9cb25023aea4651fabf084ee3cdc35be3.tar.gz
gentoo-c1801ad9cb25023aea4651fabf084ee3cdc35be3.tar.bz2
gentoo-c1801ad9cb25023aea4651fabf084ee3cdc35be3.zip
xfce-extra/xfce4-timer-plugin: Prune old
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-timer-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest
index 05a25a953643..09356d4d3872 100644
--- a/xfce-extra/xfce4-timer-plugin/Manifest
+++ b/xfce-extra/xfce4-timer-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-timer-plugin-1.5.0.tar.bz2 301575 SHA256 ca2ce0bb4297638e9891e44ef96881bc6e2218d0d7a9a02c264fced8294f8eb9 SHA512 cfbb0f72909b7b1bc1da9f62af05566533014f9aa772fb3397225eedb2309ee04638cb972b108d8cb22f46477a863f1f0062799031dcc445205dd8ab252aee4d WHIRLPOOL 59250d1d92049316a288dd36771bdc323bef75bd053f538ee0cc1ff42e3249217d4e49ce4407f4ae6bd89cac21678e76e1bb018bc39df28f5d27c6d716d1e556
DIST xfce4-timer-plugin-1.6.0.tar.bz2 325662 SHA256 39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c SHA512 aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815 WHIRLPOOL 894abd2c1dce539b9815c5593c391fccbed519300dfc87527af5370185dda5b605a6c342084e3bf2449f4e4504858f1e8439a4dcbe1055c2b6d8d673c329ed17
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild
deleted file mode 100644
index a11c4b96c9f1..000000000000
--- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="x11-libs/gtk+:2
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/xfce4-panel-4.10"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- --disable-static
- )
-
- DOCS=( AUTHORS ChangeLog README TODO )
-}