* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2013-06-24 22:02 Thomas Kahle (tomka)
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2013-06-24 22:02 UTC (permalink / raw
To: gentoo-commits
tomka 13/06/24 22:02:53
Modified: ChangeLog
Added: wicd-1.7.2.4-r3.ebuild
Log:
bump to eapi5 and distutils-r1 (bugs 469910, 473772)
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Revision Changes Path
1.140 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.139&r2=1.140
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog 2 Jun 2013 11:00:43 -0000 1.139
+++ ChangeLog 24 Jun 2013 22:02:53 -0000 1.140
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.139 2013/06/02 11:00:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.140 2013/06/24 22:02:53 tomka Exp $
+
+*wicd-1.7.2.4-r3 (24 Jun 2013)
+
+ 24 Jun 2013; Thomas Kahle <tomka@gentoo.org>
+ +files/wicd-1.7.2.4-fix-desktop-categories.patch, +wicd-1.7.2.4-r3.ebuild:
+ bump to eapi5 and distutils-r1 (bugs 469910, 473772)
02 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #328951
1.1 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.1&content-type=text/plain
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.1 2013/06/24 22:02:52 tomka Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="ncurses?,xml"
inherit eutils distutils-r1 systemd
DESCRIPTION="A lightweight wired and wireless network manager for Linux"
HOMEPAGE="https://launchpad.net/wicd"
SRC_URI="http://launchpad.net/wicd/1.7/${PV}/+download/${P}.tar.gz
mac4lin? ( http://dev.gentoo.org/~anarchy/dist/wicd-mac4lin-icons.tar.xz )
ambiance? ( http://freetimesblog.altervista.org/blog/wp-content/uploads/downloads/2010/05/Icone-Wicd-Lucid.tar.gz )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils"
DEPEND="nls? ( dev-python/Babel )"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
X? ( gtk? ( dev-python/pygtk
|| (
x11-misc/ktsuss
x11-libs/gksu
kde-base/kdesu
)
)
)
|| (
net-misc/dhcpcd
net-misc/dhcp
net-misc/pump
)
net-wireless/wireless-tools
net-wireless/wpa_supplicant
|| (
sys-apps/net-tools
sys-apps/ethtool
)
!gtk? ( dev-python/pygobject[${PYTHON_USEDEP}] )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
ncurses? (
dev-python/urwid
dev-python/pygobject[${PYTHON_USEDEP}]
)
pm-utils? ( sys-power/pm-utils )
"
#DOCS="CHANGES NEWS AUTHORS README"
src_prepare() {
# Fix bug 441966 (urwid-1.1.0 compatibility)
epatch "${FILESDIR}"/${P}-urwid.patch
epatch "${FILESDIR}"/${P}-second-urwid.patch
epatch "${FILESDIR}"/${PN}-1.7.1_beta2-init.patch
epatch "${FILESDIR}"/${PN}-init-sve-start.patch
# Add a template for hex psk's and wpa (Bug 306423)
epatch "${FILESDIR}"/${PN}-1.7.1_pre20111210-wpa-psk-hex-template.patch
# The Categories entry in the .desktop files is outdated
epatch "${FILESDIR}"/${P}-fix-desktop-categories.patch
# Fix bug 416579 (should be included in next release)
epatch "${FILESDIR}"/${P}-fix-dbus-error.patch
# get rid of opts variable to fix bug 381885
sed -i "/opts/d" "in/init=gentoo=wicd.in" || die
# Make init script provide net per bug 405775
epatch "${FILESDIR}"/${PN}-1.7.1-provide-net.patch
# Need to ensure that generated scripts use Python 2 at run time.
sed -e "s:self.python = '/usr/bin/python':self.python = '/usr/bin/python2':" \
-i setup.py || die "sed failed"
# Fix misc helper scripts:
sed -e "s:/usr/bin/env python:/usr/bin/env python2:" \
-i wicd/suspend.py wicd/autoconnect.py wicd/monitor.py
if use nls; then
# Asturian is faulty with PyBabel
# (https://bugs.launchpad.net/wicd/+bug/928589)
rm po/ast.po
else
# nuke translations
rm po/*.po
fi
}
src_configure() {
local myconf
use gtk || myconf="${myconf} --no-install-gtk"
use libnotify || myconf="${myconf} --no-use-notifications"
use ncurses || myconf="${myconf} --no-install-ncurses"
use pm-utils || myconf="${myconf} --no-install-pmutils"
python_export_best
"${EPYTHON}" ./setup.py configure --no-install-docs \
--resume=/usr/share/wicd/scripts/ \
--suspend=/usr/share/wicd/scripts/ \
--verbose ${myconf}
}
src_install() {
distutils-r1_src_install
keepdir /var/lib/wicd/configurations
keepdir /etc/wicd/scripts/{postconnect,disconnect,preconnect}
keepdir /var/log/wicd
use nls || rm -rf "${D}"/usr/share/locale
systemd_dounit "${S}/other/wicd.service"
if use mac4lin; then
rm -rf "${D}"/usr/share/pixmaps/wicd || die "Failed to remove old icons"
mv "${WORKDIR}"/wicd "${D}"/usr/share/pixmaps/
fi
if use ambiance; then
# Overwrite tray icons with ambiance icon
rm "${WORKDIR}/Icone Wicd Lucid"/signal*
cp "${WORKDIR}/Icone Wicd Lucid"/*.png "${D}"/usr/share/pixmaps/wicd/
fi
}
pkg_postinst() {
elog "You may need to restart the dbus service after upgrading wicd."
echo
elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:"
elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf"
elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")"
# Maintainer's note: the consolekit use flag short circuits a dbus rule and
# allows the connection. Else, you need to be in the group.
if ! has_version sys-auth/consolekit; then
ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
ewarn "you are not in that group, then modify /etc/dbus-1/system.d/wicd.conf"
fi
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2013-07-05 6:57 Maxim Koltsov (maksbotan)
0 siblings, 0 replies; 10+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2013-07-05 6:57 UTC (permalink / raw
To: gentoo-commits
maksbotan 13/07/05 06:57:09
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Depend on slot 2 of pygobject, wicd directly import 'gobject' module
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path
1.2 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.1&r2=1.2
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wicd-1.7.2.4-r3.ebuild 24 Jun 2013 22:02:52 -0000 1.1
+++ wicd-1.7.2.4-r3.ebuild 5 Jul 2013 06:57:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.1 2013/06/24 22:02:52 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.2 2013/07/05 06:57:09 maksbotan Exp $
EAPI=5
@@ -42,12 +42,12 @@
sys-apps/net-tools
sys-apps/ethtool
)
- !gtk? ( dev-python/pygobject[${PYTHON_USEDEP}] )
+ !gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
ncurses? (
dev-python/urwid
- dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pygobject:2[${PYTHON_USEDEP}]
)
pm-utils? ( sys-power/pm-utils )
"
1.141 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.140&r2=1.141
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog 24 Jun 2013 22:02:53 -0000 1.140
+++ ChangeLog 5 Jul 2013 06:57:09 -0000 1.141
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.140 2013/06/24 22:02:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.141 2013/07/05 06:57:09 maksbotan Exp $
+
+ 05 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Depend on slot 2 of pygobject, wicd directly import 'gobject' module
*wicd-1.7.2.4-r3 (24 Jun 2013)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2013-08-03 4:48 Thomas Kahle (tomka)
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2013-08-03 4:48 UTC (permalink / raw
To: gentoo-commits
tomka 13/08/03 04:48:32
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
add warning about missing wireless extensions (bug 479590), remove nonworking translations
(Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Revision Changes Path
1.3 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.2&r2=1.3
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wicd-1.7.2.4-r3.ebuild 5 Jul 2013 06:57:09 -0000 1.2
+++ wicd-1.7.2.4-r3.ebuild 3 Aug 2013 04:48:32 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.2 2013/07/05 06:57:09 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.3 2013/08/03 04:48:32 tomka Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="ncurses?,xml"
-inherit eutils distutils-r1 systemd
+inherit eutils distutils-r1 linux-info systemd
DESCRIPTION="A lightweight wired and wireless network manager for Linux"
HOMEPAGE="https://launchpad.net/wicd"
@@ -54,6 +54,11 @@
#DOCS="CHANGES NEWS AUTHORS README"
src_prepare() {
+ CONFIG_CHECK="~CFG80211_WEXT"
+ local WARNING_CFG80211_WEXT="Wireless extensions have not been \
+ configured in your kernel. Wicd will not work unless CFG80211_WEXT is set."
+ check_extra_config
+
# Fix bug 441966 (urwid-1.1.0 compatibility)
epatch "${FILESDIR}"/${P}-urwid.patch
epatch "${FILESDIR}"/${P}-second-urwid.patch
@@ -79,6 +84,8 @@
# Asturian is faulty with PyBabel
# (https://bugs.launchpad.net/wicd/+bug/928589)
rm po/ast.po
+ # zh_CN fails with newer PyBabel (Aug 2013)
+ rm po/zh_CN.po
else
# nuke translations
rm po/*.po
1.142 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.141&r2=1.142
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog 5 Jul 2013 06:57:09 -0000 1.141
+++ ChangeLog 3 Aug 2013 04:48:32 -0000 1.142
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.141 2013/07/05 06:57:09 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.142 2013/08/03 04:48:32 tomka Exp $
+
+ 03 Aug 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ add warning about missing wireless extensions (bug 479590), remove nonworking
+ translations
05 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> wicd-1.7.2.4-r3.ebuild:
Depend on slot 2 of pygobject, wicd directly import 'gobject' module
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2013-10-10 18:44 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-10-10 18:44 UTC (permalink / raw
To: gentoo-commits
pacho 13/10/10 18:44:13
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Adapt elog messages to systemd
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.3&r2=1.4
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wicd-1.7.2.4-r3.ebuild 3 Aug 2013 04:48:32 -0000 1.3
+++ wicd-1.7.2.4-r3.ebuild 10 Oct 2013 18:44:13 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.3 2013/08/03 04:48:32 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.4 2013/10/10 18:44:13 pacho Exp $
EAPI=5
@@ -127,7 +127,7 @@
pkg_postinst() {
elog "You may need to restart the dbus service after upgrading wicd."
echo
- elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:"
+ elog "To start wicd at boot with openRC, add /etc/init.d/wicd to a runlevel and:"
elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf"
elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")"
1.143 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 3 Aug 2013 04:48:32 -0000 1.142
+++ ChangeLog 10 Oct 2013 18:44:13 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.142 2013/08/03 04:48:32 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.143 2013/10/10 18:44:13 pacho Exp $
+
+ 10 Oct 2013; Pacho Ramos <pacho@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Adapt elog messages to systemd
03 Aug 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild:
add warning about missing wireless extensions (bug 479590), remove nonworking
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2013-10-11 12:31 Thomas Kahle (tomka)
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Kahle (tomka) @ 2013-10-11 12:31 UTC (permalink / raw
To: gentoo-commits
tomka 13/10/11 12:31:45
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
use readme.gentoo eclass (bug 487552)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Revision Changes Path
1.5 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.4&r2=1.5
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wicd-1.7.2.4-r3.ebuild 10 Oct 2013 18:44:13 -0000 1.4
+++ wicd-1.7.2.4-r3.ebuild 11 Oct 2013 12:31:45 -0000 1.5
@@ -1,13 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.4 2013/10/10 18:44:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.5 2013/10/11 12:31:45 tomka Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE="ncurses?,xml"
-inherit eutils distutils-r1 linux-info systemd
+inherit eutils distutils-r1 linux-info readme.gentoo systemd
DESCRIPTION="A lightweight wired and wireless network manager for Linux"
HOMEPAGE="https://launchpad.net/wicd"
@@ -51,7 +51,6 @@
)
pm-utils? ( sys-power/pm-utils )
"
-#DOCS="CHANGES NEWS AUTHORS README"
src_prepare() {
CONFIG_CHECK="~CFG80211_WEXT"
@@ -90,6 +89,12 @@
# nuke translations
rm po/*.po
fi
+
+ DOC_CONTENTS="To start wicd at boot with openRC, add
+ /etc/init.d/wicd to a runlevel and: (1) Remove all net.*
+ initscripts (except for net.lo) from all runlevels (2) Add these
+ scripts to the RC_PLUG_SERVICES line in /etc/rc.conf (For
+ example, rc_hotplug=\"!net.eth* !net.wlan*\")"
}
src_configure() {
@@ -122,19 +127,16 @@
rm "${WORKDIR}/Icone Wicd Lucid"/signal*
cp "${WORKDIR}/Icone Wicd Lucid"/*.png "${D}"/usr/share/pixmaps/wicd/
fi
+ readme.gentoo_src_install
}
pkg_postinst() {
- elog "You may need to restart the dbus service after upgrading wicd."
- echo
- elog "To start wicd at boot with openRC, add /etc/init.d/wicd to a runlevel and:"
- elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
- elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf"
- elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")"
# Maintainer's note: the consolekit use flag short circuits a dbus rule and
# allows the connection. Else, you need to be in the group.
if ! has_version sys-auth/consolekit; then
ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
ewarn "you are not in that group, then modify /etc/dbus-1/system.d/wicd.conf"
fi
+
+ readme.gentoo_print_elog
}
1.144 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 10 Oct 2013 18:44:13 -0000 1.143
+++ ChangeLog 11 Oct 2013 12:31:45 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.143 2013/10/10 18:44:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.144 2013/10/11 12:31:45 tomka Exp $
+
+ 11 Oct 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ use readme.gentoo eclass (bug 487552)
10 Oct 2013; Pacho Ramos <pacho@gentoo.org> wicd-1.7.2.4-r3.ebuild:
Adapt elog messages to systemd
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2014-04-26 8:26 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-26 8:26 UTC (permalink / raw
To: gentoo-commits
pacho 14/04/26 08:26:53
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.5&r2=1.6
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wicd-1.7.2.4-r3.ebuild 11 Oct 2013 12:31:45 -0000 1.5
+++ wicd-1.7.2.4-r3.ebuild 26 Apr 2014 08:26:53 -0000 1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.5 2013/10/11 12:31:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.6 2014/04/26 08:26:53 pacho Exp $
EAPI=5
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses?,xml"
inherit eutils distutils-r1 linux-info readme.gentoo systemd
1.145 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 11 Oct 2013 12:31:45 -0000 1.144
+++ ChangeLog 26 Apr 2014 08:26:53 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.144 2013/10/11 12:31:45 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.145 2014/04/26 08:26:53 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Adapt to latest pygobject don't providing python2.6 support
11 Oct 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild:
use readme.gentoo eclass (bug 487552)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2014-06-14 10:29 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14 10:29 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/06/14 10:29:33
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
x86 stable wrt bug #509752
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.8 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.7&r2=1.8
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wicd-1.7.2.4-r3.ebuild 7 May 2014 05:31:09 -0000 1.7
+++ wicd-1.7.2.4-r3.ebuild 14 Jun 2014 10:29:33 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.7 2014/05/07 05:31:09 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.8 2014/06/14 10:29:33 phajdan.jr Exp $
EAPI=5
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils"
DEPEND="nls? ( dev-python/Babel )"
1.147 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 7 May 2014 05:31:09 -0000 1.146
+++ ChangeLog 14 Jun 2014 10:29:33 -0000 1.147
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.146 2014/05/07 05:31:09 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.147 2014/06/14 10:29:33 phajdan.jr Exp $
+
+ 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ x86 stable wrt bug #509752
07 May 2014; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r2.ebuild,
wicd-1.7.2.4-r3.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2014-06-24 9:30 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 10+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-06-24 9:30 UTC (permalink / raw
To: gentoo-commits
nimiux 14/06/24 09:30:17
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Stable for amd64 wrt bug #509752
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path
1.9 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.8&r2=1.9
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wicd-1.7.2.4-r3.ebuild 14 Jun 2014 10:29:33 -0000 1.8
+++ wicd-1.7.2.4-r3.ebuild 24 Jun 2014 09:30:17 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.8 2014/06/14 10:29:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.9 2014/06/24 09:30:17 nimiux Exp $
EAPI=5
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils"
DEPEND="nls? ( dev-python/Babel )"
1.148 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 14 Jun 2014 10:29:33 -0000 1.147
+++ ChangeLog 24 Jun 2014 09:30:17 -0000 1.148
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.147 2014/06/14 10:29:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.148 2014/06/24 09:30:17 nimiux Exp $
+
+ 24 Jun 2014; Chema Alonso <nimiux@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Stable for amd64 wrt bug #509752
14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> wicd-1.7.2.4-r3.ebuild:
x86 stable wrt bug #509752
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2014-07-13 10:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-13 10:05 UTC (permalink / raw
To: gentoo-commits
ago 14/07/13 10:05:36
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #509752
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.9&r2=1.10
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wicd-1.7.2.4-r3.ebuild 24 Jun 2014 09:30:17 -0000 1.9
+++ wicd-1.7.2.4-r3.ebuild 13 Jul 2014 10:05:36 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.9 2014/06/24 09:30:17 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.10 2014/07/13 10:05:36 ago Exp $
EAPI=5
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils"
DEPEND="nls? ( dev-python/Babel )"
1.149 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 24 Jun 2014 09:30:17 -0000 1.148
+++ ChangeLog 13 Jul 2014 10:05:36 -0000 1.149
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.148 2014/06/24 09:30:17 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.149 2014/07/13 10:05:36 ago Exp $
+
+ 13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Stable for ppc, wrt bug #509752
24 Jun 2014; Chema Alonso <nimiux@gentoo.org> wicd-1.7.2.4-r3.ebuild:
Stable for amd64 wrt bug #509752
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog
@ 2014-08-02 18:18 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 18:18 UTC (permalink / raw
To: gentoo-commits
ago 14/08/02 18:18:19
Modified: wicd-1.7.2.4-r3.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #509752
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 net-misc/wicd/wicd-1.7.2.4-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.10&r2=1.11
Index: wicd-1.7.2.4-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wicd-1.7.2.4-r3.ebuild 13 Jul 2014 10:05:36 -0000 1.10
+++ wicd-1.7.2.4-r3.ebuild 2 Aug 2014 18:18:19 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.10 2014/07/13 10:05:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.11 2014/08/02 18:18:19 ago Exp $
EAPI=5
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86"
IUSE="doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils"
DEPEND="nls? ( dev-python/Babel )"
1.150 net-misc/wicd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.149&r2=1.150
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog 13 Jul 2014 10:05:36 -0000 1.149
+++ ChangeLog 2 Aug 2014 18:18:19 -0000 1.150
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.149 2014/07/13 10:05:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.150 2014/08/02 18:18:19 ago Exp $
+
+ 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.2.4-r3.ebuild:
+ Stable for ppc64, wrt bug #509752
13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> wicd-1.7.2.4-r3.ebuild:
Stable for ppc, wrt bug #509752
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-08-02 18:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 8:26 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2014-08-02 18:18 Agostino Sarubbo (ago)
2014-07-13 10:05 Agostino Sarubbo (ago)
2014-06-24 9:30 JosA MarAa Alonso (nimiux)
2014-06-14 10:29 PaweA Hajdan (phajdan.jr)
2013-10-11 12:31 Thomas Kahle (tomka)
2013-10-10 18:44 Pacho Ramos (pacho)
2013-08-03 4:48 Thomas Kahle (tomka)
2013-07-05 6:57 Maxim Koltsov (maksbotan)
2013-06-24 22:02 Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox