diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-12 03:46:46 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-12 03:46:46 +0000 |
commit | c0cbe8bf35177868976543df3b3dec2015bffd9a (patch) | |
tree | 3d55b1e67c11176ce42443fdf216e970931dc86d /net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild | |
parent | fixing /usr/share/doc/, bug 241282 (diff) | |
download | historical-c0cbe8bf35177868976543df3b3dec2015bffd9a.tar.gz historical-c0cbe8bf35177868976543df3b3dec2015bffd9a.tar.bz2 historical-c0cbe8bf35177868976543df3b3dec2015bffd9a.zip |
Bump to 20110511, remove old
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild')
-rw-r--r-- | net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
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 deleted file mode 100644 index 8ee85870c50d..000000000000 --- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20090602.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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" -} |