summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-06-24 06:12:30 +0000
committerThilo Bangert <bangert@gentoo.org>2010-06-24 06:12:30 +0000
commit52873db7d333a5cdd069011fb69c945b2ad17772 (patch)
tree728f62d4f1f8649e7a91468f2aeeb8a1586804b2 /net-misc
parentStable for HPPA (bug #324619). (diff)
downloadgentoo-2-52873db7d333a5cdd069011fb69c945b2ad17772.tar.gz
gentoo-2-52873db7d333a5cdd069011fb69c945b2ad17772.tar.bz2
gentoo-2-52873db7d333a5cdd069011fb69c945b2ad17772.zip
remove insecure/old ebuilds (#154995)
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/xsupplicant/ChangeLog8
-rw-r--r--net-misc/xsupplicant/files/xsupplicant.conf.d12
-rwxr-xr-xnet-misc/xsupplicant/files/xsupplicant.init.d40
-rw-r--r--net-misc/xsupplicant/metadata.xml3
-rw-r--r--net-misc/xsupplicant/xsupplicant-0.8b.ebuild31
-rw-r--r--net-misc/xsupplicant/xsupplicant-1.0.1.ebuild51
-rw-r--r--net-misc/xsupplicant/xsupplicant-1.0.ebuild52
-rw-r--r--net-misc/xsupplicant/xsupplicant-1.2.2.ebuild70
8 files changed, 7 insertions, 260 deletions
diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog
index a7f892ecf2c1..d34c2dd3dde4 100644
--- a/net-misc/xsupplicant/ChangeLog
+++ b/net-misc/xsupplicant/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/xsupplicant
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.17 2010/06/23 21:38:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.18 2010/06/24 06:12:30 bangert Exp $
+
+ 24 Jun 2010; Thilo Bangert <bangert@gentoo.org> -xsupplicant-0.8b.ebuild,
+ -xsupplicant-1.0.ebuild, -xsupplicant-1.0.1.ebuild,
+ -xsupplicant-1.2.2.ebuild, -files/xsupplicant.conf.d,
+ -files/xsupplicant.init.d:
+ remove insecure/old ebuilds (#154995)
23 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
xsupplicant-2.2.0.ebuild:
diff --git a/net-misc/xsupplicant/files/xsupplicant.conf.d b/net-misc/xsupplicant/files/xsupplicant.conf.d
deleted file mode 100644
index b75da5cec5f4..000000000000
--- a/net-misc/xsupplicant/files/xsupplicant.conf.d
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/files/xsupplicant.conf.d,v 1.1 2005/01/09 14:46:01 brix Exp $
-
-# List of interfaces
-INTERFACES="eth1"
-
-# Common arguments to all xsupplicant instances
-ARGS=""
-
-# Interface specific arguments
-#ARGS_eth1=""
diff --git a/net-misc/xsupplicant/files/xsupplicant.init.d b/net-misc/xsupplicant/files/xsupplicant.init.d
deleted file mode 100755
index 17177867e39d..000000000000
--- a/net-misc/xsupplicant/files/xsupplicant.init.d
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/files/xsupplicant.init.d,v 1.1 2005/01/09 14:46:01 brix Exp $
-
-depend() {
- use wpa_supplicant
- before net
-}
-
-checkconfig() {
- if [ ! -f /etc/xsupplicant.conf ]; then
- eerror "Configuration file /etc/xsupplicant.conf not found"
- return 1
- fi
-}
-
-start() {
- checkconfig || return 1
-
- ebegin "Starting xsupplicant"
-
- for IFACE in $INTERFACES; do
- ebegin " ${IFACE}"
-
- eval ARGS_IFACE=\"\$\{ARGS_$IFACE\}\"
-
- start-stop-daemon --start --quiet --background --exec /usr/sbin/xsupplicant \
- -- -i${IFACE} -c/etc/xsupplicant.conf ${ARGS} ${ARGS_IFACE}
- eend ${?}
- done
-}
-
-stop() {
- ebegin "Stopping xsupplicant"
-
- start-stop-daemon --stop --quiet --exec /usr/sbin/xsupplicant
- eend ${?}
-}
-
diff --git a/net-misc/xsupplicant/metadata.xml b/net-misc/xsupplicant/metadata.xml
index 63de353f498d..d957addb198b 100644
--- a/net-misc/xsupplicant/metadata.xml
+++ b/net-misc/xsupplicant/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>mobile</herd>
- <use>
- <flag name="eap-sim">Add support for EAP-SIM authentication algorithm</flag>
- </use>
</pkgmetadata>
diff --git a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild b/net-misc/xsupplicant/xsupplicant-0.8b.ebuild
deleted file mode 100644
index 0a16301f3625..000000000000
--- a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-0.8b.ebuild,v 1.7 2009/05/09 16:48:55 volkmar Exp $
-
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Open Source Implementation of IEEE 802.1x"
-SRC_URI="mirror://sourceforge/open1x/${P}.tar.gz"
-HOMEPAGE="http://open1x.sourceforge.net"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-DEPEND=">=dev-libs/openssl-0.9.7
- virtual/libpcap
- >=dev-libs/libdnet-1.6"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf || die "configure failed"
- # does *NOT* like emake.
- make || die "failed to compile"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "installation failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README README.wireless_cards \
- doc/README.certificates
-}
diff --git a/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild b/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
deleted file mode 100644
index 8ed369dea6ca..000000000000
--- a/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.0.1.ebuild,v 1.4 2009/05/09 16:48:55 volkmar Exp $
-
-DESCRIPTION="Open Source Implementation of IEEE 802.1x"
-
-HOMEPAGE="http://open1x.sourceforge.net"
-SRC_URI="mirror://sourceforge/open1x/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.7
- sys-apps/pcsc-lite"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf --enable-eap-sim || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS README README.wireless_cards \
- doc/README.certificates \
- doc/pdf/Open1x-UserGuide.pdf doc/txt/Open1x-UserGuide.txt
-
- docinto examples
- dodoc etc/*-example.conf
-
- insinto /etc
- newins etc/xsupplicant.conf xsupplicant.conf.example
-
- newinitd "${FILESDIR}"/xsupplicant.init.d xsupplicant
-
- newconfd "${FILESDIR}"/xsupplicant.conf.d xsupplicant
-}
-
-pkg_postinst() {
- einfo
- einfo "To use ${P} you must create the configuration file"
- einfo "/etc/xsupplicant.conf"
- einfo
- einfo "An example configuration file has been installed as"
- einfo "/etc/xsupplicant.conf.example"
- einfo
-}
diff --git a/net-misc/xsupplicant/xsupplicant-1.0.ebuild b/net-misc/xsupplicant/xsupplicant-1.0.ebuild
deleted file mode 100644
index 66c121e0efdc..000000000000
--- a/net-misc/xsupplicant/xsupplicant-1.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.0.ebuild,v 1.3 2009/05/09 16:48:55 volkmar Exp $
-
-S="${WORKDIR}/${PN}"
-
-DESCRIPTION="Open Source Implementation of IEEE 802.1x"
-
-HOMEPAGE="http://open1x.sourceforge.net"
-SRC_URI="mirror://sourceforge/open1x/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.7
- sys-apps/pcsc-lite"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf --enable-eap-sim || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS README README.wireless_cards \
- doc/README.certificates doc/Open1x-UserGuide.pdf
-
- docinto examples
- dodoc etc/*-example.conf
-
- insinto /etc
- newins etc/xsupplicant.conf xsupplicant.conf.example
-
- newinitd "${FILESDIR}"/xsupplicant.init.d xsupplicant
-
- newconfd "${FILESDIR}"/xsupplicant.conf.d xsupplicant
-}
-
-pkg_postinst() {
- einfo
- einfo "To use ${P} you must create the configuration file"
- einfo "/etc/xsupplicant.conf"
- einfo
- einfo "An example configuration file has been installed as"
- einfo "/etc/xsupplicant.conf.example"
- einfo
-}
diff --git a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild b/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild
deleted file mode 100644
index 03ab8beeef17..000000000000
--- a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild,v 1.5 2009/05/10 08:35:42 volkmar Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Open Source Implementation of IEEE 802.1x"
-HOMEPAGE="http://open1x.sourceforge.net/"
-SRC_URI="mirror://sourceforge/open1x/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="eap-sim"
-
-RDEPEND=">=dev-libs/openssl-0.9.7
- net-wireless/wireless-tools
- eap-sim? ( sys-apps/pcsc-lite )"
-DEPEND="sys-devel/bison
- sys-devel/flex
- ${RDEPEND}"
-
-src_compile() {
- local conf
-
- # fix compilation with recent kernels
- append-flags -DHEADERS_KERNEL
-
- if use eap-sim; then
- # fix USE=-eap-sim (bug #118885)
- conf="--enable-eap-sim"
- # fix compilation with pcsc-lite-1.2.9_beta9 (bug #81338)
- append-flags -I/usr/include/PCSC
- fi
-
- econf \
- ${conf} \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS README TODO \
- doc/README.certificates doc/README.wpa
-
- dohtml doc/Xsupplicant-wireless-cards.html
-
- docinto examples
- dodoc etc/*-example.conf
-
- insinto /etc
- newins etc/xsupplicant.conf xsupplicant.conf.example
-
- newconfd "${FILESDIR}"/${P}-conf.d ${PN}
- newinitd "${FILESDIR}"/${P}-init.d ${PN}
-}
-
-pkg_postinst() {
- einfo
- einfo "To use ${P} you must create the configuration file"
- einfo "/etc/xsupplicant.conf"
- einfo
- einfo "An example configuration file has been installed as"
- einfo "/etc/xsupplicant.conf.example"
- einfo
-}