public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/xfce4-composite-editor/, ...
Date: Tue, 12 Nov 2019 15:31:22 +0000 (UTC)	[thread overview]
Message-ID: <1573572534.84979bcf6764588ce722383e37f7b5034eecdd17.bman@gentoo> (raw)

commit:     84979bcf6764588ce722383e37f7b5034eecdd17
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 15:28:54 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 15:28:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84979bcf

xfce-extra/xfce4-composite-editor: drop last-rited package

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 profiles/package.mask                              |  7 -----
 xfce-extra/xfce4-composite-editor/Manifest         |  1 -
 .../files/xfce4-composite-editor-0-validate.patch  | 15 ----------
 xfce-extra/xfce4-composite-editor/metadata.xml     |  8 ------
 .../xfce4-composite-editor-0-r1.ebuild             | 33 ----------------------
 5 files changed, 64 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 80aac264226..f10247bb6d6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -456,13 +456,6 @@ dev-perl/NetxAP
 # Removal in 30 days
 app-emulation/wine-any
 
-# Michał Górny <mgorny@gentoo.org> (2019-10-12)
-# Bad quality package.  Last commit in 2016 (unpackaged in Gentoo).
-# GTK+2 only.  Most of the settings provided are also found in xfwm4
-# settings dialog.
-# Removal in 30 days.  Bug #697546.
-xfce-extra/xfce4-composite-editor
-
 # David Seifert <soap@gentoo.org> (2019-10-12)
 # Last release over 6.5 years ago, no code activity.
 # Scons build system very brittle, python 3 impl bumps

diff --git a/xfce-extra/xfce4-composite-editor/Manifest b/xfce-extra/xfce4-composite-editor/Manifest
deleted file mode 100644
index 047aa5abf95..00000000000
--- a/xfce-extra/xfce4-composite-editor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Xfce4-Composite-Editor-0.tar.gz 3027 BLAKE2B 3e9238f3eef6f515425d1fd701a2086725413e6e01f921f7f85a471fe97ec2c6bcec2abc52212156672bb92267525fc734372e8cc2dbd36f5bedfa757597ae27 SHA512 27f1b754d6eff167a117ac45bd2b459c3b7a789c929e8417564d7f5805a211f4fa2d2ee049bf28f0dc0c14ee84f4608c9669b269e9df78a17308ceaff9207516

diff --git a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch b/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch
deleted file mode 100644
index 4088fe4bea2..00000000000
--- a/xfce-extra/xfce4-composite-editor/files/xfce4-composite-editor-0-validate.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- xfcecomped.desktop
-+++ xfcecomped.desktop
-@@ -1,10 +1,7 @@
- [Desktop Entry]
--Version=1.0
--Encoding=UTF-8
--Name=Xfce4-Composite-Editor
--Comment=Xfce4 Composite Options Editor
-+Name=Xfce Composite Editor
- Terminal=false
- Type=Application
--Categories=Gnome;GTK;;Settings;DesktopSettings;X-XFCE;
-+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
- Icon=xfce4-settings
- Exec=xfce4-composite-editor

diff --git a/xfce-extra/xfce4-composite-editor/metadata.xml b/xfce-extra/xfce4-composite-editor/metadata.xml
deleted file mode 100644
index 359901b31db..00000000000
--- a/xfce-extra/xfce4-composite-editor/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-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
deleted file mode 100644
index 2514df6ef6e..00000000000
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-MY_PN=Xfce4-Composite-Editor
-
-DESCRIPTION="An graphical interface to modify composite settings"
-HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp"
-SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-shells/bash:*
-	>=x11-misc/gtkdialog-0.8"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-src_prepare() {
-	eapply -p0 "${FILESDIR}"/${PN}-0-validate.patch
-	default
-}
-
-src_install() {
-	dobin xfce4-composite-editor
-	domenu xfcecomped.desktop
-	dodoc README
-}


                 reply	other threads:[~2019-11-12 15:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573572534.84979bcf6764588ce722383e37f7b5034eecdd17.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox