public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-quicklauncher-plugin/files/, ...
@ 2019-05-11 11:35 Mikle Kolyada
  0 siblings, 0 replies; only message in thread
From: Mikle Kolyada @ 2019-05-11 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 11:34:59 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 11:35:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baf1e26

xfce-extra/xfce4-quicklauncher-plugin: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 xfce-extra/xfce4-quicklauncher-plugin/Manifest     |  1 -
 ...klauncher-plugin-1.9.4-X-XFCE-Module-Path.patch |  9 ----
 xfce-extra/xfce4-quicklauncher-plugin/metadata.xml |  8 ----
 .../xfce4-quicklauncher-plugin-1.9.4-r1.ebuild     | 50 ----------------------
 4 files changed, 68 deletions(-)

diff --git a/xfce-extra/xfce4-quicklauncher-plugin/Manifest b/xfce-extra/xfce4-quicklauncher-plugin/Manifest
deleted file mode 100644
index 4c5bacc7665..00000000000
--- a/xfce-extra/xfce4-quicklauncher-plugin/Manifest
+++ /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
index a6bb168539b..00000000000
--- a/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch
+++ /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
index 359901b31db..00000000000
--- a/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml
+++ /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
index c61a5eb870f..00000000000
--- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
+++ /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
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-11 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-11 11:35 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-quicklauncher-plugin/files/, Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox