diff options
author | 2013-02-07 21:49:28 +0000 | |
---|---|---|
committer | 2013-02-07 21:49:28 +0000 | |
commit | b0151db2db582cac2701ab62ceec099b0bc5ee03 (patch) | |
tree | 7e7f9a068021f1642180f43ca91d4a8c8cbd6836 /dev-embedded/arduino | |
parent | Move Creative Commons licenses to shorter names. (diff) | |
download | gentoo-2-b0151db2db582cac2701ab62ceec099b0bc5ee03.tar.gz gentoo-2-b0151db2db582cac2701ab62ceec099b0bc5ee03.tar.bz2 gentoo-2-b0151db2db582cac2701ab62ceec099b0bc5ee03.zip |
Move Creative Commons licenses to shorter names.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-embedded/arduino')
-rw-r--r-- | dev-embedded/arduino/ChangeLog | 5 | ||||
-rw-r--r-- | dev-embedded/arduino/arduino-1.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-embedded/arduino/ChangeLog b/dev-embedded/arduino/ChangeLog index 8b7316cee342..ae27400560ab 100644 --- a/dev-embedded/arduino/ChangeLog +++ b/dev-embedded/arduino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/arduino # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v 1.13 2013/02/02 20:19:37 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v 1.14 2013/02/07 21:49:28 ulm Exp $ + + 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> arduino-1.0.3-r1.ebuild: + Move Creative Commons licenses to shorter names. 02 Feb 2013; Angelo Arrifano <miknix@gentoo.org> arduino-1.0.3-r1.ebuild: Fix install doc, #455136 diff --git a/dev-embedded/arduino/arduino-1.0.3-r1.ebuild b/dev-embedded/arduino/arduino-1.0.3-r1.ebuild index 68b079e0cb8f..69fd9910b3a5 100644 --- a/dev-embedded/arduino/arduino-1.0.3-r1.ebuild +++ b/dev-embedded/arduino/arduino-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-1.0.3-r1.ebuild,v 1.3 2013/02/02 20:19:37 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-1.0.3-r1.ebuild,v 1.4 2013/02/07 21:49:28 ulm Exp $ EAPI=4 JAVA_PKG_IUSE="doc examples" @@ -11,7 +11,7 @@ DESCRIPTION="An open-source AVR electronics prototyping platform" HOMEPAGE="http://arduino.cc/ http://arduino.googlecode.com/" SRC_URI="http://${PN}.googlecode.com/files/${P}-src.tar.gz mirror://gentoo/arduino-icons.tar.bz2" -LICENSE="GPL-2 GPL-2+ LGPL-2 CCPL-Attribution-ShareAlike-3.0" +LICENSE="GPL-2 GPL-2+ LGPL-2 CC-BY-SA-3.0" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="strip binchecks" |