summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-02-19 14:20:17 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-02-19 14:20:17 +0000
commitcd6fa9b4cf1d38537914b0d637c9667b8430032a (patch)
treeacf7b51febecbac45f4fddead49e46a5b9d72482 /net-misc/mobile-broadband-provider-info
parentppc64 stable wrt #349268 (diff)
downloadgentoo-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')
-rw-r--r--net-misc/mobile-broadband-provider-info/ChangeLog10
-rw-r--r--net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20110218.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/net-misc/mobile-broadband-provider-info/ChangeLog b/net-misc/mobile-broadband-provider-info/ChangeLog
index 56a3e51ccdca..cbe42d2bbdb7 100644
--- a/net-misc/mobile-broadband-provider-info/ChangeLog
+++ b/net-misc/mobile-broadband-provider-info/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/mobile-broadband-provider-info
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mobile-broadband-provider-info/ChangeLog,v 1.7 2010/10/19 19:09:09 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mobile-broadband-provider-info/ChangeLog,v 1.8 2011/02/19 14:20:17 nirbheek Exp $
+
+*mobile-broadband-provider-info-20110218 (19 Feb 2011)
+
+ 19 Feb 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ +mobile-broadband-provider-info-20110218.ebuild:
+ Bump to 20110218, new operators added, info updated.
19 Oct 2010; Brent Baude <ranger@gentoo.org>
mobile-broadband-provider-info-20100510.ebuild:
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"
+}