summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/vodafone-mobile-connect/vodafone-mobile-connect-2.0_beta3.ebuild')
-rw-r--r--net-dialup/vodafone-mobile-connect/vodafone-mobile-connect-2.0_beta3.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-dialup/vodafone-mobile-connect/vodafone-mobile-connect-2.0_beta3.ebuild b/net-dialup/vodafone-mobile-connect/vodafone-mobile-connect-2.0_beta3.ebuild
deleted file mode 100644
index beaa7fe..0000000
--- a/net-dialup/vodafone-mobile-connect/vodafone-mobile-connect-2.0_beta3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit distutils
-
-MY_PN=vodafone-mobile-connect-card-driver-for-linux
-MY_PV=${PV/_beta/.beta}
-MY_P=${MY_PN}-${MY_PV}
-DESCRIPTION="GUI for Vodafone and other UMTS/HSDPA Sticks and Cards"
-HOMEPAGE="https://forge.betavine.net/projects/vodafonemobilec/"
-# URI has absolute addressing, so specifying in full, listing
-# at https://forge.betavine.net/frs/?group_id=12
-SRC_URI="https://forge.betavine.net/frs/download.php/267/${MY_P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1 BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/dbus-python
- dev-python/twisted
- dev-python/pyserial
- dev-python/pygtk:2
- >=dev-lang/python-2.5[sqlite]
- net-dialup/wvdial
- dev-python/notify-python
- dev-python/gnome-python
- dev-python/pytz
- >=sys-apps/usb_modeswitch-0.9.6"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}