diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-16 16:12:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-16 16:12:57 +0000 |
commit | c759949258b263ed2272f0e2b36f8a3e746e4d29 (patch) | |
tree | 7bc96bf76fc35aacef0db037798a34c63c7cda12 /media-libs/jpeg | |
parent | old (diff) | |
download | gentoo-2-c759949258b263ed2272f0e2b36f8a3e746e4d29.tar.gz gentoo-2-c759949258b263ed2272f0e2b36f8a3e746e4d29.tar.bz2 gentoo-2-c759949258b263ed2272f0e2b36f8a3e746e4d29.zip |
Fix LICENSE, see README file, bug 447278.
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-libs/jpeg')
-rw-r--r-- | media-libs/jpeg/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r9.ebuild | 4 | ||||
-rw-r--r-- | media-libs/jpeg/jpeg-8d.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/jpeg/ChangeLog b/media-libs/jpeg/ChangeLog index 95c3f82151d6..4829380351fc 100644 --- a/media-libs/jpeg/ChangeLog +++ b/media-libs/jpeg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/jpeg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.135 2012/11/14 14:46:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.136 2012/12/16 16:12:57 ulm Exp $ + + 16 Dec 2012; Ulrich Müller <ulm@gentoo.org> jpeg-6b-r9.ebuild, + jpeg-8d.ebuild: + Fix LICENSE, see README file, bug 447278. 14 Nov 2012; Justin Lecher <jlec@gentoo.org> jpeg-6b-r9.ebuild: Prefix fix for temporary installation directory diff --git a/media-libs/jpeg/jpeg-6b-r9.ebuild b/media-libs/jpeg/jpeg-6b-r9.ebuild index ce2c0fd11487..530f5c5bcd3c 100644 --- a/media-libs/jpeg/jpeg-6b-r9.ebuild +++ b/media-libs/jpeg/jpeg-6b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r9.ebuild,v 1.5 2012/11/14 14:46:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r9.ebuild,v 1.6 2012/12/16 16:12:57 ulm Exp $ # this ebuild is only for the libjpeg.so.62 SONAME for ABI compat @@ -13,7 +13,7 @@ HOMEPAGE="http://www.ijg.org/" SRC_URI="mirror://gentoo/jpegsrc.v${PV}.tar.gz mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" -LICENSE="as-is" +LICENSE="IJG" SLOT="62" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" diff --git a/media-libs/jpeg/jpeg-8d.ebuild b/media-libs/jpeg/jpeg-8d.ebuild index 98b0ed94d4b4..e89055fa8041 100644 --- a/media-libs/jpeg/jpeg-8d.ebuild +++ b/media-libs/jpeg/jpeg-8d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d.ebuild,v 1.5 2012/05/21 14:43:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d.ebuild,v 1.6 2012/12/16 16:12:57 ulm Exp $ EAPI=4 inherit eutils libtool toolchain-funcs @@ -13,7 +13,7 @@ HOMEPAGE="http://jpegclub.org/ http://www.ijg.org/" SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz mirror://debian/pool/main/${MY_PN:0:4}/${MY_PN}/${MY_PN}_${PV}-${MY_PV}.debian.tar.gz" -LICENSE="as-is" +LICENSE="IJG" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" |