summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:10:04 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:11 +0200
commitc8ebbbf7aafa42f1d5763ec24a9837a436ffdd71 (patch)
tree78ea5e8a1fa335c33fc72cfecf2cf79b52b0aca1 /xfce-extra
parentxfce-extra/xfce4-battery-plugin: Drop old (diff)
downloadgentoo-c8ebbbf7aafa42f1d5763ec24a9837a436ffdd71.tar.gz
gentoo-c8ebbbf7aafa42f1d5763ec24a9837a436ffdd71.tar.bz2
gentoo-c8ebbbf7aafa42f1d5763ec24a9837a436ffdd71.zip
xfce-extra/xfce4-clipman-plugin: Drop old
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-clipman-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest b/xfce-extra/xfce4-clipman-plugin/Manifest
index f9713994f423..3b9eba14f6c7 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 BLAKE2B 4c1d780031e420f523dcb9472043614eaa48442b98d6d4daa342458f82a85f99670aa4e76259e89663f35af29a3f71964cd25daf449bc4204090b223b1b26ee5 SHA512 fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 BLAKE2B 6e183b82db5c3325691d04afa110c4dd83b013a94ed9b3b1b1b7bbb4166bcb1176a6b4ed52fd0b3256b7f73816a0031ea6084f31344a9ac3187b7b5fd25f01ed SHA512 f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6
diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild
deleted file mode 100644
index b7375bd5d4b7..000000000000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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 ~amd64-linux ~x86-linux"
-IUSE="debug qrcode"
-
-RDEPEND=">=dev-libs/glib-2.18
- dev-libs/libunique:1
- >=x11-libs/gtk+-2.14:2
- x11-libs/libXtst
- >=xfce-base/exo-0.10
- >=xfce-base/libxfce4ui-4.10
- >=xfce-base/libxfce4util-4.10
- >=xfce-base/xfce4-panel-4.10
- >=xfce-base/xfconf-4.10
- qrcode? ( >=media-gfx/qrencode-3.3.0 )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
- x11-proto/xproto"
-
-pkg_setup() {
- XFCONF=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable qrcode libqrencode)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}