diff options
author | Gérald Fenoy <djay@gentoo.org> | 2007-01-10 14:10:09 +0000 |
---|---|---|
committer | Gérald Fenoy <djay@gentoo.org> | 2007-01-10 14:10:09 +0000 |
commit | 407776775508b8d9bc133294dfc21d579d49aa02 (patch) | |
tree | b882f840cb610e2ba2a2dbd54bbbea36573dec77 /sci-libs/libecwj2 | |
parent | Dont install shhopt.h anymore #161225 by Stefano Balocco. (diff) | |
download | gentoo-2-407776775508b8d9bc133294dfc21d579d49aa02.tar.gz gentoo-2-407776775508b8d9bc133294dfc21d579d49aa02.tar.bz2 gentoo-2-407776775508b8d9bc133294dfc21d579d49aa02.zip |
PKG_URL correct syntaxe
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-libs/libecwj2')
-rw-r--r-- | sci-libs/libecwj2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libecwj2/libecwj2-3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libecwj2/ChangeLog b/sci-libs/libecwj2/ChangeLog index 9ffc8d726d97..0bb3bc3ed249 100644 --- a/sci-libs/libecwj2/ChangeLog +++ b/sci-libs/libecwj2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libecwj2 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.1 2006/12/19 15:27:16 djay Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/ChangeLog,v 1.2 2007/01/10 14:10:09 djay Exp $ + + 10 Jan 2007; <djay@gentoo.org> libecwj2-3.3.ebuild: + Correct the PKG_URL syntaxe *libecwj2-3.3 (19 Dec 2006) diff --git a/sci-libs/libecwj2/libecwj2-3.3.ebuild b/sci-libs/libecwj2/libecwj2-3.3.ebuild index 609e15ee2350..5ccbd71c753a 100644 --- a/sci-libs/libecwj2/libecwj2-3.3.ebuild +++ b/sci-libs/libecwj2/libecwj2-3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.1 2006/12/19 15:27:16 djay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.2 2007/01/10 14:10:09 djay Exp $ DESCRIPTION="This library offers read (decompress) and write (compress) for both the ECW and the ISO JPEG 2000 image file formats" SRC_URI="${P}-2006-09-06.zip" HOMEPAGE="http://www.ermapper.com/ecw/" -PKG_URL="http//www.ermapper.com/downloads/download_view.aspx?PRODUCT_VERSION_ID=305" +PKG_URL="http://www.ermapper.com/downloads/download_view.aspx?PRODUCT_VERSION_ID=305" LICENSE="ECWPL" RESTRICT="fetch" |