commit: 78fcdb4c48398eca889040e81f16ce14a690feea Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Nov 28 11:50:53 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 11:53:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fcdb4c
x11-misc/xsri: drop old Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> x11-misc/xsri/xsri-2.1.0-r3.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/x11-misc/xsri/xsri-2.1.0-r3.ebuild b/x11-misc/xsri/xsri-2.1.0-r3.ebuild deleted file mode 100644 index d0b56abeec3..00000000000 --- a/x11-misc/xsri/xsri-2.1.0-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils rpm - -DESCRIPTION="The xsri wallpaper setter from RedHat" -HOMEPAGE="http://fedoraproject.org" -SRC_URI="http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/source/SRPMS/${P}-17.fc12.src.rpm" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-configure.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS README - doman ../${PN}.1 -}
