diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-01-03 14:22:49 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-01-03 14:22:49 +0000 |
commit | 0a012b20f13be539f42b53f0946a11f7d6031f6e (patch) | |
tree | 5f8d9f938287e3d7ebceb867f88f1116727c240a /net-dialup/umtsmon | |
parent | Remove old version. (diff) | |
download | gentoo-2-0a012b20f13be539f42b53f0946a11f7d6031f6e.tar.gz gentoo-2-0a012b20f13be539f42b53f0946a11f7d6031f6e.tar.bz2 gentoo-2-0a012b20f13be539f42b53f0946a11f7d6031f6e.zip |
Remove old version.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dialup/umtsmon')
-rw-r--r-- | net-dialup/umtsmon/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/umtsmon/files/digest-umtsmon-0.6 | 3 | ||||
-rw-r--r-- | net-dialup/umtsmon/umtsmon-0.6.ebuild | 30 |
3 files changed, 5 insertions, 35 deletions
diff --git a/net-dialup/umtsmon/ChangeLog b/net-dialup/umtsmon/ChangeLog index de8b184bb069..e526c97d1b90 100644 --- a/net-dialup/umtsmon/ChangeLog +++ b/net-dialup/umtsmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/umtsmon -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/ChangeLog,v 1.5 2007/10/11 10:42:46 mrness Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/ChangeLog,v 1.6 2008/01/03 14:22:48 mrness Exp $ + + 03 Jan 2008; Alin Năstac <mrness@gentoo.org> -umtsmon-0.6.ebuild: + Remove old version. *umtsmon-0.7 (11 Oct 2007) diff --git a/net-dialup/umtsmon/files/digest-umtsmon-0.6 b/net-dialup/umtsmon/files/digest-umtsmon-0.6 deleted file mode 100644 index 2f35f8a6c86a..000000000000 --- a/net-dialup/umtsmon/files/digest-umtsmon-0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5cdb0bf73fccab6cad347a579bc2535d umtsmon-0.6.src.tar.gz 184127 -RMD160 ef51df1bc858d087ace1f112303640005d1484f5 umtsmon-0.6.src.tar.gz 184127 -SHA256 9859cc865056aff87566ba741febffc457d7afe2a5d07e46b1c8fe453a56a1cd umtsmon-0.6.src.tar.gz 184127 diff --git a/net-dialup/umtsmon/umtsmon-0.6.ebuild b/net-dialup/umtsmon/umtsmon-0.6.ebuild deleted file mode 100644 index 58bd292fdd44..000000000000 --- a/net-dialup/umtsmon/umtsmon-0.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/umtsmon-0.6.ebuild,v 1.2 2007/10/02 16:13:28 mrness Exp $ - -inherit qt3 - -DESCRIPTION="UMTSmon is a tool to control and monitor a wireless mobile network card (GPRS, EDGE, WCDMA, UMTS, EV-DO, HSDPA)" -HOMEPAGE="http://umtsmon.sourceforge.net/" -SRC_URI="mirror://sourceforge/umtsmon/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="$(qt_min_version 3.3)" -RDEPEND="${DEPEND} - net-dialup/ppp - sys-apps/pcmciautils" - -src_compile() { - eqmake3 || die "eqmake3 failed" - emake || die "emake failed" -} - -src_install() { - dobin umtsmon - - dodoc README TODO -} |