public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2012-10-06  9:49 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-06  9:49 UTC (permalink / raw
  To: gentoo-commits

jlec        12/10/06 09:49:18

  Modified:             ChangeLog
  Added:                tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Import fedora patch for zlib-1.2.7
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Jul 2012 14:05:46 -0000	1.49
+++ ChangeLog	6 Oct 2012 09:49:18 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.49 2012/07/07 14:05:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.50 2012/10/06 09:49:18 jlec Exp $
+
+*tkimg-1.4-r7 (06 Oct 2012)
+
+  06 Oct 2012; Justin Lecher <jlec@gentoo.org> +tkimg-1.4-r7.ebuild,
+  +files/tkimg-1.4-zlib127-gzgetc_fix.patch:
+  Import fedora patch for zlib-1.2.7
 
 *tkimg-1.4-r6 (07 Jul 2012)
 



1.1                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.1&content-type=text/plain

Index: tkimg-1.4-r7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.1 2012/10/06 09:49:18 jlec Exp $

EAPI=4

VIRTUALX_USE=test

inherit eutils multilib prefix virtualx

MYP="${PN}${PV}"

DESCRIPTION="Adds a lot of image formats to Tcl/Tk"
HOMEPAGE="http://tkimg.sourceforge.net/"
SRC_URI="
	http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo+bundled-tiff.patch.xz
	mirror://sourceforge/${PN}/${PV}/${MYP}.tar.bz2"

IUSE="doc test"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"

RDEPEND="
	dev-lang/tk
	>=dev-tcltk/tcllib-1.11
	media-libs/tiff:0
	media-libs/libpng:0
	>=sys-libs/zlib-1.2.7
	virtual/jpeg"
DEPEND="${RDEPEND}
	test? (
		x11-apps/xhost
		media-fonts/font-misc-misc
		media-fonts/font-cursor-misc )"

# Fails with jpeg-turbo silently, #386253
RESTRICT="test"

S="${WORKDIR}/${MYP}"

src_prepare() {
	epatch \
		"${WORKDIR}"/${P}-gentoo+bundled-tiff.patch \
		"${FILESDIR}"/${P}-jbig.patch \
		"${FILESDIR}"/${P}-zlib-1.2.6.patch \
		"${FILESDIR}"/${P}-libtiff.patch \
		"${FILESDIR}"/${P}-libtiff4.patch \
		"${FILESDIR}"/${P}-zlib127-gzgetc_fix.patch

	find compat/{libjpeg,libpng,zlib,libtiff} -delete

	sed \
		-e 's:-O2 -fomit-frame-pointer::g' \
		-e 's: -pipe::g' \
		-i */configure  || die

	eprefixify */*.h
}

src_test() {
	Xemake test || die "Xmake failed"
}

src_install() {
	local l bl

	emake \
		DESTDIR="${D}" \
		INSTALL_ROOT="${D}" \
		install

	# Make library links
	for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
		bl=$(basename $l)
		dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
	done

	dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE

	if use doc; then
		insinto /usr/share/doc/${PF}
		doins demo.tcl
		insinto /usr/share/doc/${PF}/html
		doins -r doc/*
	fi
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2012-11-11 17:58 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2012-11-11 17:58 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/11 17:58:21

  Modified:             ChangeLog tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Handle static-libs
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.52                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	7 Oct 2012 09:55:44 -0000	1.51
+++ ChangeLog	11 Nov 2012 17:58:21 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.51 2012/10/07 09:55:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.52 2012/11/11 17:58:21 jlec Exp $
+
+  11 Nov 2012; Justin Lecher <jlec@gentoo.org> tkimg-1.4-r7.ebuild:
+  Handle static-libs
 
   07 Oct 2012; Justin Lecher <jlec@gentoo.org>
   files/tkimg-1.4-zlib127-gzgetc_fix.patch,



1.2                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?r1=1.1&r2=1.2

Index: tkimg-1.4-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tkimg-1.4-r7.ebuild	6 Oct 2012 09:49:18 -0000	1.1
+++ tkimg-1.4-r7.ebuild	11 Nov 2012 17:58:21 -0000	1.2
@@ -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/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.1 2012/10/06 09:49:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.2 2012/11/11 17:58:21 jlec Exp $
 
 EAPI=4
 
@@ -16,10 +16,10 @@
 	http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo+bundled-tiff.patch.xz
 	mirror://sourceforge/${PN}/${PV}/${MYP}.tar.bz2"
 
-IUSE="doc test"
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test static-libs"
 
 RDEPEND="
 	dev-lang/tk
@@ -70,6 +70,10 @@
 		INSTALL_ROOT="${D}" \
 		install
 
+	if ! use static-libs; then
+		find "${ED}"/usr/$(get_libdir)/ -type f -name "*\.a" -delete || die
+	fi
+
 	# Make library links
 	for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
 		bl=$(basename $l)





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2012-11-13 14:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-13 14:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/13 14:23:18

  Modified:             ChangeLog tkimg-1.4-r7.ebuild
  Log:
  Stable for amd64, wrt bug #433016
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.53                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	11 Nov 2012 17:58:21 -0000	1.52
+++ ChangeLog	13 Nov 2012 14:23:18 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.52 2012/11/11 17:58:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.53 2012/11/13 14:23:18 ago Exp $
+
+  13 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r7.ebuild:
+  Stable for amd64, wrt bug #433016
 
   11 Nov 2012; Justin Lecher <jlec@gentoo.org> tkimg-1.4-r7.ebuild:
   Handle static-libs



1.3                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?r1=1.2&r2=1.3

Index: tkimg-1.4-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tkimg-1.4-r7.ebuild	11 Nov 2012 17:58:21 -0000	1.2
+++ tkimg-1.4-r7.ebuild	13 Nov 2012 14:23:18 -0000	1.3
@@ -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/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.2 2012/11/11 17:58:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.3 2012/11/13 14:23:18 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test static-libs"
 
 RDEPEND="





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2012-11-14  8:04 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2012-11-14  8:04 UTC (permalink / raw
  To: gentoo-commits

jlec        12/11/14 08:04:11

  Modified:             ChangeLog tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Respect AR and add missing DEP on x11-libs/libX11
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)

Revision  Changes    Path
1.54                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	13 Nov 2012 14:23:18 -0000	1.53
+++ ChangeLog	14 Nov 2012 08:04:11 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.53 2012/11/13 14:23:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.54 2012/11/14 08:04:11 jlec Exp $
+
+  14 Nov 2012; Justin Lecher <jlec@gentoo.org> tkimg-1.4-r7.ebuild:
+  Respect AR and add missing DEP on x11-libs/libX11
 
   13 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r7.ebuild:
   Stable for amd64, wrt bug #433016



1.4                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?r1=1.3&r2=1.4

Index: tkimg-1.4-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tkimg-1.4-r7.ebuild	13 Nov 2012 14:23:18 -0000	1.3
+++ tkimg-1.4-r7.ebuild	14 Nov 2012 08:04:11 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.3 2012/11/13 14:23:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.4 2012/11/14 08:04:11 jlec Exp $
 
 EAPI=4
 
 VIRTUALX_USE=test
 
-inherit eutils multilib prefix virtualx
+inherit eutils multilib prefix toolchain-funcs virtualx
 
 MYP="${PN}${PV}"
 
@@ -27,6 +27,7 @@
 	media-libs/tiff:0
 	media-libs/libpng:0
 	>=sys-libs/zlib-1.2.7
+	x11-libs/libX11
 	virtual/jpeg"
 DEPEND="${RDEPEND}
 	test? (
@@ -56,6 +57,7 @@
 		-i */configure  || die
 
 	eprefixify */*.h
+	tc-export AR
 }
 
 src_test() {





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2012-11-21 11:28 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-21 11:28 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/21 11:28:15

  Modified:             ChangeLog tkimg-1.4-r7.ebuild
  Log:
  Stable for x86, wrt bug #433016
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.56                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	17 Nov 2012 19:25:12 -0000	1.55
+++ ChangeLog	21 Nov 2012 11:28:15 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.55 2012/11/17 19:25:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.56 2012/11/21 11:28:15 ago Exp $
+
+  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r7.ebuild:
+  Stable for x86, wrt bug #433016
 
   17 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tkimg-1.4-r7.ebuild:
   stable ppc, bug #433016



1.6                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?r1=1.5&r2=1.6

Index: tkimg-1.4-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tkimg-1.4-r7.ebuild	17 Nov 2012 19:25:12 -0000	1.5
+++ tkimg-1.4-r7.ebuild	21 Nov 2012 11:28:15 -0000	1.6
@@ -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/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.5 2012/11/17 19:25:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild,v 1.6 2012/11/21 11:28:15 ago Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE="doc test static-libs"
 
 RDEPEND="





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2014-01-14 14:12 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-14 14:12 UTC (permalink / raw
  To: gentoo-commits

jlec        14/01/14 14:12:33

  Modified:             ChangeLog
  Removed:              tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Drop old
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.63                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	14 Jan 2014 13:56:43 -0000	1.62
+++ ChangeLog	14 Jan 2014 14:12:33 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.62 2014/01/14 13:56:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.63 2014/01/14 14:12:33 jlec Exp $
+
+  14 Jan 2014; Justin Lecher <jlec@gentoo.org> -tkimg-1.4-r7.ebuild:
+  Drop old
 
   14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r9.ebuild:
   Stable for x86, wrt bug #497706





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2014-01-14 16:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-14 16:16 UTC (permalink / raw
  To: gentoo-commits

jlec        14/01/14 16:16:56

  Modified:             ChangeLog
  Added:                tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Readd old version
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.64                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	14 Jan 2014 14:12:33 -0000	1.63
+++ ChangeLog	14 Jan 2014 16:16:56 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.63 2014/01/14 14:12:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.64 2014/01/14 16:16:56 jlec Exp $
+
+  14 Jan 2014; Justin Lecher <jlec@gentoo.org> +tkimg-1.4-r7.ebuild:
+  Readd old version
 
   14 Jan 2014; Justin Lecher <jlec@gentoo.org> -tkimg-1.4-r7.ebuild:
   Drop old



1.8                  dev-tcltk/tkimg/tkimg-1.4-r7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r7.ebuild?r1=1.7&r2=1.8






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild
@ 2014-03-06  9:38 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2014-03-06  9:38 UTC (permalink / raw
  To: gentoo-commits

jlec        14/03/06 09:38:34

  Modified:             ChangeLog
  Removed:              tkimg-1.4-r7.ebuild
  Log:
  dev-tcltk/tkimg: Drop old, #497702
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.66                 dev-tcltk/tkimg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	5 Mar 2014 15:45:24 -0000	1.65
+++ ChangeLog	6 Mar 2014 09:38:34 -0000	1.66
@@ -1,6 +1,12 @@
 # ChangeLog for dev-tcltk/tkimg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.65 2014/03/05 15:45:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.66 2014/03/06 09:38:34 jlec Exp $
+
+  06 Mar 2014; Justin Lecher <jlec@gentoo.org> -tkimg-1.4-r7.ebuild,
+  -files/tkimg-1.4-jbig.patch, -files/tkimg-1.4-libtiff.patch,
+  -files/tkimg-1.4-libtiff4.patch, -files/tkimg-1.4-zlib-1.2.6.patch,
+  -files/tkimg-1.4-zlib127-gzgetc_fix.patch:
+  Drop old, #497702
 
   05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> tkimg-1.4-r9.ebuild:
   Stable for ppc, wrt bug #497706





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-06  9:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  9:38 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.4-r7.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-14 16:16 Justin Lecher (jlec)
2014-01-14 14:12 Justin Lecher (jlec)
2012-11-21 11:28 Agostino Sarubbo (ago)
2012-11-14  8:04 Justin Lecher (jlec)
2012-11-13 14:23 Agostino Sarubbo (ago)
2012-11-11 17:58 Justin Lecher (jlec)
2012-10-06  9:49 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox