Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsri/
Date: Sat, 28 Nov 2020 11:53:24
Message-Id: 1606564396.78fcdb4c48398eca889040e81f16ce14a690feea.slyfox@gentoo
1 commit: 78fcdb4c48398eca889040e81f16ce14a690feea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 11:50:53 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 11:53:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fcdb4c
7
8 x11-misc/xsri: drop old
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 x11-misc/xsri/xsri-2.1.0-r3.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/x11-misc/xsri/xsri-2.1.0-r3.ebuild b/x11-misc/xsri/xsri-2.1.0-r3.ebuild
17 deleted file mode 100644
18 index d0b56abeec3..00000000000
19 --- a/x11-misc/xsri/xsri-2.1.0-r3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools eutils rpm
27 -
28 -DESCRIPTION="The xsri wallpaper setter from RedHat"
29 -HOMEPAGE="http://fedoraproject.org"
30 -SRC_URI="http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/source/SRPMS/${P}-17.fc12.src.rpm"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~ppc x86"
35 -
36 -RDEPEND="x11-libs/gtk+:2"
37 -DEPEND="${RDEPEND}
38 - virtual/pkgconfig"
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${P}-configure.patch
42 - eautoreconf
43 -}
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" install
47 - dodoc AUTHORS README
48 - doman ../${PN}.1
49 -}