Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145979 Details for
Bug 213132
net-dialup/umtsmon version bump to 0.8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 0.8
umtsmon.ebuild (text/plain), 1.60 KB, created by
Klaas van Gend
on 2008-03-13 08:26:53 UTC
(
hide
)
Description:
ebuild for 0.8
Filename:
MIME Type:
Creator:
Klaas van Gend
Created:
2008-03-13 08:26:53 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /cvsroot/umtsmon/umtsmon/packaging/umtsmon.ebuild,v 1.1 2008/02/08 20:57:36 kvangend Exp $ > >inherit eutils 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) > 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 213132
: 145979