diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 11:58:54 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-06 11:58:54 +0000 |
commit | 2d67c3bf99e0cbc78dcc376a30b358a4aa449eb0 (patch) | |
tree | 2492b4179b05eb759095283b327b1a33778b339e /dev-tinyos | |
parent | Fix LICENSE, bug 301123. (diff) | |
download | gentoo-2-2d67c3bf99e0cbc78dcc376a30b358a4aa449eb0.tar.gz gentoo-2-2d67c3bf99e0cbc78dcc376a30b358a4aa449eb0.tar.bz2 gentoo-2-2d67c3bf99e0cbc78dcc376a30b358a4aa449eb0.zip |
Fix LICENSE, bug 301123.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/tos-getenv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tinyos/tos-getenv/ChangeLog b/dev-tinyos/tos-getenv/ChangeLog index 7ebbd0451373..17092ea3fcf7 100644 --- a/dev-tinyos/tos-getenv/ChangeLog +++ b/dev-tinyos/tos-getenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tinyos/tos-getenv -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-getenv/ChangeLog,v 1.5 2007/03/05 22:40:04 sanchan Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-getenv/ChangeLog,v 1.6 2010/02/06 11:58:54 ulm Exp $ + + 06 Feb 2010; Ulrich Mueller <ulm@gentoo.org> tos-getenv-1.1.15-r1.ebuild: + Fix LICENSE, bug 301123. 05 Mar 2007; Sandro Bonazzola <sanchan@gentoo.org> ChangeLog: Removing myself from metadata.xml as I'm stepping back. diff --git a/dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild b/dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild index 6e552b8d5181..add565b9250d 100644 --- a/dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild +++ b/dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/tos-getenv/tos-getenv-1.1.15-r1.ebuild,v 1.3 2007/07/15 02:46:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/tos-getenv/tos-getenv-1.1.15-r1.ebuild,v 1.4 2010/02/06 11:58:54 ulm Exp $ CVS_MONTH="Dec" CVS_YEAR="2005" @@ -11,7 +11,7 @@ inherit eutils java-pkg-2 toolchain-funcs DESCRIPTION="TinyOS JNI getenv support library" 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" DEPEND=">=dev-java/ibm-jdk-bin-1.4.0 |