commit:     ed815fef0f75faf3cba4e98530a42423a9989483
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 06:23:01 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 06:24:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed815fef

x11-misc/compton: treeclean

Closes: https://bugs.gentoo.org/817338
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 profiles/package.mask                        |  5 --
 x11-misc/compton/Manifest                    |  1 -
 x11-misc/compton/compton-0.1_beta2-r1.ebuild | 69 ----------------------------
 x11-misc/compton/metadata.xml                | 15 ------
 4 files changed, 90 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9cd88e8c5c8..ec0a694d1ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -562,11 +562,6 @@ dev-db/sadisplay
 # Removal on 2021-11-09.  Bug #817380.
 dev-vcs/github-pages-publish
 
-# Joonas Niilola <[email protected]> (2021-10-10)
-# Development stopped by upstream. Switch to its actively developed
-# fork, x11-misc/picom. Bug #817338. Removal in ~30 days.
-x11-misc/compton
-
 # Sam James <[email protected]> (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.

diff --git a/x11-misc/compton/Manifest b/x11-misc/compton/Manifest
deleted file mode 100644
index 10048992918..00000000000
--- a/x11-misc/compton/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compton-0.1_beta2.tar.gz 144239 BLAKE2B 
993c091aa0eab4171740a26c4ea8e9da66368fbcddbbdf9c466dd2cb2dbe0a685dc6c2027a5b56d08df4fd42d21784dd2cbb7cf56869feb1b74b4854db20a5f8
 SHA512 
c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535

diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild 
b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
deleted file mode 100644
index 40ff04b8469..00000000000
--- a/x11-misc/compton/compton-0.1_beta2-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit toolchain-funcs python-r1
-
-DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
-HOMEPAGE="https://github.com/chjj/compton";
-SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus +drm opengl +pcre xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-       dev-libs/libconfig:=
-       x11-libs/libX11
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libXrandr
-       x11-libs/libXrender
-       dbus? ( sys-apps/dbus )
-       opengl? ( virtual/opengl )
-       pcre? ( dev-libs/libpcre:3 )
-       xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
-       x11-apps/xprop
-       x11-apps/xwininfo"
-DEPEND="${COMMON_DEPEND}
-       app-text/asciidoc
-       virtual/pkgconfig
-       x11-base/xorg-proto
-       drm? ( x11-libs/libdrm )"
-
-nobuildit() { use $1 || echo yes ; }
-
-pkg_setup() {
-       if [[ ${MERGE_TYPE} != binary ]]; then
-               tc-export CC
-       fi
-}
-
-src_compile() {
-       emake docs
-
-       NO_DBUS=$(nobuildit dbus) \
-       NO_XINERAMA=$(nobuildit xinerama) \
-       NO_VSYNC_DRM=$(nobuildit drm) \
-       NO_VSYNC_OPENGL=$(nobuildit opengl) \
-       NO_REGEX_PCRE=$(nobuildit pcre) \
-               emake compton
-}
-
-src_install() {
-       NO_DBUS=$(nobuildit dbus) \
-       NO_VSYNC_DRM=$(nobuildit drm) \
-       NO_VSYNC_OPENGL=$(nobuildit opengl) \
-       NO_REGEX_PCRE=$(nobuildit pcre) \
-               default
-       docinto examples
-       dodoc compton.sample.conf dbus-examples/*
-       python_foreach_impl python_newscript bin/compton-convgen.py 
compton-convgen
-}

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
deleted file mode 100644
index 2ebce28929d..00000000000
--- a/x11-misc/compton/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Piotr Karbowski</name>
-       </maintainer>
-       <use>
-               <flag name="drm">Enable VSync with DRM_IOCTL_WAIT_VBLANK</flag>
-               <flag name="opengl">Enable VSync with SGI_swap_control OpenGL 
extension</flag>
-       </use>
-       <upstream>
-               <remote-id type="github">chjj/compton</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to