diff options
author | 2014-04-14 10:50:12 +0000 | |
---|---|---|
committer | 2014-04-14 10:50:12 +0000 | |
commit | 100f81b432d425334345659a65ee2d9a6e77a271 (patch) | |
tree | bbedf271164a7cfa966a1e744fbe728d42704060 /media-libs/libcdr | |
parent | Version bump. (diff) | |
download | gentoo-2-100f81b432d425334345659a65ee2d9a6e77a271.tar.gz gentoo-2-100f81b432d425334345659a65ee2d9a6e77a271.tar.bz2 gentoo-2-100f81b432d425334345659a65ee2d9a6e77a271.zip |
Bump to hotfix release. Update license to match reality.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-0.0.16.ebuild (renamed from media-libs/libcdr/libcdr-0.0.15.ebuild) | 4 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-9999.ebuild | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-libs/libcdr/ChangeLog b/media-libs/libcdr/ChangeLog index e9549a7273eb..c82b13276028 100644 --- a/media-libs/libcdr/ChangeLog +++ b/media-libs/libcdr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libcdr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.31 2014/04/08 08:26:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/ChangeLog,v 1.32 2014/04/14 10:50:12 scarabeus Exp $ + +*libcdr-0.0.16 (14 Apr 2014) + + 14 Apr 2014; Tomáš Chvátal <scarabeus@gentoo.org> +libcdr-0.0.16.ebuild, + -libcdr-0.0.15.ebuild, libcdr-9999.ebuild: + Bump to hotfix release. Update license to match reality. *libcdr-0.0.15 (08 Apr 2014) diff --git a/media-libs/libcdr/libcdr-0.0.15.ebuild b/media-libs/libcdr/libcdr-0.0.16.ebuild index f7d291d06f52..1b66d5245187 100644 --- a/media-libs/libcdr/libcdr-0.0.15.ebuild +++ b/media-libs/libcdr/libcdr-0.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.15.ebuild,v 1.1 2014/04/08 08:26:15 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-0.0.16.ebuild,v 1.1 2014/04/14 10:50:12 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libcdr" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="LGPL-2.1" +LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc static-libs" diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index eb5aa098e96d..3ccf1ebce40a 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-9999.ebuild,v 1.10 2013/04/22 14:09:12 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdr/libcdr-9999.ebuild,v 1.11 2014/04/14 10:50:12 scarabeus Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="http://www.freedesktop.org/wiki/Software/libcdr" [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" -LICENSE="LGPL-2.1" +LICENSE="MPL-2.0" SLOT="0" [[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc static-libs" |