diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-15 10:29:51 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-02-15 10:29:51 +0000 |
commit | 70db9006042709300e58ba9b8a17136a72c2c994 (patch) | |
tree | 3249ffc797278e994276b7c45c66e976151dc504 /x11-plugins/wmweather+ | |
parent | Add prefix love. Thanks to Richard Yao <ryao@cs.stonybrook.edu> for the patch... (diff) | |
download | gentoo-2-70db9006042709300e58ba9b8a17136a72c2c994.tar.gz gentoo-2-70db9006042709300e58ba9b8a17136a72c2c994.tar.bz2 gentoo-2-70db9006042709300e58ba9b8a17136a72c2c994.zip |
Version bump, spotted with euscan. Set RDEPEND in old ebuild
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r-- | x11-plugins/wmweather+/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/wmweather+/wmweather+-2.13.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/wmweather+/wmweather+-2.9.ebuild | 5 |
3 files changed, 45 insertions, 4 deletions
diff --git a/x11-plugins/wmweather+/ChangeLog b/x11-plugins/wmweather+/ChangeLog index 98781f43d22d..bde02a0bee5f 100644 --- a/x11-plugins/wmweather+/ChangeLog +++ b/x11-plugins/wmweather+/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmweather+ -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.25 2011/12/07 07:53:32 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather+/ChangeLog,v 1.26 2012/02/15 10:29:51 voyageur Exp $ + +*wmweather+-2.13 (15 Feb 2012) + + 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmweather+-2.9.ebuild, + +wmweather+-2.13.ebuild: + Version bump, spotted with euscan. Set RDEPEND in old ebuild 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wmweather+-2.11.ebuild: x86 stable wrt bug #391527 diff --git a/x11-plugins/wmweather+/wmweather+-2.13.ebuild b/x11-plugins/wmweather+/wmweather+-2.13.ebuild new file mode 100644 index 000000000000..247f755f5034 --- /dev/null +++ b/x11-plugins/wmweather+/wmweather+-2.13.ebuild @@ -0,0 +1,34 @@ +# 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.13.ebuild,v 1.1 2012/02/15 10:29:51 voyageur Exp $ + +EAPI=4 +inherit flag-o-matic + +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" +IUSE="" + +DEPEND="dev-libs/libpcre + >=net-misc/curl-7.17.1 + x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11 + x11-wm/windowmaker" +RDEPEND="${DEPEND}" + +src_configure() { + append-flags "-fno-optimize-sibling-calls" + econf +} + +src_install() { + dobin wmweather+ + dodoc ChangeLog HINTS README example.conf + doman wmweather+.1 +} diff --git a/x11-plugins/wmweather+/wmweather+-2.9.ebuild b/x11-plugins/wmweather+/wmweather+-2.9.ebuild index 2171d52a4f5c..89bb5b5218c0 100644 --- a/x11-plugins/wmweather+/wmweather+-2.9.ebuild +++ b/x11-plugins/wmweather+/wmweather+-2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.11 2011/05/02 14:53:11 halcy0n Exp $ +# $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 @@ -17,6 +17,7 @@ DEPEND="x11-wm/windowmaker dev-libs/libpcre net-libs/libwww x11-libs/libXpm" +RDEPEND="${DEPEND}" src_compile() { append-flags "-fno-optimize-sibling-calls" |