diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-11-01 09:01:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-11-01 09:01:47 +0000 |
commit | 459176dc1e5554ddf4b2155f6931e3360185dbdd (patch) | |
tree | 3f287845619a9440e15a4727bd5d4ce308fa58b6 /media-libs | |
parent | Add new dependency for libfreehand. (diff) | |
download | gentoo-2-459176dc1e5554ddf4b2155f6931e3360185dbdd.tar.gz gentoo-2-459176dc1e5554ddf4b2155f6931e3360185dbdd.tar.bz2 gentoo-2-459176dc1e5554ddf4b2155f6931e3360185dbdd.zip |
Fix license.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libfreehand/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libfreehand/libfreehand-0.0.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libfreehand/libfreehand-9999.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/libfreehand/ChangeLog b/media-libs/libfreehand/ChangeLog index 5159e4d0528f..841306204b52 100644 --- a/media-libs/libfreehand/ChangeLog +++ b/media-libs/libfreehand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libfreehand # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.1 2013/11/01 08:50:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/ChangeLog,v 1.2 2013/11/01 09:01:47 scarabeus Exp $ + + 01 Nov 2013; Tomáš Chvátal <scarabeus@gentoo.org> libfreehand-0.0.0.ebuild, + libfreehand-9999.ebuild: + Fix license. *libfreehand-9999 (01 Nov 2013) *libfreehand-0.0.0 (01 Nov 2013) @@ -8,4 +12,3 @@ 01 Nov 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libfreehand-0.0.0.ebuild, +libfreehand-9999.ebuild, +metadata.xml: Intial commit as it is dep for lo 4.2. - diff --git a/media-libs/libfreehand/libfreehand-0.0.0.ebuild b/media-libs/libfreehand/libfreehand-0.0.0.ebuild index 92a3936ac5aa..4ba943bcaeda 100644 --- a/media-libs/libfreehand/libfreehand-0.0.0.ebuild +++ b/media-libs/libfreehand/libfreehand-0.0.0.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/libfreehand/libfreehand-0.0.0.ebuild,v 1.1 2013/11/01 08:50:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-0.0.0.ebuild,v 1.2 2013/11/01 09:01:47 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library for import of FreeHand drawings" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libfreehand/" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" +LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild index 27a59177f76d..af339c43353f 100644 --- a/media-libs/libfreehand/libfreehand-9999.ebuild +++ b/media-libs/libfreehand/libfreehand-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/libfreehand/libfreehand-9999.ebuild,v 1.1 2013/11/01 08:50:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfreehand/libfreehand-9999.ebuild,v 1.2 2013/11/01 09:01:47 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library for import of FreeHand drawings" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libfreehand/" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" +LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" |