summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2010-07-07 23:59:45 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2010-07-07 23:59:45 +0000
commite5513bd349b6383a24ee26d142e2f5e02baff0f6 (patch)
treea7baa461c4b349959e3c62d8dd6c821a967b23e2 /net-misc/mobile-broadband-provider-info
parentStable for HPPA (bug #326251). (diff)
downloadgentoo-2-e5513bd349b6383a24ee26d142e2f5e02baff0f6.tar.gz
gentoo-2-e5513bd349b6383a24ee26d142e2f5e02baff0f6.tar.bz2
gentoo-2-e5513bd349b6383a24ee26d142e2f5e02baff0f6.zip
Bump to 20100510, adds new broadband providers
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-misc/mobile-broadband-provider-info')
-rw-r--r--net-misc/mobile-broadband-provider-info/ChangeLog8
-rw-r--r--net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20100510.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/net-misc/mobile-broadband-provider-info/ChangeLog b/net-misc/mobile-broadband-provider-info/ChangeLog
index b801832750fa..8679478d5a3d 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.3 2010/03/10 09:00:52 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mobile-broadband-provider-info/ChangeLog,v 1.4 2010/07/07 23:59:45 nirbheek Exp $
+
+*mobile-broadband-provider-info-20100510 (07 Jul 2010)
+
+ 07 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org>
+ +mobile-broadband-provider-info-20100510.ebuild:
+ Bump to 20100510, adds new broadband providers
10 Mar 2010; Joseph Jezak <josejx@gentoo.org>
mobile-broadband-provider-info-20100122.ebuild:
diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20100510.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20100510.ebuild
new file mode 100644
index 000000000000..8a5976d94bb2
--- /dev/null
+++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20100510.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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-20100510.ebuild,v 1.1 2010/07/07 23:59:45 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"
+}