diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 11:54:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 11:54:57 +0000 |
commit | 19953c9a7c4e125ce4a8c0911d67d02dffff84ca (patch) | |
tree | a740403c1f64cf25924df9ab97aeeeaae4b8cc3e /rox-extra | |
parent | dev-haskell/pool-conduit: initial layout (diff) | |
download | gentoo-2-19953c9a7c4e125ce4a8c0911d67d02dffff84ca.tar.gz gentoo-2-19953c9a7c4e125ce4a8c0911d67d02dffff84ca.tar.bz2 gentoo-2-19953c9a7c4e125ce4a8c0911d67d02dffff84ca.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/weather/ChangeLog | 7 | ||||
-rw-r--r-- | rox-extra/weather/weather-0.3.2.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/rox-extra/weather/ChangeLog b/rox-extra/weather/ChangeLog index d5c52f1ea221..d75c3c9b2f22 100644 --- a/rox-extra/weather/ChangeLog +++ b/rox-extra/weather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for rox-extra/weather # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/weather/ChangeLog,v 1.17 2013/03/02 08:10:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/weather/ChangeLog,v 1.18 2013/08/26 11:54:57 patrick Exp $ + +*weather-0.3.2 (26 Aug 2013) + + 26 Aug 2013; Patrick Lauer <patrick@gentoo.org> +weather-0.3.2.ebuild: + Bump 02 Mar 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due http://gentoo.2317880.n4.nabble.com/rox-herd-looks-inactive-for-a diff --git a/rox-extra/weather/weather-0.3.2.ebuild b/rox-extra/weather/weather-0.3.2.ebuild new file mode 100644 index 000000000000..c6ab0ba68319 --- /dev/null +++ b/rox-extra/weather/weather-0.3.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/weather/weather-0.3.2.ebuild,v 1.1 2013/08/26 11:54:57 patrick Exp $ + +ROX_LIB_VER=1.9.6 +inherit rox + +MY_PN="Weather" +DESCRIPTION="Weather is a panel applet for Rox" +HOMEPAGE="http://rox4debian.berlios.de" +SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +APPNAME="${MY_PN}" +S="${WORKDIR}" |