[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/, profiles/

2021-11-09 Thread Joonas Niilola
commit: ed815fef0f75faf3cba4e98530a42423a9989483
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov 10 06:23:01 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 10 06:24:09 2021 +
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  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  (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  (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..000
--- 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..000
--- 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..000
--- a/x11-misc/compton/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   slashbe...@gentoo.org
-   Piotr Karbowski
-   
-   
-   Enable VSync with DRM_IOCTL_WAIT_VBLANK
-   Enable VSync with SGI_swap_control OpenGL 
extension
-   
-   
-   chjj/compton
-   
-



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2021-10-10 Thread Piotr Karbowski
commit: 26386a94edb552112592adc0f8bd7be8b542eddd
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sun Oct 10 13:53:12 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Oct 10 13:53:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26386a94

x11-misc/compton: adopt by myself.

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/compton/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
index d43866f994e..2ebce28929d 100644
--- a/x11-misc/compton/metadata.xml
+++ b/x11-misc/compton/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   

Enable VSync with DRM_IOCTL_WAIT_VBLANK
Enable VSync with SGI_swap_control OpenGL 
extension



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2020-08-23 Thread Johannes Huber
commit: 9e14d1b114ea9d0e0449f6bc9fb459d6556034e9
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Aug 24 05:38:27 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Aug 24 05:38:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e14d1b1

x11-misc/compton: Remove 0.1_beta2 (r0)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Johannes Huber  gentoo.org>

 x11-misc/compton/compton-0.1_beta2.ebuild | 69 ---
 1 file changed, 69 deletions(-)

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
deleted file mode 100644
index feff59e96fa..000
--- a/x11-misc/compton/compton-0.1_beta2.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_6 )
-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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2020-08-18 Thread Agostino Sarubbo
commit: f31222630df537367290879fc5283f4670d38115
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 11:21:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 11:21:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3122263

x11-misc/compton: x86 stable wrt bug #732068

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/compton/compton-0.1_beta2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild 
b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
index 9043df59176..696c1d85125 100644
--- a/x11-misc/compton/compton-0.1_beta2-r1.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dbus +drm opengl +pcre xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2020-08-18 Thread Agostino Sarubbo
commit: b5ec437160698cb0dff66f612790b9d508ed0507
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 11:15:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 11:15:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ec4371

x11-misc/compton: amd64 stable wrt bug #732068

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/compton/compton-0.1_beta2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild 
b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
index 1b4cdd3e845..9043df59176 100644
--- a/x11-misc/compton/compton-0.1_beta2-r1.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="dbus +drm opengl +pcre xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2020-06-17 Thread Kent Fredric
commit: 2c8546f4f9ea0a3cf7fab3daf73534e2db117592
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 22 14:38:20 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jun 17 08:58:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8546f4

x11-misc/compton: Add python 3.7, 3.8 & 3.9 support re bug #718546

Bug: https://bugs.gentoo.org/718546
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 x11-misc/compton/compton-0.1_beta2-r1.ebuild | 69 
 1 file changed, 69 insertions(+)

diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild 
b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
new file mode 100644
index 000..1b4cdd3e845
--- /dev/null
+++ b/x11-misc/compton/compton-0.1_beta2-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2020-01-12 Thread Johannes Huber
commit: 63ed0010e337b5b37e4054b800f9f47248aa513b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Jan 12 13:43:16 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Jan 12 13:43:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ed0010

x11-misc/compton: Remove live

Dead upstream will be replaced by x11-misc/picom when stable.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>

 x11-misc/compton/compton-.ebuild | 66 
 1 file changed, 66 deletions(-)

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
deleted file mode 100644
index 0f7593c40e9..000
--- a/x11-misc/compton/compton-.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_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="https://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-base/xorg-proto
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2018-08-12 Thread Sergei Trofimovich
commit: 7f7ceb8985ee54b6ddcbfb5241dafced8da3198b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 12 13:23:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 12 13:24:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7ceb89

x11-misc/compton: keyworded 0.1_beta2 for ppc, bug #657498

Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
index c0e2472a635..7d94d23b532 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/chjj/compton/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dbus +drm opengl +pcre xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2018-07-12 Thread Johannes Huber
commit: 943247926632b612ae769911b8007b385af61b67
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 12 11:03:39 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 12 11:03:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94324792

x11-misc/compton: Take maintainership

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 x11-misc/compton/metadata.xml | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
index 4260d05bc29..c269c6f6ad7 100644
--- a/x11-misc/compton/metadata.xml
+++ b/x11-misc/compton/metadata.xml
@@ -1,12 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-Enable VSync with DRM_IOCTL_WAIT_VBLANK
-Enable VSync with SGI_swap_control OpenGL 
extension
-  
-  
-chjj/compton
-  
+   
+   j...@gentoo.org
+   Johannes Huber
+   
+   
+   Enable VSync with DRM_IOCTL_WAIT_VBLANK
+   Enable VSync with SGI_swap_control OpenGL 
extension
+   
+   
+   chjj/compton
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-11-24 Thread Jeroen Roovers
commit: 57da59fa1c21b036588061a0d81f5a78e8fb8044
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 25 07:16:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 25 07:16:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57da59fa

x11-misc/compton: Set sub-SLOT match on dev-libs/libconfig.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/compton/Manifest | 2 +-
 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
 x11-misc/compton/compton-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/compton/Manifest b/x11-misc/compton/Manifest
index 691cb27c88c..10048992918 100644
--- a/x11-misc/compton/Manifest
+++ b/x11-misc/compton/Manifest
@@ -1 +1 @@
-DIST compton-0.1_beta2.tar.gz 144239 SHA256 
7b9cd52a57326116fb5db3f5f89b7d50e17715252d9fd79b70b45ace30a6b009 SHA512 
c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535
 WHIRLPOOL 
39ca9718bc79d4542d73cce39bb51fc9b9c0497a30914ab044b920f72a3c2f8cbd315c5dc97c999c1f0ca798ae692ada4626f069914b6835f0c225638b486422
+DIST compton-0.1_beta2.tar.gz 144239 BLAKE2B 
993c091aa0eab4171740a26c4ea8e9da66368fbcddbbdf9c466dd2cb2dbe0a685dc6c2027a5b56d08df4fd42d21784dd2cbb7cf56869feb1b74b4854db20a5f8
 SHA512 
c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
index 3db6c5ff51c..a12b639f15d 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -17,7 +17,7 @@ IUSE="dbus +drm opengl +pcre xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="${PYTHON_DEPS}
-   dev-libs/libconfig
+   dev-libs/libconfig:=
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 518b6a8a225..5b77b9aa14c 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -19,7 +19,7 @@ IUSE="dbus +drm opengl +pcre xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="${PYTHON_DEPS}
-   dev-libs/libconfig
+   dev-libs/libconfig:=
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-10-27 Thread Patrice Clement
commit: 8c732cd6a3fb9c950ddb342b98e19b651045a823
Author: Alessandro Rosetti  gmail  com>
AuthorDate: Sat Sep  9 07:52:21 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Oct 27 22:55:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c732cd6

x11-misc/compton: add python 3.6 target.

Closes: https://github.com/gentoo/gentoo/pull/5668

 x11-misc/compton/compton-0.1_beta2.ebuild | 6 +++---
 x11-misc/compton/compton-.ebuild  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
index a880a690e6b..3db6c5ff51c 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit toolchain-funcs python-r1
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 13e6bb5241e..518b6a8a225 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit toolchain-funcs python-r1 git-r3
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-09-09 Thread Mart Raudsepp
commit: 7949fa0af7dbaadf6d7315af6b3b877c396c5afa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep  9 18:54:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  9 18:55:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7949fa0a

x11-misc/compton: add missing maintainer-needed comment to metadata

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-misc/compton/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
index 8cf65151d06..4260d05bc29 100644
--- a/x11-misc/compton/metadata.xml
+++ b/x11-misc/compton/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
   
 Enable VSync with DRM_IOCTL_WAIT_VBLANK
 Enable VSync with SGI_swap_control OpenGL 
extension



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-09-09 Thread Jeroen Roovers
commit: 4ba2122faf20f1e2ba0152903a153c97f289690e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep  9 11:07:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep  9 11:07:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba2122f

x11-misc/compton: Remove desktop-misc maintainership (reverts initial commit).

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/compton/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/compton/metadata.xml b/x11-misc/compton/metadata.xml
index 66384ab7826..8cf65151d06 100644
--- a/x11-misc/compton/metadata.xml
+++ b/x11-misc/compton/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-  
   
 Enable VSync with DRM_IOCTL_WAIT_VBLANK
 Enable VSync with SGI_swap_control OpenGL 
extension



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-07-30 Thread Michał Górny
commit: 62e7db8a6a2d853e8e8bd62b8ce660b9fe120def
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 15:16:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:22:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e7db8a

x11-misc/compton: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/compton/compton-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 6d4cb9be516..13e6bb5241e 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -10,7 +10,7 @@ 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"
+EGIT_REPO_URI="https://github.com/chjj/compton.git;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2017-02-19 Thread David Seifert
commit: e94fee193f052392b60e343315d309cbd8804590
Author: Harri Nieminen  gmail  com>
AuthorDate: Sun Feb 19 14:48:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 19 23:44:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94fee19

x11-misc/compton: EAPI bump 5 -> 6, Switch to git-r3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4033

 x11-misc/compton/compton-.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 29c9198a3e..fa7ee5e2f7 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python3_{4,5} )
-inherit toolchain-funcs python-r1 git-2
+inherit toolchain-funcs python-r1 git-r3
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
 HOMEPAGE="https://github.com/chjj/compton;
@@ -43,13 +43,8 @@ DEPEND="${COMMON_DEPEND}
 
 nobuildit() { use $1 || echo yes ; }
 
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-export CC
-   fi
-}
-
 src_compile() {
+   tc-export CC
emake docs
 
NO_DBUS=$(nobuildit dbus) \



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2016-10-27 Thread Mike Gilbert
commit: d217be39551506b11ca9f076a433029285ae2e97
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Oct 28 01:17:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Oct 28 01:33:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217be39

x11-misc/compton: remove old

Package-Manager: portage-2.3.2

 x11-misc/compton/Manifest |  1 -
 x11-misc/compton/compton-0.1_beta1.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/x11-misc/compton/Manifest b/x11-misc/compton/Manifest
index d7a0fbc..691cb27 100644
--- a/x11-misc/compton/Manifest
+++ b/x11-misc/compton/Manifest
@@ -1,2 +1 @@
-DIST compton-0.1_beta1.tar.gz 140466 SHA256 
28a770e81ae9e33d759044a75cd2b57329b17bf211cf0e795bc73e56933df8d6 SHA512 
fa3e9eb8d85071ac38aa2834f7a14679fce95e1367f6c58987e2d56c5d90e7dd6e3945557e91512199a78bc38eba7f22bdd6efa872d8b108cb33c4579501ae95
 WHIRLPOOL 
faa3a2c23ab1af3f340615bb7593cbd0e81edd36398fb58293ddc543df80ecc13a7e2f2ff8f281cb478f94713896b081b39607c0918d524dfa931a4a1b1c412f
 DIST compton-0.1_beta2.tar.gz 144239 SHA256 
7b9cd52a57326116fb5db3f5f89b7d50e17715252d9fd79b70b45ace30a6b009 SHA512 
c3a019d90e32559d44e3a4969bcc15a15837db9c9519ce8cc70b1bd3d0cb16d29449f68cc2f6a8d834569c9620ec6533ab85c1586da957c69b1ae341d9584535
 WHIRLPOOL 
39ca9718bc79d4542d73cce39bb51fc9b9c0497a30914ab044b920f72a3c2f8cbd315c5dc97c999c1f0ca798ae692ada4626f069914b6835f0c225638b486422

diff --git a/x11-misc/compton/compton-0.1_beta1.ebuild 
b/x11-misc/compton/compton-0.1_beta1.ebuild
deleted file mode 100644
index 9eb10e7..
--- a/x11-misc/compton/compton-0.1_beta1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_3 )
-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 ~x86"
-IUSE="dbus +drm opengl +pcre"
-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 )"
-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 ; }
-
-pkg_setup() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   tc-export CC
-   fi
-}
-
-src_compile() {
-   emake docs
-   NO_DBUS=$(nobuildit dbus) \
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/

2016-02-02 Thread Ian Delaney
commit: e7d06f37077bf1dc7b27f204095e742cdbac93a7
Author: Holger Hoffstätte  googlemail  com>
AuthorDate: Tue Feb  2 17:16:01 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Feb  2 17:16:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d06f37

x11-misc/compton: add support for python 3.5

 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +-
 x11-misc/compton/compton-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild 
b/x11-misc/compton/compton-0.1_beta2.ebuild
index 791b4d3..7f6f121 100644
--- a/x11-misc/compton/compton-0.1_beta2.ebuild
+++ b/x11-misc/compton/compton-0.1_beta2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
 inherit toolchain-funcs python-r1
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"

diff --git a/x11-misc/compton/compton-.ebuild 
b/x11-misc/compton/compton-.ebuild
index 5ba784a..e795fd9 100644
--- a/x11-misc/compton/compton-.ebuild
+++ b/x11-misc/compton/compton-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 python3_4 )
+PYTHON_COMPAT=( python3_{3,4,5} )
 inherit toolchain-funcs python-r1 git-2
 
 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"