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-wm/page/
Date: Wed, 29 Jun 2022 08:44:33
Message-Id: 1656492258.49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3.soap@gentoo
1 commit: 49ac3450c65e26b1b7c8ca8e656a4a9113f48ff3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 08:44:18 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 08:44:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ac3450
7
8 x11-wm/page: drop 1.9.8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-wm/page/Manifest | 1 -
13 x11-wm/page/page-1.9.8.ebuild | 49 -------------------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/x11-wm/page/Manifest b/x11-wm/page/Manifest
17 index 78488740ed59..d582910bde41 100644
18 --- a/x11-wm/page/Manifest
19 +++ b/x11-wm/page/Manifest
20 @@ -1,2 +1 @@
21 -DIST page-1.9.8.tar.gz 162352 BLAKE2B acde0feb62d58f66708ec09545137978540fb8c5fab651961b6e87d7c9d7be3170b8e2171c80ec553a9059ae2c23869759f37953da783be3a8fb3ea471e8b15b SHA512 758b1efbecb6d0a3d6ea0f7261b1c55db0927aa46d871f1a30b77e5aa7b9819ae74ca6fb821692656f2150da758793ba5653bdd94ab92ba2b79b39e0d4a4882e
22 DIST page-1.9.9-r1.tar.gz 1009216 BLAKE2B 8248705f9e5eceaeea37889a9859249d9eb236f215da804f5edad3c36007179f63f132c161c1e4a6a97df6240f87799242140c97877775ae00f2e86dd7eed69d SHA512 9e7594590b1fdeadcf59d715d30727bee9f640903a34cadd8c0d92b3e94059c183d931a7d8e96763adb74f59a94acb03f7bfbbd4f1f8b57371fe886e6a227012
23
24 diff --git a/x11-wm/page/page-1.9.8.ebuild b/x11-wm/page/page-1.9.8.ebuild
25 deleted file mode 100644
26 index cc6ee93df99a..000000000000
27 --- a/x11-wm/page/page-1.9.8.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit autotools
36 -
37 -DESCRIPTION="A mouse friendly tiling window manager"
38 -HOMEPAGE="https://github.com/gschwind/page"
39 -SRC_URI="https://github.com/gschwind/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -RDEPEND="
46 - >=x11-libs/libxcb-1.11[xkb]
47 - >=x11-libs/xcb-util-0.4.0
48 - >=x11-libs/libXfixes-5.0.3
49 - >=x11-libs/libXdamage-1.1.4-r1
50 - >=x11-libs/libXrandr-1.5.1
51 - >=x11-libs/libXcomposite-0.4.4-r1
52 - >=x11-libs/libXrender-0.9.10
53 - >=x11-libs/libXext-1.3.3
54 - >=x11-libs/cairo-1.14.6[X,xcb(+)]
55 - >=x11-libs/pango-1.40.5
56 - >=dev-libs/glib-2.50.3-r1:2"
57 -
58 -DEPEND="${RDEPEND}
59 - >=x11-base/xcb-proto-1.12-r2
60 - x11-base/xorg-proto"
61 -
62 -src_prepare() {
63 - default
64 - eautoreconf
65 -}
66 -
67 -src_install() {
68 - default
69 -
70 - # Solves file collision with dev-tcltk/tcllib, bug #574074
71 - mv "${D}"usr/bin/page "${D}"usr/bin/pagewm || die "Could not rename binary!"
72 - sed -i -e "s:/usr/bin/page:/usr/bin/pagewm:" "${D}"usr/share/applications/page.desktop || die "Could not change .desktop file!"
73 -}
74 -
75 -pkg_postinst() {
76 - elog "page can now be launched using \"pagewm\". To find out more about this functionality,"
77 - elog "see the following bug report: https://bugs.gentoo.org/574074."
78 -}