xfce-extra/transd: treeclean

Closes: https://bugs.gentoo.org/876151
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-11-24 07:29:48 +01:00
parent 2c60e92fb6
commit 881036496a
4 changed files with 0 additions and 39 deletions

View File

@@ -474,12 +474,6 @@ dev-python/nose_warnings_filters
# Unused Java library. Removal on 2022-11-10.
dev-java/objenesis-test
# Michał Górny <mgorny@gentoo.org> (2022-10-08)
# Repository and SRC_URI gone. Last release in 2012 (guessing
# by filename).
# Removal on 2022-11-07. Bug #876151.
xfce-extra/transd
# Sam James <sam@gentoo.org> (2022-10-04)
# Regression for some Intel LCDs which may cause physical damage
# Please upgrade to 5.19.13 if affected!

View File

@@ -1 +0,0 @@
DIST transd-0_p20120503.tar.xz 227316 BLAKE2B f3ef65fc7e26430c7edab1ebc2cf969bab1da5f6b8886997390189e5665638d42ed29833ea654aaf75c23a6ac220b8e83597c09575180a2f615b4822bdbd677e SHA512 24d052743d129837015872942a3621dc7327d70406762e4d176e9660de1d8317e3c6ae53dcb0b85d376090c33a0cb0a50550a479a2c9f6728bc44e683dbe64ee

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>xfce@gentoo.org</email>
<name>XFCE Team</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="A small daemon to watch for window creation and set window transparency values"
HOMEPAGE="http://spuriousinterrupt.org/projects/transd"
SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
IUSE=""
RDEPEND="x11-libs/libX11
>=xfce-base/libxfce4util-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
src_prepare() {
sed -i -e '/Encoding/d' transd.desktop.in || die
default
}