diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 13:12:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-10 13:12:18 +0000 |
commit | 8542d2492a09d81cce0fb176a91b3424ac2a06e1 (patch) | |
tree | 1ba21a9f3340ef8131d1405f03b6e694ee17c3f4 /net-wireless | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-8542d2492a09d81cce0fb176a91b3424ac2a06e1.tar.gz gentoo-2-8542d2492a09d81cce0fb176a91b3424ac2a06e1.tar.bz2 gentoo-2-8542d2492a09d81cce0fb176a91b3424ac2a06e1.zip |
amd64/ppc/x86 stable; change LICENSE from as-is to GPL-2 as per COPYING and because the tarball doesn't seem to have any other.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez-firmware/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild | 22 |
2 files changed, 16 insertions, 15 deletions
diff --git a/net-wireless/bluez-firmware/ChangeLog b/net-wireless/bluez-firmware/ChangeLog index f065d50d5176..5eda387a0d9f 100644 --- a/net-wireless/bluez-firmware/ChangeLog +++ b/net-wireless/bluez-firmware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/bluez-firmware -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-firmware/ChangeLog,v 1.15 2012/11/18 11:08:01 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-firmware/ChangeLog,v 1.16 2013/02/10 13:12:18 ssuominen Exp $ + + 10 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> + bluez-firmware-1.2.ebuild: + amd64/ppc/x86 stable; change LICENSE from as-is to GPL-2 as per COPYING and + because the tarball doesn't seem to have any other. 18 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop mobile herd as talked in gentoo-dev ML diff --git a/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild b/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild index bafe34ca8a7d..15fec4a8d860 100644 --- a/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild +++ b/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild @@ -1,24 +1,20 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild,v 1.4 2008/06/02 06:16:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-firmware/bluez-firmware-1.2.ebuild,v 1.5 2013/02/10 13:12:18 ssuominen Exp $ + +EAPI=5 DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips." HOMEPAGE="http://bluez.sourceforge.net/" SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz" -LICENSE="as-is" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ~x86" - +KEYWORDS="amd64 hppa ppc x86" IUSE="" -DEPEND="" - -src_compile() { - econf --libdir=/lib || die "econf failed" -} -src_install() { - make DESTDIR="${D}" install || die "make install failed" +DOCS="AUTHORS ChangeLog README" - dodoc AUTHORS ChangeLog README +src_compile() { + econf --libdir=/lib } |