summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
-rw-r--r--xfce-extra/xfce4-weather-plugin/ChangeLog11
-rw-r--r--xfce-extra/xfce4-weather-plugin/Manifest4
-rw-r--r--xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch13
-rw-r--r--xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild37
4 files changed, 62 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog
index fef4e92e50ac..6f3bb907db5f 100644
--- a/xfce-extra/xfce4-weather-plugin/ChangeLog
+++ b/xfce-extra/xfce4-weather-plugin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-weather-plugin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.9 2009/12/15 18:24:13 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.10 2010/11/05 09:35:48 ssuominen Exp $
+
+*xfce4-weather-plugin-0.7.3-r1 (05 Nov 2010)
+
+ 05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-weather-plugin-0.7.3-r1.ebuild,
+ +files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch:
+ Fix support for IPv6 only proxies.
15 Dec 2009; Christoph Mende <angelos@gentoo.org>
xfce4-weather-plugin-0.7.3.ebuild:
diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest
index e412d0ded429..b0ad13356cbc 100644
--- a/xfce-extra/xfce4-weather-plugin/Manifest
+++ b/xfce-extra/xfce4-weather-plugin/Manifest
@@ -1,4 +1,6 @@
+AUX xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch 292 RMD160 013a34b12b7e9fa36b96329541666d98826c133b SHA1 9c28e8692a7898cd66a528a7314a825734a1186a SHA256 13691971a67b22deadaf2e01485fb3ccaf203f9b280765e674887d1ee5928f54
DIST xfce4-weather-plugin-0.7.3.tar.bz2 658780 RMD160 328e025312db9a049a6a16e2f5974079d2652b77 SHA1 b79968fe2c7e31a73b886763c46d7102b070402a SHA256 3b369296ecf5b89a9906264647212b88c7ed5fdd3b2e54021e9b6dcd0463a5ab
+EBUILD xfce4-weather-plugin-0.7.3-r1.ebuild 1106 RMD160 33b8c2c450403a3efdaf1163d9a8e5c22d40a33b SHA1 9df7b29bec2f6ab3f85b29002d803d803a633766 SHA256 ce3c1ee982969c9e20004e5a0ece95c66ba7bed2082ad473268f9b507d415451
EBUILD xfce4-weather-plugin-0.7.3.ebuild 1020 RMD160 753a3d3eb2834f8fcd526d2fa3ba1123a93aa17e SHA1 8e7fddbb4f89a8ef7fd3270aa1872a08f30d0b4a SHA256 f197b61d1233f88f6c702a10f764570c2e921918f0261bbb52675fa3e717a52c
-MISC ChangeLog 1496 RMD160 37c13494474151eb8878005b7f73ab215452b75f SHA1 dca84727a9976750fd3c63305e0e525e4e3f3ac0 SHA256 5868b41f13196e0647677f40172cf00dd9425291868a464ddedbf9291197d1b2
+MISC ChangeLog 1747 RMD160 bb7e8a59d41f204ebd707089773ded4a79509d35 SHA1 f934d371eb13066c3869ce3ee54e4ade0160bb4f SHA256 513a5c391d3d58770a8ab406b3421cc0ee0180181a62e44e7cb82c2bbd6894e6
MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch b/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
new file mode 100644
index 000000000000..4731631b7ebe
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/files/xfce4-weather-plugin-0.7.3-support-ipv6-only-proxies.patch
@@ -0,0 +1,13 @@
+http://bugzilla.xfce.org/show_bug.cgi?id=6426
+
+--- panel-plugin/weather-http.c
++++ panel-plugin/weather-http.c
+@@ -177,7 +177,7 @@
+ #endif
+
+ memset(&h, 0, sizeof(h));
+- h.ai_family = AF_INET;
++ h.ai_family = AF_UNSPEC;
+ h.ai_socktype = SOCK_STREAM;
+ h.ai_protocol = IPPROTO_TCP;
+
diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild
new file mode 100644
index 000000000000..a99263d5e106
--- /dev/null
+++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.3-r1.ebuild,v 1.1 2010/11/05 09:35:48 ssuominen Exp $
+
+EAPI=3
+EINTLTOOLIZE=yes
+EAUTORECONF=yes
+inherit xfconf
+
+DESCRIPTION="panel plugin that shows the current temperature and weather condition."
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.7/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/xfce4-panel-4.3.99.1
+ >=xfce-base/libxfcegui4-4.3.90.2
+ >=xfce-base/libxfce4util-4.3.90.2
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ sys-devel/gettext"
+
+pkg_setup() {
+ PATCHES=( "${FILESDIR}"/${P}-support-ipv6-only-proxies.patch )
+
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+}