commit: 8aae5ee93ccdb46118d67e948c3582e480c66122 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 9 07:39:46 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 9 07:41:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aae5ee9
xfce-extra/xfce4-embed-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-embed-plugin/Manifest | 1 - xfce-extra/xfce4-embed-plugin/metadata.xml | 8 ------- .../xfce4-embed-plugin-1.6.0-r4.ebuild | 28 ---------------------- 4 files changed, 38 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 70bc3ffc021..b669b5e86ad 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -372,7 +372,6 @@ app-office/orage # They do not build against to-be-stable xfce4-panel. # Removal on 2021-03-09. Bug #732754. xfce-extra/multiload-nandhp -xfce-extra/xfce4-embed-plugin # Michał Górny <[email protected]> (2021-02-01) # LibreSSL support is discontinued. Please read the relevant news item diff --git a/xfce-extra/xfce4-embed-plugin/Manifest b/xfce-extra/xfce4-embed-plugin/Manifest deleted file mode 100644 index cb941c3f4cb..00000000000 --- a/xfce-extra/xfce4-embed-plugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xfce4-embed-plugin-1.6.0.tar.bz2 348026 BLAKE2B 5da2423f2717798070cd8f550db75567263c2632de7109b94899fd2a6b469ee6f92f0b38c8ef5a8833ceec2f9d8d5bb58aa54e06caf7494268175388d605d186 SHA512 0d036a5b3f8394edb9640ea891fa848416ef9f173b67ba2ccc55eb8bdab96619c355c3cdfaa3cd59d6f48e3de0a01c95682a2466452f8c01a631bd5d8196df6c diff --git a/xfce-extra/xfce4-embed-plugin/metadata.xml b/xfce-extra/xfce4-embed-plugin/metadata.xml deleted file mode 100644 index 359901b31db..00000000000 --- a/xfce-extra/xfce4-embed-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>[email protected]</email> - <name>XFCE Team</name> - </maintainer> -</pkgmetadata> diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild deleted file mode 100644 index d896df5281f..00000000000 --- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.20:2 - x11-libs/libX11:= - <xfce-base/libxfce4ui-4.15:=[gtk2(+)] - >=xfce-base/libxfce4util-4.10:= - <xfce-base/xfce4-panel-4.15:=[gtk2(+)]" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}
