diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-02-19 14:20:17 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-02-19 14:20:17 +0000 |
commit | cd6fa9b4cf1d38537914b0d637c9667b8430032a (patch) | |
tree | acf7b51febecbac45f4fddead49e46a5b9d72482 /net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild | |
parent | ppc64 stable wrt #349268 (diff) | |
download | gentoo-2-cd6fa9b4cf1d38537914b0d637c9667b8430032a.tar.gz gentoo-2-cd6fa9b4cf1d38537914b0d637c9667b8430032a.tar.bz2 gentoo-2-cd6fa9b4cf1d38537914b0d637c9667b8430032a.zip |
Bump to 20110218, new operators added, info updated.
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild')
-rw-r--r-- | net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild new file mode 100644 index 000000000000..44b84095848a --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild,v 1.1 2011/02/19 14:20:17 nirbheek Exp $ + +inherit gnome.org + +DESCRIPTION="Database of mobile broadband service providers" +HOMEPAGE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders" +# Weird bug in gnome.org causes a dot to be added in uri +SRC_URI="${SRC_URI/${PV}./${PV}}" + +LICENSE="CC-PD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc NEWS README || die "dodoc failed" +} |