diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-12-13 18:36:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-12-13 18:36:40 +0000 |
commit | 878e2c5ca2bf8505a4a1bea398b66bbcef078c4a (patch) | |
tree | 284f42ad11d779dda9d960e4f45bc78865bc118f /dev-ml | |
parent | Security cleanup (diff) | |
download | gentoo-2-878e2c5ca2bf8505a4a1bea398b66bbcef078c4a.tar.gz gentoo-2-878e2c5ca2bf8505a4a1bea398b66bbcef078c4a.tar.bz2 gentoo-2-878e2c5ca2bf8505a4a1bea398b66bbcef078c4a.zip |
Fix LICENSE.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlpdf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlpdf/camlpdf-2.1.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/camlpdf/ChangeLog b/dev-ml/camlpdf/ChangeLog index 9deaef259494..37e07ceb8997 100644 --- a/dev-ml/camlpdf/ChangeLog +++ b/dev-ml/camlpdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlpdf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlpdf/ChangeLog,v 1.2 2014/12/07 18:37:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlpdf/ChangeLog,v 1.3 2014/12/13 18:36:40 radhermit Exp $ + + 13 Dec 2014; Tim Harder <radhermit@gentoo.org> camlpdf-2.1.1.ebuild: + Fix LICENSE. 07 Dec 2014; Tim Harder <radhermit@gentoo.org> camlpdf-2.1.1.ebuild: Install changelog and readme files. diff --git a/dev-ml/camlpdf/camlpdf-2.1.1.ebuild b/dev-ml/camlpdf/camlpdf-2.1.1.ebuild index b89b2e706a37..8bf281563342 100644 --- a/dev-ml/camlpdf/camlpdf-2.1.1.ebuild +++ b/dev-ml/camlpdf/camlpdf-2.1.1.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/dev-ml/camlpdf/camlpdf-2.1.1.ebuild,v 1.2 2014/12/07 18:37:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlpdf/camlpdf-2.1.1.ebuild,v 1.3 2014/12/13 18:36:40 radhermit Exp $ EAPI=5 @@ -10,7 +10,8 @@ DESCRIPTION="OCaml library for reading, writing, and modifying PDF files" HOMEPAGE="https://github.com/johnwhitington/camlpdf/" SRC_URI="https://github.com/johnwhitington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-2.1+" +# technically LGPL-2.1+ with linking exception +LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="doc examples" |