Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Fri, 03 May 2019 15:52:16
Message-Id: 1556898729.3efccd380fbaa50193a6b49559edbe58be71f2be.jer@gentoo
1 commit: 3efccd380fbaa50193a6b49559edbe58be71f2be
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 15:49:07 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 15:52:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efccd38
7
8 x11-misc/rofi: Old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/rofi/Manifest | 1 -
14 x11-misc/rofi/rofi-1.5.1.ebuild | 58 -----------------------------------------
15 2 files changed, 59 deletions(-)
16
17 diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
18 index 35e706c3700..bd9ba727eeb 100644
19 --- a/x11-misc/rofi/Manifest
20 +++ b/x11-misc/rofi/Manifest
21 @@ -1,2 +1 @@
22 -DIST rofi-1.5.1.tar.xz 355912 BLAKE2B 710a35ab82bf960b331431be3cc3acfb5cc27b42d7fa8b02e8c070918679b90612d89f600a6e58215bc0a08dcb60087ea37a5498fa8c4ac39d246d5967f0b314 SHA512 32074e931199ff1529ebab8fef53d339eab09843888f862953b7d661323484ebe66d820feecc42604a16bd683a5af1ec4d1a2e7f097f408efed6cfe91c4eb5ff
23 DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42 SHA512 8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16
24
25 diff --git a/x11-misc/rofi/rofi-1.5.1.ebuild b/x11-misc/rofi/rofi-1.5.1.ebuild
26 deleted file mode 100644
27 index 0bce2c86cd2..00000000000
28 --- a/x11-misc/rofi/rofi-1.5.1.ebuild
29 +++ /dev/null
30 @@ -1,58 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit autotools toolchain-funcs
36 -
37 -DESCRIPTION="A window switcher, run dialog and dmenu replacement"
38 -HOMEPAGE="https://github.com/davatorium/rofi"
39 -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm64 x86"
44 -IUSE="test windowmode"
45 -
46 -RDEPEND="
47 - dev-libs/glib:2
48 - gnome-base/librsvg:2
49 - media-libs/freetype
50 - x11-libs/cairo[xcb]
51 - x11-libs/libXft
52 - x11-libs/libXinerama
53 - x11-libs/libxcb
54 - x11-libs/libxkbcommon[X]
55 - x11-libs/pango[X]
56 - x11-libs/startup-notification
57 - x11-libs/xcb-util
58 - x11-libs/xcb-util-wm
59 - x11-libs/xcb-util-xrm
60 -"
61 -DEPEND="
62 - ${RDEPEND}
63 - virtual/pkgconfig
64 - x11-base/xorg-proto
65 - test? ( >=dev-libs/check-0.11 )
66 -"
67 -PATCHES=(
68 - "${FILESDIR}"/${PN}-0.15.12-Werror.patch
69 - "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
70 -)
71 -
72 -src_prepare() {
73 - if use test; then
74 - sed -i -e 's|"/tmp/rofi-test.pid"|"'"$T"'/rofi-test.pid"|g' test/helper-pidfile.c || die
75 - fi
76 -
77 - default
78 -
79 - eautoreconf
80 -}
81 -
82 -src_configure() {
83 - tc-export CC
84 -
85 - econf \
86 - $(use_enable test check) \
87 - $(use_enable windowmode)
88 -}