Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/
Date: Wed, 01 May 2019 20:57:38
Message-Id: 1556744078.90e239690e52dea68dfe13a3052ea3bfd5ad272a.mattst88@gentoo
1 commit: 90e239690e52dea68dfe13a3052ea3bfd5ad272a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:54:38 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:54:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e23969
7
8 x11-misc/xcompmgr: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-misc/xcompmgr/Manifest | 1 -
14 x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 49 ------------------------------
15 2 files changed, 50 deletions(-)
16
17 diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
18 index b1e5f158c40..05dc7b0a594 100644
19 --- a/x11-misc/xcompmgr/Manifest
20 +++ b/x11-misc/xcompmgr/Manifest
21 @@ -1,2 +1 @@
22 -DIST xcompmgr-1.1.7.tar.bz2 136667 BLAKE2B 3231cca0cebc13aade6f008414d77461913d274303289c28b8eb366640905cf9bbb4715d5aa7ad8eb897ac94db099b040e408b2e3867dd2ad46940b3bcfe518f SHA512 f93a6be78169dd41ff08d71409e28746fd62902810a2f6930c0ac44f1415bc7391a8fb885b074fd40afedd7f1c1590aa7c67fc101c3b6488ddaa74495b42149c
23 DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468 SHA512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
24
25 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
26 deleted file mode 100644
27 index 1934ad373f3..00000000000
28 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="X Compositing manager"
37 -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xcompmgr"
38 -
39 -if [[ ${PV} == 9999 ]]; then
40 - EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/xcompmgr.git"
41 - inherit autotools git-r3
42 - # x11-misc-util/macros only required on live ebuilds
43 - LIVE_DEPEND=">=x11-misc/util-macros-1.18"
44 -else
45 - SRC_URI="mirror://xorg/app/${P}.tar.bz2"
46 - KEYWORDS="amd64 ppc ppc64 sparc x86"
47 -fi
48 -
49 -LICENSE="BSD"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -BDEPEND="
54 - virtual/pkgconfig
55 -"
56 -RDEPEND="
57 - x11-libs/libXrender
58 - x11-libs/libXdamage
59 - x11-libs/libXfixes
60 - x11-libs/libXcomposite
61 - x11-libs/libXext
62 -"
63 -DEPEND="
64 - ${LIVE_DEPEND}
65 - ${RDEPEND}
66 -"
67 -
68 -src_prepare() {
69 - default
70 - [[ ${PV} == 9999 ]] && eautoreconf
71 -}
72 -
73 -src_configure() {
74 - local econfargs=(
75 - --disable-selective-werror
76 - )
77 -
78 - econf "${econfargs[@]}"
79 -}