From 52f9e2927a58f65a6d2599ea312d0f5581c31175 Mon Sep 17 00:00:00 2001 From: Robert Piasek Date: Mon, 24 Aug 2009 13:21:52 +0000 Subject: new ebuild for mobile-broadband-provider-info Package-Manager: portage-2.1.6.13/cvs/Linux x86_64 --- net-misc/mobile-broadband-provider-info/ChangeLog | 8 ++++++++ net-misc/mobile-broadband-provider-info/metadata.xml | 9 +++++++++ .../mobile-broadband-provider-info-20090602.ebuild | 19 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 net-misc/mobile-broadband-provider-info/ChangeLog create mode 100644 net-misc/mobile-broadband-provider-info/metadata.xml create mode 100644 net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild (limited to 'net-misc/mobile-broadband-provider-info') diff --git a/net-misc/mobile-broadband-provider-info/ChangeLog b/net-misc/mobile-broadband-provider-info/ChangeLog new file mode 100644 index 000000000000..edebb9764a00 --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-misc/mobile-broadband-provider-info +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mobile-broadband-provider-info/ChangeLog,v 1.1 2009/08/24 13:21:52 dagger Exp $ + + 02 Jul 2009; Robert Piasek + mobile-broadband-provider-info-20090602.ebuild, +metadata.xml: + New ebuild for mobole mroadband providers info + diff --git a/net-misc/mobile-broadband-provider-info/metadata.xml b/net-misc/mobile-broadband-provider-info/metadata.xml new file mode 100644 index 000000000000..bd06873b0074 --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/metadata.xml @@ -0,0 +1,9 @@ + + + + no-herd + + dagger@gentoo.org + Robert Piasek + + diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild new file mode 100644 index 000000000000..8ee85870c50d --- /dev/null +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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-20090602.ebuild,v 1.1 2009/08/24 13:21:52 dagger Exp $ + +DESCRIPTION="Database of mobile broadband service providers" +HOMEPAGE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders" +SRC_URI="http://dev.gentoo.org/~dagger/files/${P}.tar.bz2" + +LICENSE="CC-PD" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +IUSE="" +RDEPEND="" + +DEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} -- cgit v1.2.3-65-gdbad