xfce-extra/xfce4-indicator-plugin: Drop old
authorMichał Górny <mgorny@gentoo.org>
Tue, 6 Jun 2017 10:10:18 +0000 (12:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 7 Jun 2017 20:05:20 +0000 (22:05 +0200)
xfce-extra/xfce4-indicator-plugin/Manifest
xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild [deleted file]
xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild [deleted file]

index 26b0d56d461142072040c64087e705d95fcd5a08..f494b0be6497912a032070fc991faffa5ad442d1 100644 (file)
@@ -1,3 +1 @@
-DIST xfce4-indicator-plugin-1.0.0.tar.bz2 334758 SHA256 c914b684929de8324cbd6f01f4c0656cfe81f3aaf349e147a0d5ac0d98946822 SHA512 7691de26a3232139850b85f8ea5bb715a19ff61cecce58b153a315905422517b8897137a0c58d86553868ed56882309a12e95ef0fe5e943c05fd503735d98d73 WHIRLPOOL eebdc8aa8b2caa38d8fbf2d11a063310f0e753f0dc8db543fe8f2377cfe88adb377f6c61327474c21c8866121daec3dd54be1209cd4442b1a4b7efe8eb0b0781
-DIST xfce4-indicator-plugin-2.3.2.tar.bz2 371307 SHA256 8f5a864885686809cb4fda7267d021808076ac9f8abb813d95d260f9965d3aae SHA512 f1033a662cc9b00c4275dbef70eb76b5e38cd9536f9dd7815917ea576f10d2c30a841d22d8a679cab26cc95e98f7642d7fefc8b5f22a40b534010c6d1c0e3268 WHIRLPOOL 493d5ee407649e6fbc687944b04dd69a20bd23e2edd267948cdc5007bdf97ae05bcb4d6f9a8a9595b00e77cea7115d798cbb0f934ecc6ccdbe9ae3437a2da91a
 DIST xfce4-indicator-plugin-2.3.3.tar.bz2 380735 SHA256 c46b529b0f31c8ba9401fdc3e245ed3f30e61fadc0e8d2ddb6aaa10b02edbd52 SHA512 d220ee625d10c857f2d65c52e8d561d8ff8448e8707161baf3ef8a1365fb5306d29c480f56edf5ead091fb3078ab0ebcb25088c676ad280e5c93208e36b95c20 WHIRLPOOL 2ad608d93058b7a2969521ac813a433752a61fc11ee7a9681ed1fead08e917598346117d4fb8a161e8a89871800d9c84ec384cd1ea9033a27dfaeea760cd5980
diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-1.0.0.ebuild
deleted file mode 100644 (file)
index 8abb6c3..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/libindicator-0.4:0
-       >=x11-libs/gtk+-2.14:2
-       x11-libs/libX11
-       >=xfce-base/exo-0.6
-       >=xfce-base/libxfce4util-4.8
-       >=xfce-base/xfce4-panel-4.8
-       >=xfce-base/xfconf-4.8"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-pkg_setup() {
-       XFCONF=(
-               $(xfconf_use_debug)
-               )
-
-       DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}
diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.2.ebuild
deleted file mode 100644 (file)
index 5cf80fa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plugin that uses indicator-applet to show new messages"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/libindicator-12.10.1:3
-       >=x11-libs/gtk+-3.6:3
-       x11-libs/libX11
-       >=xfce-base/libxfce4ui-4.11[gtk3(+)]
-       >=xfce-base/libxfce4util-4.11
-       >=xfce-base/xfce4-panel-4.11
-       >=xfce-base/xfconf-4.10"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-pkg_setup() {
-       # TODO: libido3-13.10.0 needs ubuntu-private.h from Ubuntu's GTK+ 3.x
-       XFCONF=(
-               --disable-ido
-               $(xfconf_use_debug)
-               )
-
-       DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}