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-misc/rofi/
Date: Tue, 07 Mar 2017 09:14:34
Message-Id: 1488877905.aa28e43cae8d5a3226d76da4db14d5a7184a76ac.soap@gentoo
1 commit: aa28e43cae8d5a3226d76da4db14d5a7184a76ac
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 6 14:46:31 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:11:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa28e43c
7
8 x11-misc/rofi: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4142
12
13 x11-misc/rofi/Manifest | 2 --
14 x11-misc/rofi/rofi-1.2.0.ebuild | 53 -----------------------------------------
15 x11-misc/rofi/rofi-1.3.0.ebuild | 53 -----------------------------------------
16 3 files changed, 108 deletions(-)
17
18 diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
19 index fdb4d5ae19f..f6e853dbadd 100644
20 --- a/x11-misc/rofi/Manifest
21 +++ b/x11-misc/rofi/Manifest
22 @@ -1,3 +1 @@
23 -DIST rofi-1.2.0.tar.xz 188760 SHA256 0c2b504bdd17e41ee61828671cd85698c38cff3128e1ae44841466d86f07bd77 SHA512 6afbec388fb3d0cb83011f2790f5f5a7e2d63b0436d183722b59c39852b5bc2896a46a32445decc6c36bd25c0e33a3658e31b1a307d72950e87f4838102b9838 WHIRLPOOL da483f36e92fc978f335547ec540227be3561e309bff573ab26c36829e18737e7152453eaef9f9848c1737d72980ad7c09b2411c4846f1e6dd97b378939c2480
24 -DIST rofi-1.3.0.tar.xz 210936 SHA256 164b094d03575cdbf4c0740e6e29fe54e33f62d180f11357d12a3f3f5254c5a8 SHA512 65d31f3df09d1826a816d652b372e21f278b324195d7df2304aa7d5bb6b964ac2ec6a09df9b3deaa93ee83d76a699188460c0e96f02822251567526f24e46587 WHIRLPOOL a74eee3d6549736c7836890115d4f753d92dc67c12a6354249b0b8ef724f3bce2d373fe4f7d58d4138c653e21e34d5854c6a3449cdf739dbfe282b6a5924abee
25 DIST rofi-1.3.1.tar.xz 211732 SHA256 b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8 SHA512 a96c53ad268883277c4ff0ee3267ff7fab4d4a93a982019ce19ea82771b65c32d56216d777494853bffd18481400af72ed777f88cce4b26d7d1b8980a997f6c6 WHIRLPOOL 47ca4050853888fda4ae9dc203c3d4a47284780d8d1506b12f4bb14cb947a8a7e96b3674203b518ada6b9bbd0e5718d49a42f89a2ecbdf26b3fdacce9d9fee6f
26
27 diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild
28 deleted file mode 100644
29 index 59c53e7b41b..00000000000
30 --- a/x11-misc/rofi/rofi-1.2.0.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit autotools eutils toolchain-funcs
38 -
39 -DESCRIPTION="A window switcher, run dialog and dmenu replacement"
40 -HOMEPAGE="https://davedavenport.github.io/rofi/"
41 -SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="windowmode"
47 -
48 -RDEPEND="
49 - dev-libs/glib:2
50 - media-libs/freetype
51 - x11-libs/cairo[xcb]
52 - x11-libs/libX11
53 - x11-libs/libXft
54 - x11-libs/libXinerama
55 - x11-libs/libxcb
56 - x11-libs/libxkbcommon[X]
57 - x11-libs/pango[X]
58 - x11-libs/startup-notification
59 - x11-libs/xcb-util
60 - x11-libs/xcb-util-wm
61 - x11-libs/xcb-util-xrm
62 -"
63 -DEPEND="
64 - ${RDEPEND}
65 - virtual/pkgconfig
66 - x11-proto/xineramaproto
67 - x11-proto/xproto
68 -"
69 -
70 -src_prepare() {
71 - epatch \
72 - "${FILESDIR}"/${PN}-0.15.12-Werror.patch
73 -
74 - eautoreconf
75 -}
76 -
77 -src_configure() {
78 - tc-export CC
79 - econf \
80 - $(use_enable windowmode)
81 -}
82 -
83 -src_test() {
84 - emake test
85 -}
86
87 diff --git a/x11-misc/rofi/rofi-1.3.0.ebuild b/x11-misc/rofi/rofi-1.3.0.ebuild
88 deleted file mode 100644
89 index 59c53e7b41b..00000000000
90 --- a/x11-misc/rofi/rofi-1.3.0.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=5
97 -inherit autotools eutils toolchain-funcs
98 -
99 -DESCRIPTION="A window switcher, run dialog and dmenu replacement"
100 -HOMEPAGE="https://davedavenport.github.io/rofi/"
101 -SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz"
102 -
103 -LICENSE="MIT"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="windowmode"
107 -
108 -RDEPEND="
109 - dev-libs/glib:2
110 - media-libs/freetype
111 - x11-libs/cairo[xcb]
112 - x11-libs/libX11
113 - x11-libs/libXft
114 - x11-libs/libXinerama
115 - x11-libs/libxcb
116 - x11-libs/libxkbcommon[X]
117 - x11-libs/pango[X]
118 - x11-libs/startup-notification
119 - x11-libs/xcb-util
120 - x11-libs/xcb-util-wm
121 - x11-libs/xcb-util-xrm
122 -"
123 -DEPEND="
124 - ${RDEPEND}
125 - virtual/pkgconfig
126 - x11-proto/xineramaproto
127 - x11-proto/xproto
128 -"
129 -
130 -src_prepare() {
131 - epatch \
132 - "${FILESDIR}"/${PN}-0.15.12-Werror.patch
133 -
134 - eautoreconf
135 -}
136 -
137 -src_configure() {
138 - tc-export CC
139 - econf \
140 - $(use_enable windowmode)
141 -}
142 -
143 -src_test() {
144 - emake test
145 -}