diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-12-26 18:56:32 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-12-26 18:56:32 +0000 |
commit | ce10a6e4be7ee7dd75ec6ae9bf0980645719efc4 (patch) | |
tree | e1d5da908f7fa20295d378f9d9f0a39424fef00d /x11-misc | |
parent | arm stable, bug #493780 (diff) | |
download | gentoo-2-ce10a6e4be7ee7dd75ec6ae9bf0980645719efc4.tar.gz gentoo-2-ce10a6e4be7ee7dd75ec6ae9bf0980645719efc4.tar.bz2 gentoo-2-ce10a6e4be7ee7dd75ec6ae9bf0980645719efc4.zip |
Remove old wrt bug 496030
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0-r1.ebuild | 31 |
2 files changed, 5 insertions, 34 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog index 0f08dd182946..24230227fcc8 100644 --- a/x11-misc/xsri/ChangeLog +++ b/x11-misc/xsri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsri -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.17 2012/08/21 17:30:31 johu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.18 2013/12/26 18:56:32 creffett Exp $ + + 26 Dec 2013; Chris Reffett <creffett@gentoo.org> -xsri-2.1.0-r1.ebuild: + Remove old wrt bug 496030 21 Aug 2012; Johannes Huber <johu@gentoo.org> xsri-2.1.0-r2.ebuild: Stable for x86, wrt bug #429240 @@ -64,4 +67,3 @@ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> +metadata.xml, +xsri-2.1.0.ebuild: New package. Bug 97375, thanks to Thomas Weidner (3.14159@gmx.net). - 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 -} |