diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 11:56:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 11:56:09 +0000 |
commit | 93f797fbdeac3199ec975550c535d83b95ac8ee4 (patch) | |
tree | f01ef75d9cff6bf10718fc85a4417ec87ad47cb2 /dev-tinyos | |
parent | Fix LICENSE, bug 301123. (diff) | |
download | gentoo-2-93f797fbdeac3199ec975550c535d83b95ac8ee4.tar.gz gentoo-2-93f797fbdeac3199ec975550c535d83b95ac8ee4.tar.bz2 gentoo-2-93f797fbdeac3199ec975550c535d83b95ac8ee4.zip |
Fix LICENSE, bug 301123.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/listen/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tinyos/listen/listen-1.1.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tinyos/listen/ChangeLog b/dev-tinyos/listen/ChangeLog index 2f075635b487..1a8fa026ff5f 100644 --- a/dev-tinyos/listen/ChangeLog +++ b/dev-tinyos/listen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tinyos/listen -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/listen/ChangeLog,v 1.4 2009/07/17 09:51:20 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/listen/ChangeLog,v 1.5 2010/02/06 11:56:09 ulm Exp $ + + 06 Feb 2010; Ulrich Mueller <ulm@gentoo.org> listen-1.1.15.ebuild: + Fix LICENSE, bug 301123. 17 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> listen-1.1.15.ebuild: Block media-sound/listen and media-radio/ax25-apps wrt #247811. diff --git a/dev-tinyos/listen/listen-1.1.15.ebuild b/dev-tinyos/listen/listen-1.1.15.ebuild index 73d9a8b687b5..02f8a3897a9b 100644 --- a/dev-tinyos/listen/listen-1.1.15.ebuild +++ b/dev-tinyos/listen/listen-1.1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/listen/listen-1.1.15.ebuild,v 1.3 2009/07/17 09:51:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/listen/listen-1.1.15.ebuild,v 1.4 2010/02/06 11:56:09 ulm Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ DESCRIPTION="Raw listen for TinyOS" HOMEPAGE="http://www.tinyos.net/" SRC_URI="http://www.tinyos.net/dist-1.1.0/tinyos/source/${MY_P}-${PV}${CVS_MONTH}${CVS_YEAR}cvs.tar.gz" -LICENSE="Intel" +LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" |