summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-02-11 09:52:16 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-02-11 09:52:16 +0000
commit43a8914cf606d344fc21b0797d82132fbf82fc7d (patch)
tree5f6e49fc94452c3ab3164cb9235bca2a84dd7f32 /x11-plugins/wmweather+
parentVersion bump, adds upower support (diff)
downloadgentoo-2-43a8914cf606d344fc21b0797d82132fbf82fc7d.tar.gz
gentoo-2-43a8914cf606d344fc21b0797d82132fbf82fc7d.tar.bz2
gentoo-2-43a8914cf606d344fc21b0797d82132fbf82fc7d.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r--x11-plugins/wmweather+/ChangeLog10
-rw-r--r--x11-plugins/wmweather+/wmweather+-2.15.ebuild (renamed from x11-plugins/wmweather+/wmweather+-2.11.ebuild)22
2 files changed, 18 insertions, 14 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog
index f5bbf88499a2..d23aa8dbfdb8 100644
--- a/x11-plugins/wmweather+/ChangeLog
+++ b/x11-plugins/wmweather+/ChangeLog
@@ -1,6 +1,12 @@
# 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.31 2012/07/03 16:39:09 ranger Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.32 2014/02/11 09:52:16 voyageur Exp $
+
+*wmweather+-2.15 (11 Feb 2014)
+
+ 11 Feb 2014; Bernard Cafarelli <voyageur@gentoo.org> -wmweather+-2.11.ebuild,
+ +wmweather+-2.15.ebuild:
+ Version bump
03 Jul 2012; Brent Baude <ranger@gentoo.org> wmweather+-2.13.ebuild:
Marking wmweather+-2.13 ppc for bug 422407
diff --git a/x11-plugins/wmweather+/wmweather+-2.11.ebuild b/x11-plugins/wmweather+/wmweather+-2.15.ebuild
index 67f0f2f41a10..43060b886306 100644
--- a/x11-plugins/wmweather+/wmweather+-2.11.ebuild
+++ b/x11-plugins/wmweather+/wmweather+-2.15.ebuild
@@ -1,32 +1,30 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.11.ebuild,v 1.4 2012/06/18 16:24:17 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/wmweather+-2.15.ebuild,v 1.1 2014/02/11 09:52:16 voyageur Exp $
+EAPI=5
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"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
-DEPEND="x11-wm/windowmaker
- dev-libs/libpcre
+DEPEND="dev-libs/libpcre
>=net-misc/curl-7.17.1
x11-libs/libXpm
x11-libs/libXext
- x11-libs/libX11"
-
+ x11-libs/libX11
+ x11-wm/windowmaker"
RDEPEND="${DEPEND}"
-src_compile() {
+src_configure() {
append-flags "-fno-optimize-sibling-calls"
-
- econf || die
- emake || die
+ econf
}
src_install() {