diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-22 10:33:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-22 10:33:48 +0000 |
commit | 44c57a7949d6a007e8e703cdb6a424c5d1840b0f (patch) | |
tree | 06fa297bc73ea7fddba0ebb5bd5ccebe5e293abc /media-libs/libvisio | |
parent | Version bump to latest. Drop older. (diff) | |
download | gentoo-2-44c57a7949d6a007e8e703cdb6a424c5d1840b0f.tar.gz gentoo-2-44c57a7949d6a007e8e703cdb6a424c5d1840b0f.tar.bz2 gentoo-2-44c57a7949d6a007e8e703cdb6a424c5d1840b0f.zip |
Fix license.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-0.0.26.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog index 5a4e1af73322..7bd09575e12d 100644 --- a/media-libs/libvisio/ChangeLog +++ b/media-libs/libvisio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvisio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.48 2013/04/22 10:30:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.49 2013/04/22 10:33:48 scarabeus Exp $ + + 22 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> libvisio-0.0.26.ebuild, + libvisio-9999.ebuild: + Fix license. *libvisio-0.0.26 (22 Apr 2013) diff --git a/media-libs/libvisio/libvisio-0.0.26.ebuild b/media-libs/libvisio/libvisio-0.0.26.ebuild index 709d11058f86..d5af7dfd4469 100644 --- a/media-libs/libvisio/libvisio-0.0.26.ebuild +++ b/media-libs/libvisio/libvisio-0.0.26.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/media-libs/libvisio/libvisio-0.0.26.ebuild,v 1.1 2013/04/22 10:30:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.26.ebuild,v 1.2 2013/04/22 10:33:48 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library parsing the visio documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="LGPL-2.1" +LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index fe917392b0f7..00a07db5c1de 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.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/media-libs/libvisio/libvisio-9999.ebuild,v 1.17 2013/04/22 10:30:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.18 2013/04/22 10:33:48 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library parsing the visio documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="LGPL-2.1" +LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" |