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: Wed, 22 Jan 2020 11:47:29
Message-Id: 1579693641.06eb1b02898ab03573082232ca8ef2f3d619a492.jer@gentoo
1 commit: 06eb1b02898ab03573082232ca8ef2f3d619a492
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 11:46:49 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 11:47:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb1b02
7
8 x11-misc/rofi: Old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/rofi/Manifest | 2 --
14 x11-misc/rofi/rofi-1.5.2-r1.ebuild | 55 --------------------------------------
15 x11-misc/rofi/rofi-1.5.3-r1.ebuild | 55 --------------------------------------
16 3 files changed, 112 deletions(-)
17
18 diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
19 index ad523612c0a..d793eeb10de 100644
20 --- a/x11-misc/rofi/Manifest
21 +++ b/x11-misc/rofi/Manifest
22 @@ -1,3 +1 @@
23 -DIST rofi-1.5.2.tar.xz 377732 BLAKE2B 560c5a4d30d143cbb5ca9030086d614a8f56a5e17b75c1b3f3a2e57bbd16de304b733bc4fd6093e716c993051e238811e9e65ffbf165d2ae4723f0bde1b15b42 SHA512 8fbbcaa040148d204878380f7cb96fa31228f72b68a97a5bcf8d8cd69740f6b185f5e5d2bc2e1d35e267a84b21576eb356c33be827fd1b767460665493360c16
24 -DIST rofi-1.5.3.tar.xz 383016 BLAKE2B 8898af3df161b668b506e5d56a031081c911efc2be37f2dc687e068b58afe906cf9d4186bb166fa953de98eb758d4d125443c6122ccd5c2a861b25cd0473f70c SHA512 6dc4b3c2818f4606e42e8185032788d40c4dae9e67596b3b7f767e8f6ca2963b85602baa4287474520ecdb8e333ae211fce5e7252f3b95e0f90b862040aad117
25 DIST rofi-1.5.4.tar.gz 535259 BLAKE2B 8560dfee631c66a6f2178c0af6926ef317ed6d2cfe3ae46264e5b1ce429113ce810e4fed4c86a81acbbd51c85ad2593f40a39d982d7da0aa8ccc55537cadd2bb SHA512 181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394
26
27 diff --git a/x11-misc/rofi/rofi-1.5.2-r1.ebuild b/x11-misc/rofi/rofi-1.5.2-r1.ebuild
28 deleted file mode 100644
29 index 5e2e6bf96b4..00000000000
30 --- a/x11-misc/rofi/rofi-1.5.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit autotools toolchain-funcs
38 -
39 -DESCRIPTION="A window switcher, run dialog and dmenu replacement"
40 -HOMEPAGE="https://github.com/davatorium/rofi"
41 -SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86"
46 -IUSE="test windowmode"
47 -RESTRICT="!test? ( test )"
48 -
49 -RDEPEND="
50 - dev-libs/glib:2
51 - gnome-base/librsvg:2
52 - media-libs/freetype
53 - x11-libs/cairo[X,xcb(+)]
54 - x11-libs/libXft
55 - x11-libs/libXinerama
56 - x11-libs/libxcb
57 - x11-libs/libxkbcommon[X]
58 - x11-libs/pango[X]
59 - x11-libs/startup-notification
60 - x11-libs/xcb-util
61 - x11-libs/xcb-util-wm
62 - x11-libs/xcb-util-xrm
63 -"
64 -DEPEND="
65 - ${RDEPEND}
66 - virtual/pkgconfig
67 - x11-base/xorg-proto
68 - test? ( >=dev-libs/check-0.11 )
69 -"
70 -PATCHES=(
71 - "${FILESDIR}"/${PN}-0.15.12-Werror.patch
72 - "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
73 -)
74 -
75 -src_prepare() {
76 - default
77 -
78 - eautoreconf
79 -}
80 -
81 -src_configure() {
82 - tc-export CC
83 -
84 - econf \
85 - $(use_enable test check) \
86 - $(use_enable windowmode)
87 -}
88
89 diff --git a/x11-misc/rofi/rofi-1.5.3-r1.ebuild b/x11-misc/rofi/rofi-1.5.3-r1.ebuild
90 deleted file mode 100644
91 index 22201929529..00000000000
92 --- a/x11-misc/rofi/rofi-1.5.3-r1.ebuild
93 +++ /dev/null
94 @@ -1,55 +0,0 @@
95 -# Copyright 1999-2019 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -inherit autotools toolchain-funcs
100 -
101 -DESCRIPTION="A window switcher, run dialog and dmenu replacement"
102 -HOMEPAGE="https://github.com/davatorium/rofi"
103 -SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~arm64 ~x86"
108 -IUSE="test windowmode"
109 -RESTRICT="!test? ( test )"
110 -
111 -RDEPEND="
112 - dev-libs/glib:2
113 - gnome-base/librsvg:2
114 - media-libs/freetype
115 - x11-libs/cairo[X,xcb(+)]
116 - x11-libs/libXft
117 - x11-libs/libXinerama
118 - x11-libs/libxcb
119 - x11-libs/libxkbcommon[X]
120 - x11-libs/pango[X]
121 - x11-libs/startup-notification
122 - x11-libs/xcb-util
123 - x11-libs/xcb-util-wm
124 - x11-libs/xcb-util-xrm
125 -"
126 -DEPEND="
127 - ${RDEPEND}
128 - virtual/pkgconfig
129 - x11-base/xorg-proto
130 - test? ( >=dev-libs/check-0.11 )
131 -"
132 -PATCHES=(
133 - "${FILESDIR}"/${PN}-0.15.12-Werror.patch
134 - "${FILESDIR}"/${PN}-1.5.0-gtk-settings-test.patch
135 -)
136 -
137 -src_prepare() {
138 - default
139 -
140 - eautoreconf
141 -}
142 -
143 -src_configure() {
144 - tc-export CC
145 -
146 - econf \
147 - $(use_enable test check) \
148 - $(use_enable windowmode)
149 -}