diff options
author | haarp <main.haarp@gmail.com> | 2017-04-22 17:26:32 +0200 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2017-04-22 17:26:32 +0200 |
commit | 0f6e790e4b87a564e6ea6abafbac34acbba91afe (patch) | |
tree | 881b4e5eaed122e827560587402774448b946984 /xfce-extra | |
parent | Remove xprintidle, it's in the Gentoo repo now (Thanks Sebastian!) (diff) | |
download | haarp-0f6e790e4b87a564e6ea6abafbac34acbba91afe.tar.gz haarp-0f6e790e4b87a564e6ea6abafbac34acbba91afe.tar.bz2 haarp-0f6e790e4b87a564e6ea6abafbac34acbba91afe.zip |
Remove xfce4-clipman-plugin-1.4.1, it's in the Gentoo repo now
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/Manifest | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/metadata.xml | 11 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild | 41 |
3 files changed, 0 insertions, 55 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest b/xfce-extra/xfce4-clipman-plugin/Manifest deleted file mode 100644 index 0b42d99..0000000 --- a/xfce-extra/xfce4-clipman-plugin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54 WHIRLPOOL 25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae -EBUILD xfce4-clipman-plugin-1.4.1.ebuild 1074 SHA256 29a6ebeee8a5531a1d339a314eb608a27b694ce9ddbda732c7067d7564103175 SHA512 9724e9020ebbc8893d20325dea4ef75b91f2dcd45fd08c50e18ea345dc97fab819c622519dad606cd6b3e7f9a136d08fc5cc84c5d477df1e11b05ee4e1310721 WHIRLPOOL 1fdc9c827d24a0839d2cba335f747e03fb4ad4904eaaca4b1ffc38279635e1eac3242aa37e61d6c43eca32a96961517e014b51f8d31c47b02325f77a197d28d2 -MISC metadata.xml 344 SHA256 b3a93cd01ef0ec46a0901243429098278ed575127127be10330edbd9b55126e0 SHA512 13ca7f9858f2eae8eaa1a4a43e371ab5b29433e1ac99ebe33d9678b7c3133d8e1639e146a93b6b4b1039278814d413d29e575a1a2784bbce0fcb50525e106065 WHIRLPOOL ca69ba35dd838751b2d9f693176f6111fca8e38746a01c4751bb96c64e3324fbbb100a41d03a7313834fb322cf75e25e24b3891d14da775a301c660d0683d020 diff --git a/xfce-extra/xfce4-clipman-plugin/metadata.xml b/xfce-extra/xfce4-clipman-plugin/metadata.xml deleted file mode 100644 index 12e8c54..0000000 --- a/xfce-extra/xfce4-clipman-plugin/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>xfce@gentoo.org</email> - <name>XFCE Team</name> - </maintainer> - <use> - <flag name="qrcode">Enable support for <pkg>media-gfx/qrencode</pkg></flag> - </use> -</pkgmetadata> diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild deleted file mode 100644 index 82904c0..0000000 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A clipboard manager plug-in for the Xfce panel" -HOMEPAGE="http://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 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug qrcode" - -RDEPEND=">=dev-libs/glib-2.32:2= - >=x11-libs/gtk+-3.14:3= - dev-libs/libunique:1 - x11-libs/libXtst - >=xfce-base/exo-0.10:= - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.12:= - >=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 ) -} |