diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-06-20 22:18:47 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-06-20 22:18:47 +0000 |
commit | a2526285803cd0c758b48df369f7c0c54f22a564 (patch) | |
tree | 880e9e084600de6582e3d49cf6ad7437b9497fc4 /net-dialup | |
parent | Update libusb dependency atom (#270039). (diff) | |
download | gentoo-2-a2526285803cd0c758b48df369f7c0c54f22a564.tar.gz gentoo-2-a2526285803cd0c758b48df369f7c0c54f22a564.tar.bz2 gentoo-2-a2526285803cd0c758b48df369f7c0c54f22a564.zip |
Update libusb dependency atom (#270039).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/umtsmon/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/umtsmon/umtsmon-0.8.ebuild | 67 | ||||
-rw-r--r-- | net-dialup/umtsmon/umtsmon-0.9.ebuild | 6 |
3 files changed, 9 insertions, 72 deletions
diff --git a/net-dialup/umtsmon/ChangeLog b/net-dialup/umtsmon/ChangeLog index 782904326a92..3eaf7bc20755 100644 --- a/net-dialup/umtsmon/ChangeLog +++ b/net-dialup/umtsmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/umtsmon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/ChangeLog,v 1.9 2008/10/05 09:11:19 mrness Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/ChangeLog,v 1.10 2009/06/20 22:18:47 mrness Exp $ + + 20 Jun 2009; Alin Năstac <mrness@gentoo.org> -umtsmon-0.8.ebuild, + umtsmon-0.9.ebuild: + Update libusb dependency atom (#270039). *umtsmon-0.9 (05 Oct 2008) diff --git a/net-dialup/umtsmon/umtsmon-0.8.ebuild b/net-dialup/umtsmon/umtsmon-0.8.ebuild deleted file mode 100644 index ba26b6d1221e..000000000000 --- a/net-dialup/umtsmon/umtsmon-0.8.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/umtsmon-0.8.ebuild,v 1.3 2008/10/05 09:11:19 mrness Exp $ - -EAPI=1 - -inherit eutils qt3 - -DESCRIPTION="Tool to control and monitor wireless mobile network cards (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="x11-libs/qt:3 - dev-libs/libusb" -RDEPEND="${DEPEND} - net-dialup/ppp - sys-apps/pcmciautils" - -# for i18n support -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -MY_AVAILABLE_LINGUAS=" nl de pt_PT pt_BR" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -src_compile() { - eqmake3 || die "eqmake3 failed" - emake || die "emake failed" - - #for i18n support - local MY_LINGUAS="" lang - - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if use linguas_${lang} ; then - MY_LINGUAS="${MY_LINGUAS} ${lang}" - fi - done - if [[ -z "${MY_LINGUAS}" ]] ; then - #If no language is selected, install 'em all - MY_LINGUAS="${MY_AVAILABLE_LINGUAS}" - fi - - einfo "Following langpacks will be installed:" - einfo " ${MY_LINGUAS}" - - for lang in ${MY_LINGUAS}; do - lrelease i18n/umtsmon_${lang}.ts \ - || die "failed to install langpack for ${lang} language" - done -} - -src_install() { - dobin umtsmon || die "dobin failed" - - domenu umtsmon.desktop - doicon images/128 - - # for i18n support - insinto /usr/share/umtsmon/translations - doins i18n/*.qm - - dodoc AUTHORS README TODO -} diff --git a/net-dialup/umtsmon/umtsmon-0.9.ebuild b/net-dialup/umtsmon/umtsmon-0.9.ebuild index e2966ff59d45..86a0ca9faff7 100644 --- a/net-dialup/umtsmon/umtsmon-0.9.ebuild +++ b/net-dialup/umtsmon/umtsmon-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/umtsmon-0.9.ebuild,v 1.1 2008/10/05 09:11:19 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/umtsmon/umtsmon-0.9.ebuild,v 1.2 2009/06/20 22:18:47 mrness Exp $ EAPI=1 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/qt:3 - dev-libs/libusb" + dev-libs/libusb:0" RDEPEND="${DEPEND} net-dialup/ppp sys-apps/pcmciautils" |