* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.70.ebuild ChangeLog
@ 2013-05-12 8:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-12 8:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/05/12 08:56:48
Modified: ChangeLog
Added: gifsicle-1.70.ebuild
Log:
Version bump wrt #453820 by Agostino Sarubbo. Use LICENSE="clp" for include/lcdf/clp.h and src/clp.c.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.46 media-gfx/gifsicle/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 12 May 2013 08:46:55 -0000 1.45
+++ ChangeLog 12 May 2013 08:56:47 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/gifsicle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.45 2013/05/12 08:46:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.46 2013/05/12 08:56:47 ssuominen Exp $
+
+*gifsicle-1.70 (12 May 2013)
+
+ 12 May 2013; Samuli Suominen <ssuominen@gentoo.org> +gifsicle-1.70.ebuild:
+ Version bump wrt #453820 by Agostino Sarubbo. Use LICENSE="clp" for
+ include/lcdf/clp.h and src/clp.c.
12 May 2013; Samuli Suominen <ssuominen@gentoo.org> -gifsicle-1.64.ebuild:
old
1.1 media-gfx/gifsicle/gifsicle-1.70.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild?rev=1.1&content-type=text/plain
Index: gifsicle-1.70.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild,v 1.1 2013/05/12 08:56:47 ssuominen Exp $
EAPI=5
DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations"
HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/"
SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
LICENSE="clp GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="X"
RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )"
DEPEND="${RDEPEND}
X? ( x11-proto/xproto )"
src_configure() {
local myconf
use X || myconf='--disable-gifview'
econf ${myconf}
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.70.ebuild ChangeLog
@ 2013-05-12 11:20 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-12 11:20 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/05/12 11:20:31
Modified: gifsicle-1.70.ebuild ChangeLog
Log:
The full license of include/lcdf/clp.h and src/clp.c is in fact MIT as per http://web.archive.org/web/20050407210616/http://www.pdos.lcs.mit.edu/click/license.html
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.2 media-gfx/gifsicle/gifsicle-1.70.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild?r1=1.1&r2=1.2
Index: gifsicle-1.70.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gifsicle-1.70.ebuild 12 May 2013 08:56:47 -0000 1.1
+++ gifsicle-1.70.ebuild 12 May 2013 11:20:31 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild,v 1.1 2013/05/12 08:56:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.70.ebuild,v 1.2 2013/05/12 11:20:31 ssuominen Exp $
EAPI=5
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/"
SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz"
-LICENSE="clp GPL-2"
+LICENSE="GPL-2 MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="X"
1.47 media-gfx/gifsicle/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gifsicle/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 12 May 2013 08:56:47 -0000 1.46
+++ ChangeLog 12 May 2013 11:20:31 -0000 1.47
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/gifsicle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.46 2013/05/12 08:56:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/ChangeLog,v 1.47 2013/05/12 11:20:31 ssuominen Exp $
+
+ 12 May 2013; Samuli Suominen <ssuominen@gentoo.org> gifsicle-1.70.ebuild:
+ The full license of include/lcdf/clp.h and src/clp.c is in fact MIT as per
+ http://web.archive.org/web/20050407210616/http://www.pdos.lcs.mit.edu/click/l
+ icense.html
*gifsicle-1.70 (12 May 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-12 11:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-12 11:20 [gentoo-commits] gentoo-x86 commit in media-gfx/gifsicle: gifsicle-1.70.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-05-12 8:56 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox