diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2013-01-11 20:16:58 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2013-01-11 20:16:58 +0000 |
commit | 735fc3e99eed5435bdc815d0ead36ab4ca942a71 (patch) | |
tree | a5f61c6db7fbfe1804d462cf278da593d087b95c | |
parent | Remove /var/run from install image. #450830. (diff) | |
download | gentoo-2-735fc3e99eed5435bdc815d0ead36ab4ca942a71.tar.gz gentoo-2-735fc3e99eed5435bdc815d0ead36ab4ca942a71.tar.bz2 gentoo-2-735fc3e99eed5435bdc815d0ead36ab4ca942a71.zip |
Fix license for >=2.0_rc5. #450304
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
-rw-r--r-- | media-gfx/openmesh/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/openmesh/openmesh-2.0_rc5.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/openmesh/openmesh-2.1.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/openmesh/openmesh-2.2.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/media-gfx/openmesh/ChangeLog b/media-gfx/openmesh/ChangeLog index a1c791a3b895..492ea06c9936 100644 --- a/media-gfx/openmesh/ChangeLog +++ b/media-gfx/openmesh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/openmesh -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/ChangeLog,v 1.25 2012/09/23 08:26:50 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/ChangeLog,v 1.26 2013/01/11 20:16:58 jsbronder Exp $ + + 11 Jan 2013; Justin Bronder <jsbronder@gentoo.org> openmesh-2.0_rc5.ebuild, + openmesh-2.1.ebuild, openmesh-2.2.ebuild: + Fix license for >=2.0_rc5. #450304 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> openmesh-2.2.ebuild: x86 stable wrt bug #430546 diff --git a/media-gfx/openmesh/openmesh-2.0_rc5.ebuild b/media-gfx/openmesh/openmesh-2.0_rc5.ebuild index 84f0b4abe4fd..0f70bed3b47b 100644 --- a/media-gfx/openmesh/openmesh-2.0_rc5.ebuild +++ b/media-gfx/openmesh/openmesh-2.0_rc5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.0_rc5.ebuild,v 1.4 2012/06/08 02:55:55 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.0_rc5.ebuild,v 1.5 2013/01/11 20:16:58 jsbronder Exp $ EAPI="3" inherit eutils flag-o-matic cmake-utils @@ -13,8 +13,7 @@ DESCRIPTION="A generic and efficient data structure for representing and manipul HOMEPAGE="http://www.openmesh.org/" SRC_URI="http://openmesh.org/fileadmin/${PN}-files/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" -# See COPYING.EXCEPTIONS -LICENSE="LGPL-3 as-is" +LICENSE="LGPL-3-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="qt4 debug static-libs" diff --git a/media-gfx/openmesh/openmesh-2.1.ebuild b/media-gfx/openmesh/openmesh-2.1.ebuild index ea88381a946a..135341ce4da4 100644 --- a/media-gfx/openmesh/openmesh-2.1.ebuild +++ b/media-gfx/openmesh/openmesh-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.1.ebuild,v 1.1 2012/02/20 22:30:03 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.1.ebuild,v 1.2 2013/01/11 20:16:58 jsbronder Exp $ EAPI="3" inherit eutils cmake-utils @@ -13,8 +13,7 @@ DESCRIPTION="A generic and efficient data structure for representing and manipul HOMEPAGE="http://www.openmesh.org/" SRC_URI="http://openmesh.org/fileadmin/${PN}-files/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" -# See COPYING.EXCEPTIONS -LICENSE="LGPL-3 as-is" +LICENSE="LGPL-3-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="qt4 static-libs" diff --git a/media-gfx/openmesh/openmesh-2.2.ebuild b/media-gfx/openmesh/openmesh-2.2.ebuild index 8be183aa2100..d74e3ea13f25 100644 --- a/media-gfx/openmesh/openmesh-2.2.ebuild +++ b/media-gfx/openmesh/openmesh-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.2.ebuild,v 1.3 2012/09/23 08:26:50 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/openmesh/openmesh-2.2.ebuild,v 1.4 2013/01/11 20:16:58 jsbronder Exp $ EAPI="3" inherit eutils cmake-utils @@ -13,8 +13,7 @@ DESCRIPTION="A generic and efficient data structure for representing and manipul HOMEPAGE="http://www.openmesh.org/" SRC_URI="http://openmesh.org/fileadmin/${PN}-files/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" -# See COPYING.EXCEPTIONS -LICENSE="LGPL-3 as-is" +LICENSE="LGPL-3-with-linking-exception" SLOT="0" KEYWORDS="amd64 x86" IUSE="qt4 static-libs" |