summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-04 18:13:25 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-04 18:13:25 +0000
commit961e28a6d50aad55ace16a84e9e546ca43c977ab (patch)
tree6206ef782f65fa46a42dddc7bc8476cc0218622a /xfce-extra
parentAdd workaround for masking of packages in default/linux profile, related to b... (diff)
downloadgentoo-2-961e28a6d50aad55ace16a84e9e546ca43c977ab.tar.gz
gentoo-2-961e28a6d50aad55ace16a84e9e546ca43c977ab.tar.bz2
gentoo-2-961e28a6d50aad55ace16a84e9e546ca43c977ab.zip
Version bump, 'Fix cache directory creation'
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-weather/ChangeLog9
-rw-r--r--xfce-extra/xfce4-weather/xfce4-weather-0.7.1.ebuild27
-rw-r--r--xfce-extra/xfce4-weather/xfce4-weather-0.7.3.ebuild (renamed from xfce-extra/xfce4-weather/xfce4-weather-0.7.2.ebuild)27
3 files changed, 19 insertions, 44 deletions
diff --git a/xfce-extra/xfce4-weather/ChangeLog b/xfce-extra/xfce4-weather/ChangeLog
index e826d1a3d8ac..84d4be02a642 100644
--- a/xfce-extra/xfce4-weather/ChangeLog
+++ b/xfce-extra/xfce4-weather/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-weather
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather/ChangeLog,v 1.60 2009/08/01 01:21:16 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather/ChangeLog,v 1.61 2009/08/04 18:13:25 darkside Exp $
+
+*xfce4-weather-0.7.3 (04 Aug 2009)
+
+ 04 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
+ -xfce4-weather-0.7.1.ebuild, -xfce4-weather-0.7.2.ebuild,
+ +xfce4-weather-0.7.3.ebuild:
+ Version bump, 'Fix cache directory creation'
*xfce4-weather-0.7.2 (01 Aug 2009)
diff --git a/xfce-extra/xfce4-weather/xfce4-weather-0.7.1.ebuild b/xfce-extra/xfce4-weather/xfce4-weather-0.7.1.ebuild
deleted file mode 100644
index f38298dbbfa6..000000000000
--- a/xfce-extra/xfce4-weather/xfce4-weather-0.7.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather/xfce4-weather-0.7.1.ebuild,v 1.1 2009/07/22 20:43:26 billie Exp $
-
-inherit autotools xfce4
-
-xfce4_panel_plugin
-
-DESCRIPTION="Weather monitor panel plugin"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1"
-DEPEND="${RDEPEND}
- dev-libs/libxml2
- dev-util/intltool
- dev-util/xfce4-dev-tools
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- intltoolize --force --copy --automake || die "intltoolize failed"
- AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf
-}
diff --git a/xfce-extra/xfce4-weather/xfce4-weather-0.7.2.ebuild b/xfce-extra/xfce4-weather/xfce4-weather-0.7.3.ebuild
index 08b1fda30bd6..268745a3b1b2 100644
--- a/xfce-extra/xfce4-weather/xfce4-weather-0.7.2.ebuild
+++ b/xfce-extra/xfce4-weather/xfce4-weather-0.7.3.ebuild
@@ -1,30 +1,25 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather/xfce4-weather-0.7.2.ebuild,v 1.1 2009/08/01 01:21:16 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather/xfce4-weather-0.7.3.ebuild,v 1.1 2009/08/04 18:13:25 darkside Exp $
-inherit autotools xfce4
+MY_P="${PN}-plugin-${PV}"
+inherit xfconf
-xfce4_panel_plugin
+DESCRIPTION="panel plugin that shows the current temperature and weather condition."
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+SRC_URI="http://archive.xfce.org/src/panel-plugins/${PN}-plugin/0.7/${PN}-plugin-${PV}.tar.bz2"
-DESCRIPTION="Weather monitor panel plugin"
+LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1"
DEPEND="${RDEPEND}
dev-libs/libxml2
- dev-util/intltool
- dev-util/xfce4-dev-tools
sys-devel/gettext"
-# SRC_URI not needed in ebuild once bug 279837 is resolved
-SRC_URI="http://archive.xfce.org/src/panel-plugins/${PN}-plugin/0.7/${PN}-plugin-${PV}.tar.bz2"
+EINTLTOOLIZE="yes"
+EAUTORECONF="yes"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- intltoolize --force --copy --automake || die "intltoolize failed"
- AT_M4DIR="/usr/share/xfce4/dev-tools/m4macros" eautoreconf
-}
+DOCS="AUTHORS ChangeLog NEWS README TODO"