diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-04 14:45:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-04 14:45:48 +0000 |
commit | 1b87180462bcfbf172d8f80d42dbf6920c303395 (patch) | |
tree | 02c26fb1dca9c1caee06367a639f125434236ec9 | |
parent | Add gd to MISC-FREE license group, bug 450244. (diff) | |
download | gentoo-2-1b87180462bcfbf172d8f80d42dbf6920c303395.tar.gz gentoo-2-1b87180462bcfbf172d8f80d42dbf6920c303395.tar.bz2 gentoo-2-1b87180462bcfbf172d8f80d42dbf6920c303395.zip |
Fix LICENSE, see COPYING and notices in source files, bug 450244.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
-rw-r--r-- | media-libs/gd/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gd/gd-2.0.35-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog index b965bd46d163..7c81dca477a6 100644 --- a/media-libs/gd/ChangeLog +++ b/media-libs/gd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.85 2012/05/05 08:02:43 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.86 2013/01/04 14:45:48 ulm Exp $ + + 04 Jan 2013; Ulrich Müller <ulm@gentoo.org> gd-2.0.35-r3.ebuild: + Fix LICENSE, see COPYING and notices in source files, bug 450244. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gd-2.0.35-r3.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/media-libs/gd/gd-2.0.35-r3.ebuild b/media-libs/gd/gd-2.0.35-r3.ebuild index 17869aad7ad4..b7da7b78ac4a 100644 --- a/media-libs/gd/gd-2.0.35-r3.ebuild +++ b/media-libs/gd/gd-2.0.35-r3.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-libs/gd/gd-2.0.35-r3.ebuild,v 1.18 2012/05/05 08:02:43 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.19 2013/01/04 14:45:48 ulm Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" SRC_URI="http://libgd.org/releases/${P}.tar.bz2" -LICENSE="as-is BSD" +LICENSE="gd IJG HPND BSD" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="fontconfig jpeg png static-libs truetype xpm zlib" |