* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-10-25 5:59 Justin Lecher (jlec)
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2011-10-25 5:59 UTC (permalink / raw
To: gentoo-commits
jlec 11/10/25 05:59:59
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
Added USE=static-libs requested by ago
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.51 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 24 Oct 2011 20:25:24 -0000 1.50
+++ ChangeLog 25 Oct 2011 05:59:59 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.50 2011/10/24 20:25:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.51 2011/10/25 05:59:59 jlec Exp $
+
+ 25 Oct 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
+ Added USE=static-libs requested by ago
24 Oct 2011; Markus Meier <maekke@gentoo.org> blt-2.4z-r5.ebuild:
arm stable, bug #387849
1.3 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.2&r2=1.3
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blt-2.4z-r10.ebuild 24 Oct 2011 17:54:44 -0000 1.2
+++ blt-2.4z-r10.ebuild 25 Oct 2011 05:59:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.2 2011/10/24 17:54:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.3 2011/10/25 05:59:59 jlec Exp $
EAPI="3"
@@ -14,7 +14,7 @@
http://jos.decoster.googlepages.com/bltfortk8.5.2"
SRC_URI="http://jos.decoster.googlepages.com/${PN}${PV}${MY_V_SUFFIX}.tar.gz"
-IUSE="jpeg X"
+IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
@@ -105,4 +105,8 @@
# fix for linking against shared lib with -lBLT or -lBLTlite
dosym libBLT24$(get_libname) /usr/$(get_libdir)/libBLT$(get_libname) || die
dosym libBLTlite24$(get_libname) /usr/$(get_libdir)/libBLTlite$(get_libname) || die
+
+ use static-libs || \
+ find "${ED}"/usr/$(get_libdir) -name "*.a" -print0 | \
+ xargs -r -0 rm -fv
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-10-26 14:34 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-26 14:34 UTC (permalink / raw
To: gentoo-commits
jer 11/10/26 14:34:49
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
Stable for HPPA (bug #387849).
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.52 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 25 Oct 2011 05:59:59 -0000 1.51
+++ ChangeLog 26 Oct 2011 14:34:49 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.51 2011/10/25 05:59:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.52 2011/10/26 14:34:49 jer Exp $
+
+ 26 Oct 2011; Jeroen Roovers <jer@gentoo.org> blt-2.4z-r10.ebuild:
+ Stable for HPPA (bug #387849).
25 Oct 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
Added USE=static-libs requested by ago
1.4 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.3&r2=1.4
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blt-2.4z-r10.ebuild 25 Oct 2011 05:59:59 -0000 1.3
+++ blt-2.4z-r10.ebuild 26 Oct 2011 14:34:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.3 2011/10/25 05:59:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.4 2011/10/26 14:34:49 jer Exp $
EAPI="3"
@@ -17,7 +17,7 @@
IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-10-30 14:56 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-10-30 14:56 UTC (permalink / raw
To: gentoo-commits
armin76 11/10/30 14:56:27
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
alpha/arm/ia64/s390/sh/sparc stable wrt #387849
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.54 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 26 Oct 2011 14:36:23 -0000 1.53
+++ ChangeLog 30 Oct 2011 14:56:26 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.53 2011/10/26 14:36:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.54 2011/10/30 14:56:26 armin76 Exp $
+
+ 30 Oct 2011; Raúl Porcel <armin76@gentoo.org> blt-2.4z-r10.ebuild:
+ alpha/arm/ia64/s390/sh/sparc stable wrt #387849
26 Oct 2011; Jeroen Roovers <jer@gentoo.org> blt-2.4z-r10.ebuild:
Stable for HPPA (bug #368583).
1.5 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.4&r2=1.5
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- blt-2.4z-r10.ebuild 26 Oct 2011 14:34:49 -0000 1.4
+++ blt-2.4z-r10.ebuild 30 Oct 2011 14:56:26 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.4 2011/10/26 14:34:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.5 2011/10/30 14:56:26 armin76 Exp $
EAPI="3"
@@ -17,7 +17,7 @@
IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-11-01 14:11 Tony Vroon (chainsaw)
0 siblings, 0 replies; 10+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-11-01 14:11 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/11/01 14:11:32
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #368583.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Revision Changes Path
1.55 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 30 Oct 2011 14:56:26 -0000 1.54
+++ ChangeLog 1 Nov 2011 14:11:31 -0000 1.55
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.54 2011/10/30 14:56:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.55 2011/11/01 14:11:31 chainsaw Exp $
+
+ 01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> blt-2.4z-r10.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+ "idella4" Delaney in bug #368583.
30 Oct 2011; Raúl Porcel <armin76@gentoo.org> blt-2.4z-r10.ebuild:
alpha/arm/ia64/s390/sh/sparc stable wrt #387849
1.6 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.5&r2=1.6
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blt-2.4z-r10.ebuild 30 Oct 2011 14:56:26 -0000 1.5
+++ blt-2.4z-r10.ebuild 1 Nov 2011 14:11:31 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.5 2011/10/30 14:56:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.6 2011/11/01 14:11:31 chainsaw Exp $
EAPI="3"
@@ -17,7 +17,7 @@
IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-11-02 14:56 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-02 14:56 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/11/02 14:56:28
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
x86 stable wrt bug #368583
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.56 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 1 Nov 2011 14:11:31 -0000 1.55
+++ ChangeLog 2 Nov 2011 14:56:28 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.55 2011/11/01 14:11:31 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.56 2011/11/02 14:56:28 phajdan.jr Exp $
+
+ 02 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> blt-2.4z-r10.ebuild:
+ x86 stable wrt bug #368583
01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> blt-2.4z-r10.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
1.7 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.6&r2=1.7
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- blt-2.4z-r10.ebuild 1 Nov 2011 14:11:31 -0000 1.6
+++ blt-2.4z-r10.ebuild 2 Nov 2011 14:56:28 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.6 2011/11/01 14:11:31 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.7 2011/11/02 14:56:28 phajdan.jr Exp $
EAPI="3"
@@ -17,7 +17,7 @@
IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2011-12-15 17:07 Justin Lecher (jlec)
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2011-12-15 17:07 UTC (permalink / raw
To: gentoo-commits
jlec 11/12/15 17:07:46
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
Mirror the sources, #394797
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.59 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 20 Nov 2011 09:51:57 -0000 1.58
+++ ChangeLog 15 Dec 2011 17:07:46 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.58 2011/11/20 09:51:57 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.59 2011/12/15 17:07:46 jlec Exp $
+
+ 15 Dec 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
+ Mirror the sources, #394797
20 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> -blt-2.4z-r5.ebuild,
-blt-2.4z-r8.ebuild, -blt-2.4z-r9.ebuild, blt-2.4z-r10.ebuild:
1.10 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.9&r2=1.10
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- blt-2.4z-r10.ebuild 20 Nov 2011 09:51:57 -0000 1.9
+++ blt-2.4z-r10.ebuild 15 Dec 2011 17:07:46 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.9 2011/11/20 09:51:57 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.10 2011/12/15 17:07:46 jlec Exp $
EAPI="3"
@@ -12,7 +12,9 @@
HOMEPAGE="
http://blt.sourceforge.net/
http://jos.decoster.googlepages.com/bltfortk8.5.2"
-SRC_URI="http://jos.decoster.googlepages.com/${PN}${PV}${MY_V_SUFFIX}.tar.gz"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN}${PV}${MY_V_SUFFIX}.tar.gz
+ http://jos.decoster.googlepages.com/${PN}${PV}${MY_V_SUFFIX}.tar.gz"
IUSE="jpeg static-libs X"
SLOT="0"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2012-05-10 16:56 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-10 16:56 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/10 16:56:19
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
Fix build on Gentoo/FreeBSD by detecting it correctly.
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Revision Changes Path
1.60 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 15 Dec 2011 17:07:46 -0000 1.59
+++ ChangeLog 10 May 2012 16:56:19 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/blt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.59 2011/12/15 17:07:46 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.60 2012/05/10 16:56:19 aballier Exp $
+
+ 10 May 2012; Alexis Ballier <aballier@gentoo.org> blt-2.4z-r10.ebuild,
+ +files/blt-2.4z-gbsd.patch:
+ Fix build on Gentoo/FreeBSD by detecting it correctly.
15 Dec 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
Mirror the sources, #394797
1.11 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.10&r2=1.11
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- blt-2.4z-r10.ebuild 15 Dec 2011 17:07:46 -0000 1.10
+++ blt-2.4z-r10.ebuild 10 May 2012 16:56:19 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.10 2011/12/15 17:07:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.11 2012/05/10 16:56:19 aballier Exp $
EAPI="3"
@@ -51,6 +51,7 @@
epatch "${FILESDIR}"/${P}-linking.patch
epatch "${FILESDIR}"/${P}-darwin.patch
+ epatch "${FILESDIR}"/${P}-gbsd.patch
}
src_configure() {
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2012-05-10 16:57 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-10 16:57 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/10 16:57:31
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Revision Changes Path
1.61 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 10 May 2012 16:56:19 -0000 1.60
+++ ChangeLog 10 May 2012 16:57:31 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.60 2012/05/10 16:56:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.61 2012/05/10 16:57:31 aballier Exp $
+
+ 10 May 2012; Alexis Ballier <aballier@gentoo.org> blt-2.4z-r10.ebuild:
+ keyword ~amd64-fbsd
10 May 2012; Alexis Ballier <aballier@gentoo.org> blt-2.4z-r10.ebuild,
+files/blt-2.4z-gbsd.patch:
1.12 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.11&r2=1.12
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- blt-2.4z-r10.ebuild 10 May 2012 16:56:19 -0000 1.11
+++ blt-2.4z-r10.ebuild 10 May 2012 16:57:31 -0000 1.12
@@ -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/blt/blt-2.4z-r10.ebuild,v 1.11 2012/05/10 16:56:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.12 2012/05/10 16:57:31 aballier Exp $
EAPI="3"
@@ -19,7 +19,7 @@
IUSE="jpeg static-libs X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2012-11-02 16:54 Justin Lecher (jlec)
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2012-11-02 16:54 UTC (permalink / raw
To: gentoo-commits
jlec 12/11/02 16:54:03
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
dev-tcltk/blt: Respect AR, #440272
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.63 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 7 Jun 2012 20:37:57 -0000 1.62
+++ ChangeLog 2 Nov 2012 16:54:03 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.62 2012/06/07 20:37:57 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.63 2012/11/02 16:54:03 jlec Exp $
+
+ 02 Nov 2012; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
+ Respect AR, #440272
07 Jun 2012; Zac Medico <zmedico@gentoo.org> blt-2.4z-r10.ebuild:
inherit multilib for get_libdir
1.14 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.13&r2=1.14
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- blt-2.4z-r10.ebuild 7 Jun 2012 20:37:57 -0000 1.13
+++ blt-2.4z-r10.ebuild 2 Nov 2012 16:54:03 -0000 1.14
@@ -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/blt/blt-2.4z-r10.ebuild,v 1.13 2012/06/07 20:37:57 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.14 2012/11/02 16:54:03 jlec Exp $
EAPI="3"
@@ -49,6 +49,10 @@
-e "/^scriptdir =/s:lib:$(get_libdir):" \
-i Makefile.in demos/Makefile.in || die "sed Makefile.in failed"
+ sed \
+ -e "/AR/s:ar:$(tc-getAR):g" \
+ -i src/Makefile.in || die
+
epatch "${FILESDIR}"/${P}-linking.patch
epatch "${FILESDIR}"/${P}-darwin.patch
epatch "${FILESDIR}"/${P}-gbsd.patch
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild
@ 2012-12-05 7:22 Justin Lecher (jlec)
0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher (jlec) @ 2012-12-05 7:22 UTC (permalink / raw
To: gentoo-commits
jlec 12/12/05 07:22:37
Modified: ChangeLog blt-2.4z-r10.ebuild
Log:
dev-tcltk/blt: Respect RANLIB, #444076
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.64 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 2 Nov 2012 16:54:03 -0000 1.63
+++ ChangeLog 5 Dec 2012 07:22:37 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.63 2012/11/02 16:54:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.64 2012/12/05 07:22:37 jlec Exp $
+
+ 05 Dec 2012; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
+ Respect RANLIB, #444076
02 Nov 2012; Justin Lecher <jlec@gentoo.org> blt-2.4z-r10.ebuild:
Respect AR, #440272
1.15 dev-tcltk/blt/blt-2.4z-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild?r1=1.14&r2=1.15
Index: blt-2.4z-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- blt-2.4z-r10.ebuild 2 Nov 2012 16:54:03 -0000 1.14
+++ blt-2.4z-r10.ebuild 5 Dec 2012 07:22:37 -0000 1.15
@@ -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/blt/blt-2.4z-r10.ebuild,v 1.14 2012/11/02 16:54:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r10.ebuild,v 1.15 2012/12/05 07:22:37 jlec Exp $
EAPI="3"
@@ -44,6 +44,7 @@
sed \
-e "s:\(^libdir=\${exec_prefix}/\)lib:\1$(get_libdir):" \
-e 's:LD_RUN_PATH=.*$:LD_RUN_PATH="":g' \
+ -e "/RANLIB/s:ranlib:$(tc-getRANLIB):g" \
-i configure* || die "sed configure* failed"
sed \
-e "/^scriptdir =/s:lib:$(get_libdir):" \
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-12-05 7:22 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 14:34 [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r10.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-12-05 7:22 Justin Lecher (jlec)
2012-11-02 16:54 Justin Lecher (jlec)
2012-05-10 16:57 Alexis Ballier (aballier)
2012-05-10 16:56 Alexis Ballier (aballier)
2011-12-15 17:07 Justin Lecher (jlec)
2011-11-02 14:56 PaweA Hajdan (phajdan.jr)
2011-11-01 14:11 Tony Vroon (chainsaw)
2011-10-30 14:56 Raul Porcel (armin76)
2011-10-25 5:59 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