summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-05-23 19:27:52 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-05-23 19:27:52 +0000
commit50f4af032906abca5a9785510dbe3e6f8aff5e83 (patch)
tree513784e83368e3cd5aa8316ed6e89cb2619ef416 /net-misc/wicd
parentVersion bump for the forthcoming Rails 2.3.6 release. (diff)
downloadgentoo-2-50f4af032906abca5a9785510dbe3e6f8aff5e83.tar.gz
gentoo-2-50f4af032906abca5a9785510dbe3e6f8aff5e83.tar.bz2
gentoo-2-50f4af032906abca5a9785510dbe3e6f8aff5e83.zip
remove old version
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/Manifest2
-rw-r--r--net-misc/wicd/wicd-1.6.2.2.ebuild82
2 files changed, 0 insertions, 84 deletions
diff --git a/net-misc/wicd/Manifest b/net-misc/wicd/Manifest
index 57d0d32f369d..35fe8943e88e 100644
--- a/net-misc/wicd/Manifest
+++ b/net-misc/wicd/Manifest
@@ -1,7 +1,5 @@
AUX wicd-init.d 434 RMD160 408065ff312ab595022f777853c15031bab17dcf SHA1 87426d2958c9e4bfff9b8ea48d5857d9e67aa191 SHA256 5546deda3d5fa8f6ee1125922f1217182b24d68a22f5a1212509bb13bf0156e2
-DIST wicd-1.6.2.2.tar.gz 464976 RMD160 38a5c84a6384c1e6563ecc51e478c633b7cc8a00 SHA1 97e66d550ebc483a699c8e87482f82c9185bc0c8 SHA256 2ca57c71a2415fa0d971dcecdb5541a1f93a80fc7756e46923d166591d97de23
DIST wicd-1.7.0.tar.bz2 411166 RMD160 66893e4043ba7e96996d698f847c0ab3b350df6a SHA1 1cd087f53538b1f6e1cfad9735c87741e05698f6 SHA256 14c5692bf8a4c93c9ac083ce9ad677b0d9022b19f84e777854766b2a6f753b32
-EBUILD wicd-1.6.2.2.ebuild 2625 RMD160 3972dcb385154a71a56709fbf8d35172e47f0bf6 SHA1 e644a28841fa359cd2b6377e1a3860f9c42022be SHA256 f949ebf6a287ad91664e737a220724c8b437899d9b249cace8f8b028d17dca4a
EBUILD wicd-1.7.0.ebuild 2832 RMD160 11069f3adfb840f7e678bbaabba2f9cbf5632030 SHA1 0dd7db7e299299557a2578d40ae1ec34b29cbd0a SHA256 83265451e103545f9f3bd50de8d0a4a07a9fcc9e7a4a27c459f47cf1c50abfb3
MISC ChangeLog 13140 RMD160 4211e5ad6f94f9752571146648cb605d9b551497 SHA1 032e48633ab388ddc614129285c1c3cd18071df5 SHA256 d9275a1ab449dd3fc5975431d99e122454c55abcf1144543ba5df64b2af5d7e9
MISC metadata.xml 684 RMD160 dc51b5c7f84f2c476614fe1b1f21346173c1e21d SHA1 4d50cc373bf17369ea360f34e76109a685443670 SHA256 a7fc7ee6f63766f3a2fb4a8d204a8fca80591dca0a2783d8094911b24587a866
diff --git a/net-misc/wicd/wicd-1.6.2.2.ebuild b/net-misc/wicd/wicd-1.6.2.2.ebuild
deleted file mode 100644
index 36c2383880c4..000000000000
--- a/net-misc/wicd/wicd-1.6.2.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.2.2.ebuild,v 1.6 2010/02/08 08:52:13 pva Exp $
-
-EAPI="2"
-
-inherit eutils distutils
-
-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 ppc64 x86"
-IUSE="ioctl libnotify ncurses +pm-utils"
-
-DEPEND=""
-# Maybe virtual/dhcp would work, but there are enough problems with
-# net-misc/dhcp that I want net-misc/dhcpcd to be guarenteed to be considered
-# first if none are installed.
-RDEPEND="
- dev-python/dbus-python
- dev-python/pygtk
- || (
- net-misc/dhcpcd
- net-misc/dhcp
- net-misc/pump
- )
- net-wireless/wireless-tools
- net-wireless/wpa_supplicant
- || (
- sys-apps/net-tools
- sys-apps/ethtool
- )
- || (
- x11-misc/ktsuss
- x11-libs/gksu
- kde-base/kdesu
- )
- ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
- libnotify? ( dev-python/notify-python )
- ncurses? ( <dev-python/urwid-0.9.9 )
- pm-utils? ( >=sys-power/pm-utils-1.1.1 )
- "
-
-src_compile() {
- local myconf
- use libnotify || myconf="${myconf} --no-use-notifications"
- use ncurses || myconf="${myconf} --no-install-ncurses"
- use pm-utils || myconf="${myconf} --no-install-pmutils"
- ${python} ./setup.py configure --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose ${myconf}
- distutils_src_compile
-}
-
-src_install() {
- DOCS="CHANGES NEWS AUTHORS README"
- distutils_src_install
- keepdir /var/lib/wicd/configurations \
- || die "keepdir failed, critical for this app"
- keepdir /etc/wicd/scripts/{postconnect,disconnect,preconnect} \
- || die "keepdir failed, critical for this app"
-}
-
-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\")"
- # 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/pambase; then
- if ! built_with_use sys-auth/pambase 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
- fi
-}