Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/
Date: Tue, 07 Mar 2017 09:14:47
Message-Id: 1488877938.16fa5e4c3c49195fc1f69b3584a3569ce74ad711.soap@gentoo
1 commit: 16fa5e4c3c49195fc1f69b3584a3569ce74ad711
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 6 15:15:15 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:12:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fa5e4c
7
8 x11-misc/xcompmgr: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4142
12
13 x11-misc/xcompmgr/Manifest | 1 -
14 x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
18 index 635d5c9e0fd..39e36bc40b2 100644
19 --- a/x11-misc/xcompmgr/Manifest
20 +++ b/x11-misc/xcompmgr/Manifest
21 @@ -1,2 +1 @@
22 -DIST xcompmgr-1.1.6.tar.bz2 123683 SHA256 c98949d36793b30ed1ed47495c87a05fa245ac0fc2857d2abc54979124687c02 SHA512 c1dd2ab42575fcf9d53fc923b4fe98ee4b2617e2bd652b8f20d34404e8547f8dfecb6bcd14d1d54da1a618ccb8e822b89e75d57f0320e9d55edbfb0dc83ddcbd WHIRLPOOL a2cc2cbcdc53685d51b272a5c0bdfa40a33204dfabe89e780e6b9f37b8449483c5cecc6288f565e441c7af9a362fd6c0d1abfc29760db812d41f50b5f4549b57
23 DIST xcompmgr-1.1.7.tar.bz2 136667 SHA256 c8049b1a2531313be7469ba9b198d334f0b91cc01efc2b20b9afcb117e4d6892 SHA512 f93a6be78169dd41ff08d71409e28746fd62902810a2f6930c0ac44f1415bc7391a8fb885b074fd40afedd7f1c1590aa7c67fc101c3b6488ddaa74495b42149c WHIRLPOOL 100d6aa734eb453976951d8341f613fdbbbb90b311eba006ca015d469f44ee3eb038acdf842e201da51a61c3d03b5c3f5c240d9a43709a9d44ebf71502c19939
24
25 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild
26 deleted file mode 100644
27 index a954ff9fa43..00000000000
28 --- a/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -XORG_STATIC=no
37 -inherit xorg-2
38 -
39 -DESCRIPTION="X Compositing manager"
40 -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
41 -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
42 -
43 -LICENSE="BSD"
44 -KEYWORDS="amd64 ppc ppc64 sparc x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - x11-libs/libXrender
49 - x11-libs/libXdamage
50 - x11-libs/libXfixes
51 - x11-libs/libXcomposite
52 - x11-libs/libXext
53 -"
54 -DEPEND="${RDEPEND}"