public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.2-r1.ebuild
@ 2007-12-06 14:47 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 4+ messages in thread
From: Matsuu Takuto (matsuu) @ 2007-12-06 14:47 UTC (permalink / raw
  To: gentoo-commits

matsuu      07/12/06 14:47:09

  Modified:             ChangeLog
  Added:                tix-8.4.2-r1.ebuild
  Log:
  Added symlink for netgen, bug #201138.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.20                 dev-tcltk/tix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 May 2007 23:44:11 -0000	1.19
+++ ChangeLog	6 Dec 2007 14:47:09 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tcltk/tix
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.19 2007/05/28 23:44:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.20 2007/12/06 14:47:09 matsuu Exp $
+
+*tix-8.4.2-r1 (06 Dec 2007)
+
+  06 Dec 2007; <matsuu@gentoo.org> +tix-8.4.2-r1.ebuild:
+  Added symlink for netgen, bug #201138.
 
   28 May 2007; MATSUU Takuto <matsuu@gentoo.org> tix-8.4.2.ebuild:
   Fixed bug #168897 (again).



1.1                  dev-tcltk/tix/tix-8.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: tix-8.4.2-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.1 2007/12/06 14:47:09 matsuu Exp $

inherit eutils multilib

MY_P="Tix${PV}"
DESCRIPTION="A widget library for Tcl/Tk. Has been ported to Python and Perl, too."
HOMEPAGE="http://tix.sourceforge.net/"
SRC_URI="mirror://sourceforge/tix/${MY_P}-src.tar.gz"

IUSE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

RESTRICT="test"

DEPEND=">=sys-apps/sed-4
	>=dev-lang/tk-8.4
	x11-libs/libX11
	x11-libs/libXau
	x11-libs/libXdmcp"

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

src_install() {
	emake DESTDIR="${D}" install || die

	# Bug 168897
	insinto /usr/include; doins generic/tix.h
	# Bug 201138
	dosym ${MY_P}/lib${MY_P}.so /usr/$(get_libdir)/lib${MY_P}.so || die

	dodoc ChangeLog README.txt docs/*.txt
	dohtml -r index.html ABOUT.html docs/
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.2-r1.ebuild
@ 2008-03-01 15:09 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 4+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-03-01 15:09 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/03/01 15:09:05

  Modified:             ChangeLog tix-8.4.2-r1.ebuild
  Log:
  Sparc stable, Bug #211972 --- it's been over two months now.
  (Portage version: 2.2_pre3)

Revision  Changes    Path
1.21                 dev-tcltk/tix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Dec 2007 14:47:09 -0000	1.20
+++ ChangeLog	1 Mar 2008 15:09:04 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tix
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.20 2007/12/06 14:47:09 matsuu Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.21 2008/03/01 15:09:04 fmccor Exp $
+
+  01 Mar 2008; Ferris McCormick <fmccor@gentoo.org> tix-8.4.2-r1.ebuild:
+  Sparc stable, Bug #211972 --- it's been over two months now.
 
 *tix-8.4.2-r1 (06 Dec 2007)
 



1.2                  dev-tcltk/tix/tix-8.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?r1=1.1&r2=1.2

Index: tix-8.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tix-8.4.2-r1.ebuild	6 Dec 2007 14:47:09 -0000	1.1
+++ tix-8.4.2-r1.ebuild	1 Mar 2008 15:09:04 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.1 2007/12/06 14:47:09 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.2 2008/03/01 15:09:04 fmccor Exp $
 
 inherit eutils multilib
 
@@ -12,7 +12,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 
 RESTRICT="test"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.2-r1.ebuild
@ 2008-03-01 23:10 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-01 23:10 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/01 23:10:31

  Modified:             ChangeLog tix-8.4.2-r1.ebuild
  Log:
  stable x86, bug 211972
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.22                 dev-tcltk/tix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Mar 2008 15:09:04 -0000	1.21
+++ ChangeLog	1 Mar 2008 23:10:30 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tix
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.21 2008/03/01 15:09:04 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.22 2008/03/01 23:10:30 opfer Exp $
+
+  01 Mar 2008; Christian Faulhammer <opfer@gentoo.org> tix-8.4.2-r1.ebuild:
+  stable x86, bug 211972
 
   01 Mar 2008; Ferris McCormick <fmccor@gentoo.org> tix-8.4.2-r1.ebuild:
   Sparc stable, Bug #211972 --- it's been over two months now.



1.3                  dev-tcltk/tix/tix-8.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?r1=1.2&r2=1.3

Index: tix-8.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tix-8.4.2-r1.ebuild	1 Mar 2008 15:09:04 -0000	1.2
+++ tix-8.4.2-r1.ebuild	1 Mar 2008 23:10:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.2 2008/03/01 15:09:04 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.3 2008/03/01 23:10:30 opfer Exp $
 
 inherit eutils multilib
 
@@ -12,7 +12,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 
 RESTRICT="test"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.2-r1.ebuild
@ 2008-04-27 20:09 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-04-27 20:09 UTC (permalink / raw
  To: gentoo-commits

maekke      08/04/27 20:09:06

  Modified:             ChangeLog tix-8.4.2-r1.ebuild
  Log:
  amd64 stable, bug #211972
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.23                 dev-tcltk/tix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	1 Mar 2008 23:10:30 -0000	1.22
+++ ChangeLog	27 Apr 2008 20:09:05 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tix
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.22 2008/03/01 23:10:30 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/ChangeLog,v 1.23 2008/04/27 20:09:05 maekke Exp $
+
+  27 Apr 2008; Markus Meier <maekke@gentoo.org> tix-8.4.2-r1.ebuild:
+  amd64 stable, bug #211972
 
   01 Mar 2008; Christian Faulhammer <opfer@gentoo.org> tix-8.4.2-r1.ebuild:
   stable x86, bug 211972



1.4                  dev-tcltk/tix/tix-8.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild?r1=1.3&r2=1.4

Index: tix-8.4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tix-8.4.2-r1.ebuild	1 Mar 2008 23:10:30 -0000	1.3
+++ tix-8.4.2-r1.ebuild	27 Apr 2008 20:09:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.3 2008/03/01 23:10:30 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tix/tix-8.4.2-r1.ebuild,v 1.4 2008/04/27 20:09:05 maekke Exp $
 
 inherit eutils multilib
 
@@ -12,7 +12,7 @@
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 
 RESTRICT="test"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-04-27 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 20:09 [gentoo-commits] gentoo-x86 commit in dev-tcltk/tix: ChangeLog tix-8.4.2-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-01 23:10 Christian Faulhammer (opfer)
2008-03-01 15:09 Ferris McCormick (fmccor)
2007-12-06 14:47 Matsuu Takuto (matsuu)

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