parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit b7a2e22a0d97a5192921ce7409b01e781710d9e0
parent 20719e23f2a4b9f434a0453287ab9972520f784a
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 17 Feb 2018 23:46:25 +0100

x11-misc/compton: Remove.

Diffstat:
MREADME.md | 1-
Dx11-misc/compton/compton-9999.ebuild | 66------------------------------------------------------------------
Dx11-misc/compton/metadata.xml | 14--------------
3 files changed, 0 insertions(+), 81 deletions(-)

diff --git a/README.md b/README.md @@ -34,7 +34,6 @@ Yet another Gentoo overlay ├── x11-libs │   └── libwm └── x11-misc - ├── compton ├── slstatus └── wmutils ``` diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit toolchain-funcs python-r1 git-r3 - -DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" -HOMEPAGE="https://github.com/chjj/compton" -SRC_URI="" - -EGIT_REPO_URI="git://github.com/chjj/compton.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -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-proto/xproto - drm? ( x11-libs/libdrm )" - -nobuildit() { use $1 || echo yes ; } - -src_compile() { - tc-export CC - 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 @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>parazyd@dyne.org</email> - </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>