diff options
author | 2013-12-26 18:56:42 +0000 | |
---|---|---|
committer | 2013-12-26 18:56:42 +0000 | |
commit | bcd0a7ed87a3d7984f9eb067f41c81fa62bb5840 (patch) | |
tree | 88d69cf926f80b04acf38fe9a59f507a8f5e42db /x11-misc/xsri/xsri-2.1.0-r1.ebuild | |
parent | arm stable, bug #493780 (diff) | |
download | historical-bcd0a7ed87a3d7984f9eb067f41c81fa62bb5840.tar.gz historical-bcd0a7ed87a3d7984f9eb067f41c81fa62bb5840.tar.bz2 historical-bcd0a7ed87a3d7984f9eb067f41c81fa62bb5840.zip |
Remove old wrt bug 496030
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x42618354
Diffstat (limited to 'x11-misc/xsri/xsri-2.1.0-r1.ebuild')
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/xsri/xsri-2.1.0-r1.ebuild b/x11-misc/xsri/xsri-2.1.0-r1.ebuild deleted file mode 100644 index 4a2dc937a776..000000000000 --- a/x11-misc/xsri/xsri-2.1.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.11 2012/05/05 04:53:50 jdhore Exp $ - -EAPI=2 -inherit autotools rpm - -DESCRIPTION="The xsri wallpaper setter from RedHat" -HOMEPAGE="http://fedora.redhat.com/" -SRC_URI="mirror://fedora/5/source/SRPMS/${P}-9.2.1.src.rpm" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' Makefile.am || die - sed -e 's/PKG_CHECK_MODULES(GTK,/& x11 /' \ - -i configure.in || die #367663 - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README || die -} |