xfce-extra/xfce4-quicklauncher-plugin: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 11 May 2019 11:34:59 +0000 (14:34 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 11 May 2019 11:35:11 +0000 (14:35 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
xfce-extra/xfce4-quicklauncher-plugin/Manifest [deleted file]
xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch [deleted file]
xfce-extra/xfce4-quicklauncher-plugin/metadata.xml [deleted file]
xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild [deleted file]

diff --git a/xfce-extra/xfce4-quicklauncher-plugin/Manifest b/xfce-extra/xfce4-quicklauncher-plugin/Manifest
deleted file mode 100644 (file)
index 4c5bacc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-quicklauncher-plugin-1.9.4.tar.bz2 282545 BLAKE2B 533f5fc32250bd3844e895bcfcce2fb6adfdd6e9e70459ba5f3786da3b58c869b6a8e05a2baacc60092544bc21898189442e06644dcf25df2c1322dc3814b1c2 SHA512 11db64adbef5a04f25891132e798e77a713d5f68fcda9ec5349f975f56c4f352a2da8493d721f307d23e973c02802840c2feef444921da29f2b6e21a5c79a228
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch b/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch
deleted file mode 100644 (file)
index a6bb168..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---- panel-plugin/quicklauncher.desktop.in.in
-+++ panel-plugin/quicklauncher.desktop.in.in
-@@ -4,4 +4,5 @@
- _Name=Quicklauncher
- _Comment=Program with several launchers
- Icon=gnome-fs-executable
--X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libquicklauncher.so
-+X-XFCE-Module=libquicklauncher.so
-+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml b/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml
deleted file mode 100644 (file)
index 359901b..0000000
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
deleted file mode 100644 (file)
index c61a5eb..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-#EAUTORECONF=yes
-inherit autotools xfconf
-
-DESCRIPTION="A quicklauncher plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin"
-SRC_URI="https://archive.xfce.org/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"
-
-RDEPEND=">=xfce-base/xfce4-panel-4.8
-       >=xfce-base/libxfcegui4-4.8"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       >=dev-util/xfce4-dev-tools-4.8
-       virtual/pkgconfig"
-
-pkg_setup() {
-       PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch )
-
-       XFCONF=(
-               $(use_enable debug)
-               )
-
-       DOCS=( AUTHORS ChangeLog TODO )
-}
-
-src_prepare() {
-       sed -i \
-               -e '/^AC_INIT/s:quicklauncher_version():quicklauncher_version:' \
-               -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-               configure.ac || die #472522
-
-       # Prevent glib-gettextize from running wrt #423115
-       export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
-       intltoolize --automake --copy --force
-       _elibtoolize --copy --force --install
-       eaclocal
-       eautoconf
-       eautoheader
-       eautomake
-
-       xfconf_src_prepare
-}