Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Tue, 29 Jun 2021 16:33:46
Message-Id: 1624984409.9e6ac249787215b00a41b04fe794d66e8649b6d7.gyakovlev@gentoo
1 commit: 9e6ac249787215b00a41b04fe794d66e8649b6d7
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 16:18:11 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 16:33:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6ac249
7
8 x11-misc/xwallpaper: drop 0.6.2-r1, 0.6.4, 0.6.5
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 x11-misc/xwallpaper/Manifest | 3 --
13 x11-misc/xwallpaper/xwallpaper-0.6.2-r1.ebuild | 51 --------------------------
14 x11-misc/xwallpaper/xwallpaper-0.6.4.ebuild | 50 -------------------------
15 x11-misc/xwallpaper/xwallpaper-0.6.5.ebuild | 50 -------------------------
16 4 files changed, 154 deletions(-)
17
18 diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
19 index 541e075415e..45e6465ebd6 100644
20 --- a/x11-misc/xwallpaper/Manifest
21 +++ b/x11-misc/xwallpaper/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST xwallpaper-0.6.2.tar.xz 82600 BLAKE2B 2e2b1121fcc2481c4a1e3c78e357534b9609b4435c4364f22dbed78ee0de7c671d2044403c22d22b494a9c89efd17d843f32b296c863df3c0f5d7b3673ae361f SHA512 3713038ffe8fe1da117dc64db6e3c8642fe663473d1e9078963890fa08f21af6ace60e08773e23e6025fcf2116563e24c76d07a66ba02537b38aafa9ac99f395
24 -DIST xwallpaper-0.6.4.tar.xz 82752 BLAKE2B e81a1a9ec56ffe0a1953f1186c945c9ebb143ff683b8c0c01b819506b79520738935d04725420a24b38119221cbb71d9a5562bffd03e03736c65ba7e3c6a1713 SHA512 531910957c44f7e5ce7357fa46737967f673aeca53868012211eb91507f78bd028f8d84fcbee6e1237107816a09f8247cd0445c0907b60792ff5d07416630d56
25 -DIST xwallpaper-0.6.5.tar.xz 82696 BLAKE2B 8c12bcce2a2eeb9580038b172b51284cc9fa851f01bef34e7cfeb13ccc05879f5443ef0b7fd39a4f0d5abcc399ec614db28f6f6db6847505855128348fd22d4b SHA512 99c911c6a4f7501101d85532cfb9956fa4affb57f7836e9216e5e0d873ed34c9e7d0a9983def442a4728a682a3351268905e22174dc9a14d003dc36c42ed9615
26 DIST xwallpaper-0.6.6.tar.xz 85368 BLAKE2B fcb0861d4cecbafc980208b3d2a174b9931a93cd8110b6f2c38eddae19e890295ce5d6d75dc4f09924279a2b0463234f4efdb4dda758ed14ed728abfec6b9bf3 SHA512 e37055b9adfa6950fb423228ff880afaa03dbdf2a7ced6ab1e110dbf4813f68aae3c9147668ebd20665b582bea195470c39b6948cd36879afe54d61c90b6f8d9
27 DIST xwallpaper-0.7.0.tar.xz 86224 BLAKE2B bc201d2136b8c0f04e54a83b624d4cdd45409cdc451f2103a826e261fe7fbee2dd450297f67a9f9411b8723c82bc8032c2177ab318eaa95dbcad1007c47c982c SHA512 b8b01a1c0d5768beba9e57c376b89f5d777360ba27edd20d0fab0bb018f25a11cb3bcd1aa36099dd1bd43f689d470aa07c0c0a52ab782ea0cf12ba13ba4cc818
28
29 diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.2-r1.ebuild b/x11-misc/xwallpaper/xwallpaper-0.6.2-r1.ebuild
30 deleted file mode 100644
31 index 7552811e1d3..00000000000
32 --- a/x11-misc/xwallpaper/xwallpaper-0.6.2-r1.ebuild
33 +++ /dev/null
34 @@ -1,51 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools
41 -
42 -DESCRIPTION="Wallpaper setting utility for X"
43 -HOMEPAGE="https://github.com/stoeckmann/xwallpaper"
44 -
45 -if [ ${PV} == "9999" ] ; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
48 -else
49 - SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
50 - KEYWORDS="amd64 ~ppc64 x86"
51 -fi
52 -
53 -LICENSE="ISC"
54 -SLOT="0"
55 -IUSE="jpeg png seccomp xpm"
56 -
57 -RDEPEND="
58 - x11-libs/pixman
59 - x11-libs/xcb-util
60 - x11-libs/xcb-util-image
61 - jpeg? ( media-libs/libjpeg-turbo:= )
62 - png? ( media-libs/libpng:0= )
63 - seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
64 - xpm? ( x11-libs/libXpm )"
65 -
66 -DEPEND="${RDEPEND}
67 - virtual/pkgconfig
68 -"
69 -
70 -src_prepare() {
71 - default
72 - eautoreconf
73 -}
74 -
75 -src_configure() {
76 - local myconf=(
77 - $(use_with jpeg)
78 - $(use_with png)
79 - $(use_with seccomp)
80 - $(use_with xpm)
81 - --with-randr
82 - --with-zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
83 - )
84 - econf "${myconf[@]}"
85 -}
86
87 diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.4.ebuild b/x11-misc/xwallpaper/xwallpaper-0.6.4.ebuild
88 deleted file mode 100644
89 index c91d1b571af..00000000000
90 --- a/x11-misc/xwallpaper/xwallpaper-0.6.4.ebuild
91 +++ /dev/null
92 @@ -1,50 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -inherit autotools
99 -
100 -DESCRIPTION="Wallpaper setting utility for X"
101 -HOMEPAGE="https://github.com/stoeckmann/xwallpaper"
102 -
103 -if [ ${PV} == "9999" ] ; then
104 - inherit git-r3
105 - EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
106 -else
107 - SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
108 - KEYWORDS="~amd64 ~ppc64 ~x86"
109 -fi
110 -
111 -LICENSE="ISC"
112 -SLOT="0"
113 -IUSE="jpeg png seccomp xpm"
114 -
115 -RDEPEND="
116 - x11-libs/pixman
117 - x11-libs/xcb-util
118 - x11-libs/xcb-util-image
119 - jpeg? ( media-libs/libjpeg-turbo:= )
120 - png? ( media-libs/libpng:0= )
121 - seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
122 - xpm? ( x11-libs/libXpm )"
123 -
124 -DEPEND="${RDEPEND}
125 - virtual/pkgconfig
126 -"
127 -
128 -src_prepare() {
129 - default
130 - eautoreconf
131 -}
132 -
133 -src_configure() {
134 - local myconf=(
135 - $(use_with jpeg)
136 - $(use_with png)
137 - $(use_with seccomp)
138 - $(use_with xpm)
139 - --with-randr
140 - )
141 - econf "${myconf[@]}"
142 -}
143
144 diff --git a/x11-misc/xwallpaper/xwallpaper-0.6.5.ebuild b/x11-misc/xwallpaper/xwallpaper-0.6.5.ebuild
145 deleted file mode 100644
146 index c91d1b571af..00000000000
147 --- a/x11-misc/xwallpaper/xwallpaper-0.6.5.ebuild
148 +++ /dev/null
149 @@ -1,50 +0,0 @@
150 -# Copyright 1999-2021 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=7
154 -
155 -inherit autotools
156 -
157 -DESCRIPTION="Wallpaper setting utility for X"
158 -HOMEPAGE="https://github.com/stoeckmann/xwallpaper"
159 -
160 -if [ ${PV} == "9999" ] ; then
161 - inherit git-r3
162 - EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
163 -else
164 - SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz"
165 - KEYWORDS="~amd64 ~ppc64 ~x86"
166 -fi
167 -
168 -LICENSE="ISC"
169 -SLOT="0"
170 -IUSE="jpeg png seccomp xpm"
171 -
172 -RDEPEND="
173 - x11-libs/pixman
174 - x11-libs/xcb-util
175 - x11-libs/xcb-util-image
176 - jpeg? ( media-libs/libjpeg-turbo:= )
177 - png? ( media-libs/libpng:0= )
178 - seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
179 - xpm? ( x11-libs/libXpm )"
180 -
181 -DEPEND="${RDEPEND}
182 - virtual/pkgconfig
183 -"
184 -
185 -src_prepare() {
186 - default
187 - eautoreconf
188 -}
189 -
190 -src_configure() {
191 - local myconf=(
192 - $(use_with jpeg)
193 - $(use_with png)
194 - $(use_with seccomp)
195 - $(use_with xpm)
196 - --with-randr
197 - )
198 - econf "${myconf[@]}"
199 -}