Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hikari/
Date: Sat, 31 Oct 2020 15:59:03
Message-Id: 1604159923.f9370c8a693707e11ef92be34f282b739a038133.juippis@gentoo
1 commit: f9370c8a693707e11ef92be34f282b739a038133
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 28 13:53:40 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 15:58:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9370c8a
7
8 gui-wm/hikari: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12 Closes: https://github.com/gentoo/gentoo/pull/18057
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 gui-wm/hikari/Manifest | 1 -
16 gui-wm/hikari/hikari-2.2.1.ebuild | 64 ---------------------------------------
17 2 files changed, 65 deletions(-)
18
19 diff --git a/gui-wm/hikari/Manifest b/gui-wm/hikari/Manifest
20 index 02e31abef73..aea90698300 100644
21 --- a/gui-wm/hikari/Manifest
22 +++ b/gui-wm/hikari/Manifest
23 @@ -1,2 +1 @@
24 -DIST hikari-2.2.1.tar.gz 1019168 BLAKE2B aa2ea50b665b3e5d62deba9565cab0d24694046d37dcd9aaa85d3581efbce339ea3f02630155fc731a7eb20dc7b4e4a301e5c6abfd1499ef962e6ef012184ca6 SHA512 640d4ef19cb445613e43fb3363ff00f13937ab256155129bbeba7adcd5f8aed1e4ddbcc6af13809c54ce14dc0d51933cc2763c8a990f44e49d6bfbf9daf62d80
25 DIST hikari-2.2.2.tar.gz 1019277 BLAKE2B 3cf76f0849cbc80493b6f078ec32b2a6f8e47f12ff3a015132e662dc2382f4071661126bf111550e5ab31eee69c54adaf10ec6ef64b681d7859771a180d30652 SHA512 53b1cb8b8e5fdbabcdcb5ba8af31f1cc66e89c8e94d217b7d1f89f0c733fb7969a251ef5090296b7aeca064aafc60d12878f3f2dbffa17e1fb24609e5549b4f1
26
27 diff --git a/gui-wm/hikari/hikari-2.2.1.ebuild b/gui-wm/hikari/hikari-2.2.1.ebuild
28 deleted file mode 100644
29 index 258f27273f5..00000000000
30 --- a/gui-wm/hikari/hikari-2.2.1.ebuild
31 +++ /dev/null
32 @@ -1,64 +0,0 @@
33 -# Copyright 2019-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit multiprocessing toolchain-funcs
39 -
40 -DESCRIPTION="Wayland compositor inspired by CWM"
41 -HOMEPAGE="https://hikari.acmelabs.space/"
42 -SRC_URI="https://hikari.acmelabs.space/releases/${P}.tar.gz"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -IUSE="gamma layershell screencopy suid virtual-io +X"
48 -
49 -DEPEND="
50 - dev-libs/libinput:=
51 - dev-libs/libucl
52 - >=gui-libs/wlroots-0.11.0[X?]
53 - media-libs/libglvnd
54 - x11-libs/cairo[X?,svg]
55 - x11-libs/libxkbcommon[X?]
56 - x11-libs/pango[X?]
57 - x11-libs/pixman
58 - sys-libs/pam
59 -"
60 -
61 -RDEPEND="
62 - ${DEPEND}
63 - x11-misc/xkeyboard-config
64 -"
65 -
66 -BDEPEND="
67 - dev-libs/wayland-protocols
68 - sys-devel/bmake
69 - virtual/pkgconfig
70 -"
71 -
72 -PATCHES=( "${FILESDIR}"/${P}-pkgconfig.patch )
73 -
74 -pkg_setup() {
75 - export MAKE=bmake
76 - tc-export CC PKG_CONFIG
77 -}
78 -
79 -src_compile() {
80 -
81 - ${MAKE} -j$(makeopts_jobs) VERSION="{PV}" \
82 - LDFLAGS="${LDFLAGS}" \
83 - -DWITH_POSIX_C_SOURCE \
84 - $(usex gamma -DWITH_GAMMACONTROL "") \
85 - $(usex layershell -DWITH_LAYERSHELL "") \
86 - $(usex screencopy -DWITH_SCREENCOPY "") \
87 - $(usex suid -DWITH_SUID "") \
88 - $(usex virtual-io -DWITH_VIRTUAL_INPUT "") \
89 - $(usex X -DWITH_XWAYLAND "") \
90 - all || die
91 -}
92 -
93 -src_install() {
94 - ${MAKE} DESTDIR="${D}" PREFIX=/usr ETC_PREFIX=/ install || die
95 - doman share/man/man1/hikari.1
96 -}