commit:     fd149f99a9374de1d55133c1d1f12288948b8a6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 07:38:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 07:41:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd149f99

xfce-extra/xfce4-windowck-plugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 xfce-extra/xfce4-windowck-plugin/Manifest          |  1 -
 xfce-extra/xfce4-windowck-plugin/metadata.xml      | 11 -----
 .../xfce4-windowck-plugin-0.4.6-r3.ebuild          | 52 ----------------------
 4 files changed, 65 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0129d975822..9719fadd2c7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -375,7 +375,6 @@ xfce-extra/multiload-nandhp
 xfce-extra/xfce4-embed-plugin
 xfce-extra/xfce4-equake-plugin
 <xfce-extra/xfce4-kbdleds-plugin-0.2.3
-xfce-extra/xfce4-windowck-plugin
 
 # Michał Górny <mgo...@gentoo.org> (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item

diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest 
b/xfce-extra/xfce4-windowck-plugin/Manifest
deleted file mode 100644
index b6de2567bd2..00000000000
--- a/xfce-extra/xfce4-windowck-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-windowck-plugin-0.4.6.tar.gz 67622 BLAKE2B 
38a1ff76a75b3eb833be586bf93bc9bd73b7237e74cf06fd7540fef85befa4ef9ad8c8351d1d2bfad4af1f342c59b1cb0ebb94e50a3f5cc9c38c5fe9f0377d86
 SHA512 
a02f6f1b275484dc7ed08f3f9868af7a456c9f3b52bb893c2ac109a0ca8c4376e9d6d714f40d40c491531584486c8be3bebf3669f3186a143f6fcfe923b9f376

diff --git a/xfce-extra/xfce4-windowck-plugin/metadata.xml 
b/xfce-extra/xfce4-windowck-plugin/metadata.xml
deleted file mode 100644
index cdb3dafa2d8..00000000000
--- a/xfce-extra/xfce4-windowck-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>x...@gentoo.org</email>
-    <name>XFCE Team</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">cedl38/xfce4-windowck-plugin</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git 
a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild 
b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild
deleted file mode 100644
index a44c55b24af..00000000000
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit autotools python-any-r1 xdg-utils
-
-DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons 
on the panel"
-HOMEPAGE="https://github.com/cedl38/xfce4-windowck-plugin";
-SRC_URI="https://github.com/cedl38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.20:2
-       x11-libs/libX11
-       >=x11-libs/libwnck-2.30:1
-       <xfce-base/libxfce4ui-4.15:=[gtk2(+)]
-       >=xfce-base/libxfce4util-4.10:=
-       <xfce-base/xfce4-panel-4.15:=[gtk2(+)]
-       >=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       dev-util/intltool
-       dev-util/xfce4-dev-tools
-       media-gfx/imagemagick[png]
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-src_prepare() {
-       # run xdt-autogen from xfce4-dev-tools added as dependency by 
EAUTORECONF=1 to
-       # rename configure.ac.in to configure.ac while grabbing $LINGUAS and 
$REVISION values
-       NOCONFIGURE=1 xdt-autogen || die
-
-       default
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to