* [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: ChangeLog wxGTK-2.6.4.0-r1.ebuild
@ 2007-12-06 2:13 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-12-06 2:13 UTC (permalink / raw
To: gentoo-commits
dirtyepic 07/12/06 02:13:34
Modified: ChangeLog wxGTK-2.6.4.0-r1.ebuild
Log:
Backport precompiled header option from later ebuilds for hardened. Bug
#201250.
(Portage version: 2.1.4_rc7)
Revision Changes Path
1.168 x11-libs/wxGTK/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 4 Dec 2007 18:42:40 -0000 1.167
+++ ChangeLog 6 Dec 2007 02:13:33 -0000 1.168
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.167 2007/12/04 18:42:40 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.168 2007/12/06 02:13:33 dirtyepic Exp $
+
+ 06 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r1.ebuild:
+ Backport precompiled header option from later ebuilds for hardened. Bug
+ #201250.
04 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.8.7.1.ebuild:
Fix docs installation. Reported by eldenz.
1.9 x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?r1=1.8&r2=1.9
Index: wxGTK-2.6.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wxGTK-2.6.4.0-r1.ebuild 4 Nov 2007 14:33:50 -0000 1.8
+++ wxGTK-2.6.4.0-r1.ebuild 6 Dec 2007 02:13:33 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.8 2007/11/04 14:33:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.9 2007/12/06 02:13:33 dirtyepic Exp $
inherit eutils versionator flag-o-matic
@@ -16,7 +16,7 @@
doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.tar.gz )"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="X doc debug gnome joystick odbc opengl sdl unicode"
+IUSE="X doc debug gnome joystick odbc opengl pch sdl unicode"
RDEPEND="
dev-libs/expat
@@ -87,6 +87,7 @@
--with-regex=builtin
--with-zlib=sys
--with-expat
+ $(use_enable pch precomp-headers)
$(use_enable joystick)
$(use_with sdl)
$(use_with odbc)"
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: ChangeLog wxGTK-2.6.4.0-r1.ebuild
@ 2008-11-22 20:40 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2008-11-22 20:40 UTC (permalink / raw
To: gentoo-commits
dirtyepic 08/11/22 20:40:24
Modified: ChangeLog wxGTK-2.6.4.0-r1.ebuild
Log:
Drop all but arm and sh until they keyword eselect-wxwidgets.
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Revision Changes Path
1.209 x11-libs/wxGTK/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.208&r2=1.209
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog 7 Nov 2008 23:39:30 -0000 1.208
+++ ChangeLog 22 Nov 2008 20:40:24 -0000 1.209
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.208 2008/11/07 23:39:30 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.209 2008/11/22 20:40:24 dirtyepic Exp $
+
+ 22 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0-r1.ebuild:
+ Drop all but arm and sh until they keyword eselect-wxwidgets.
*wxGTK-2.8.9.1-r3 (07 Nov 2008)
*wxGTK-2.8.9.1-r2 (07 Nov 2008)
1.11 x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild?r1=1.10&r2=1.11
Index: wxGTK-2.6.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wxGTK-2.6.4.0-r1.ebuild 11 Dec 2007 22:50:59 -0000 1.10
+++ wxGTK-2.6.4.0-r1.ebuild 22 Nov 2008 20:40:24 -0000 1.11
@@ -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/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.10 2007/12/11 22:50:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.11 2008/11/22 20:40:24 dirtyepic Exp $
inherit eutils versionator flag-o-matic
@@ -15,7 +15,7 @@
SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.tar.gz )"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="arm sh"
IUSE="X doc debug gnome joystick odbc opengl pch sdl unicode"
RDEPEND="
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: ChangeLog wxGTK-2.6.4.0-r1.ebuild
@ 2009-01-24 21:15 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-01-24 21:15 UTC (permalink / raw
To: gentoo-commits
dirtyepic 09/01/24 21:15:32
Modified: ChangeLog
Removed: wxGTK-2.6.4.0-r1.ebuild
Log:
Drop ancient ebuild.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.214 x11-libs/wxGTK/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 22 Jan 2009 12:50:49 -0000 1.213
+++ ChangeLog 24 Jan 2009 21:15:32 -0000 1.214
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.213 2009/01/22 12:50:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.214 2009/01/24 21:15:32 dirtyepic Exp $
+
+ 24 Jan 2009; Ryan Hill <dirtyepic@gentoo.org> -wxGTK-2.6.4.0-r1.ebuild:
+ Drop ancient ebuild.
22 Jan 2009; Raúl Porcel <armin76@gentoo.org> wxGTK-2.6.4.0-r4.ebuild:
arm/sh stable
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-24 21:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 20:40 [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: ChangeLog wxGTK-2.6.4.0-r1.ebuild Ryan Hill (dirtyepic)
-- strict thread matches above, loose matches on Subject: below --
2009-01-24 21:15 Ryan Hill (dirtyepic)
2007-12-06 2:13 Ryan Hill (dirtyepic)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox