public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/wicd: ChangeLog wicd-1.5.3-r2.ebuild wicd-1.5.3-r1.ebuild wicd-1.5.1.ebuild
@ 2008-10-09  5:21 Jeremy Olexa (darkside)
  0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2008-10-09  5:21 UTC (permalink / raw
  To: gentoo-commits

darkside    08/10/09 05:21:54

  Modified:             ChangeLog
  Added:                wicd-1.5.3-r2.ebuild
  Removed:              wicd-1.5.3-r1.ebuild wicd-1.5.1.ebuild
  Log:
  Fix up deps to be more proper on net-misc/wicd
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.13                 net-misc/wicd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Sep 2008 22:07:21 -0000	1.12
+++ ChangeLog	9 Oct 2008 05:21:54 -0000	1.13
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/wicd
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.12 2008/09/29 22:07:21 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.13 2008/10/09 05:21:54 darkside Exp $
+
+*wicd-1.5.3-r2 (09 Oct 2008)
+
+  09 Oct 2008; Jeremy Olexa <darkside@gentoo.org> -wicd-1.5.1.ebuild,
+  -wicd-1.5.3-r1.ebuild, +wicd-1.5.3-r2.ebuild:
+  Fix deps, I was not including a graphical su program in the rdeps so one
+  could not bring up the scripts dialog. Fix this by depending on ktsuss,
+  gksu, or kdesu. Also, need to depend on python, obvious. Remove old version
 
 *wicd-1.5.3-r1 (29 Sep 2008)
 



1.1                  net-misc/wicd/wicd-1.5.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: wicd-1.5.3-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.3-r2.ebuild,v 1.1 2008/10/09 05:21:54 darkside Exp $

inherit distutils eutils

DESCRIPTION="A lightweight wired and wireless network manager for Linux"
HOMEPAGE="http://wicd.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-lang/python"
RDEPEND="dev-python/dbus-python
	dev-python/pygtk
	|| (
		net-misc/dhcp
		net-misc/dhcpcd
		net-misc/pump
	)
	net-wireless/wireless-tools
	net-wireless/wpa_supplicant
	|| (
		sys-apps/ethtool
		sys-apps/net-tools
	)
	|| ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )
	${DEPEND}"

src_unpack() {
	distutils_src_unpack
	# patch to install new man page - submitted upstream
	epatch "${FILESDIR}/${P}-wicd-client-manpage.patch"
	
	# discussing with upstream
	sed -i 's/gksu/gksudo/' wicd/{misc,gui}.py

}

src_compile() {
	${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
	distutils_src_compile
}

src_install() {
	DOCS="CHANGES"
	distutils_src_install
	newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed"
}

pkg_postinst() {
	distutils_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/conf.d/rc"
	elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-09  5:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09  5:21 [gentoo-commits] gentoo-x86 commit in net-misc/wicd: ChangeLog wicd-1.5.3-r2.ebuild wicd-1.5.3-r1.ebuild wicd-1.5.1.ebuild Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox