diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-06-18 16:59:23 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-06-18 16:59:23 +0000 |
commit | a84fdd28baacbdbce3171c6d5a7cf1261b221021 (patch) | |
tree | 5d84feb81c212faf586792d0a1bd47d62cfc948e /x11-plugins/wmweather+ | |
parent | Based on 2.6.32.59 + genpatches-2.6.32-48 + grsecurity-2.9.1-2.6.32.59-201206... (diff) | |
download | gentoo-2-a84fdd28baacbdbce3171c6d5a7cf1261b221021.tar.gz gentoo-2-a84fdd28baacbdbce3171c6d5a7cf1261b221021.tar.bz2 gentoo-2-a84fdd28baacbdbce3171c6d5a7cf1261b221021.zip |
Remove version depending on libwww, bug #409551
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r-- | x11-plugins/wmweather+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmweather+/wmweather+-2.9.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog index 49d1a40c0a96..fb2b41f1127a 100644 --- a/x11-plugins/wmweather+/ChangeLog +++ b/x11-plugins/wmweather+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmweather+ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.27 2012/06/18 16:24:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.28 2012/06/18 16:59:23 voyageur Exp $ + + 18 Jun 2012; Bernard Cafarelli <voyageur@gentoo.org> -wmweather+-2.9.ebuild: + Remove version depending on libwww, bug #409551 18 Jun 2012; Michael Weber <xmw@gentoo.org> wmweather+-2.11.ebuild: ppc stable (bug 409551) diff --git a/x11-plugins/wmweather+/wmweather+-2.9.ebuild b/x11-plugins/wmweather+/wmweather+-2.9.ebuild deleted file mode 100644 index 89bb5b5218c0..000000000000 --- a/x11-plugins/wmweather+/wmweather+-2.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.9.ebuild,v 1.12 2012/02/15 10:29:51 voyageur Exp $ - -inherit flag-o-matic - -IUSE="" -DESCRIPTION="A dockapp for displaying data collected from METAR, AVN, ETA, and MRF forecasts" -HOMEPAGE="http://www.sourceforge.net/projects/wmweatherplus/" -SRC_URI="mirror://sourceforge/wmweatherplus/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86" - -DEPEND="x11-wm/windowmaker - dev-libs/libpcre - net-libs/libwww - x11-libs/libXpm" -RDEPEND="${DEPEND}" - -src_compile() { - append-flags "-fno-optimize-sibling-calls" - - econf || die - emake || die -} - -src_install() { - dobin wmweather+ - dodoc ChangeLog HINTS README example.conf - doman wmweather+.1 -} |