* [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.6.4.0.ebuild ChangeLog
@ 2007-09-09 1:08 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-09-09 1:08 UTC (permalink / raw
To: gentoo-commits
dirtyepic 07/09/09 01:08:23
Modified: wxGTK-2.6.4.0.ebuild ChangeLog
Log:
Update collision patch to handle wxrc.
(Portage version: 2.1.3.9)
Revision Changes Path
1.3 x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?r1=1.2&r2=1.3
Index: wxGTK-2.6.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxGTK-2.6.4.0.ebuild 2 Sep 2007 00:40:08 -0000 1.2
+++ wxGTK-2.6.4.0.ebuild 9 Sep 2007 01:08:22 -0000 1.3
@@ -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.ebuild,v 1.2 2007/09/02 00:40:08 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.3 2007/09/09 01:08:22 dirtyepic Exp $
inherit eutils versionator flag-o-matic
@@ -35,7 +35,8 @@
)"
SLOT="2.6"
-LICENSE="wxWinLL-3 GPL-2
+LICENSE="wxWinLL-3
+ GPL-2
odbc? ( LGPL-2 )
doc? ( wxWinFDL-3 )"
1.148 x11-libs/wxGTK/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 2 Sep 2007 00:40:08 -0000 1.147
+++ ChangeLog 9 Sep 2007 01:08:22 -0000 1.148
@@ -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.147 2007/09/02 00:40:08 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.148 2007/09/09 01:08:22 dirtyepic Exp $
+
+ 09 Sep 2007; Ryan Hill <dirtyepic@gentoo.org>
+ files/wxGTK-2.6.4-collision.patch, wxGTK-2.6.4.0.ebuild:
+ Update collision patch to handle wxrc.
02 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0.ebuild:
Re-keyword.
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.6.4.0.ebuild ChangeLog
@ 2007-10-25 4:05 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2007-10-25 4:05 UTC (permalink / raw
To: gentoo-commits
dirtyepic 07/10/25 04:05:26
Modified: wxGTK-2.6.4.0.ebuild ChangeLog
Log:
Fix docs installation.
(Portage version: 2.1.3.16)
Revision Changes Path
1.4 x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild?r1=1.3&r2=1.4
Index: wxGTK-2.6.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wxGTK-2.6.4.0.ebuild 9 Sep 2007 01:08:22 -0000 1.3
+++ wxGTK-2.6.4.0.ebuild 25 Oct 2007 04:05:26 -0000 1.4
@@ -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.ebuild,v 1.3 2007/09/09 01:08:22 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0.ebuild,v 1.4 2007/10/25 04:05:26 dirtyepic Exp $
inherit eutils versionator flag-o-matic
@@ -125,13 +125,15 @@
install_wx unicode
install_wx unicode-debug
+ dodoc "${S}"/docs/changes.txt
+ dodoc "${S}"/docs/gtk/readme.txt
+
if use doc; then
- mkdir -p "${D}"usr/share/doc/${PF}/
- cp -R "${S}"/docs/* "${D}"usr/share/doc/${PF}/
+ dohtml -r "${HTML_S}"/docs/html/*
fi
# I don't know what this is, but it's causing a collision.
- rm ${D}usr/share/locale/it/LC_MESSAGES/wxmsw.mo
+ rm "${D}"/usr/share/locale/it/LC_MESSAGES/wxmsw.mo
# This is temporary until we have the wx-config wrapper
dosym /usr/bin/wx-config-2.6 /usr/bin/wx-config
1.149 x11-libs/wxGTK/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 9 Sep 2007 01:08:22 -0000 1.148
+++ ChangeLog 25 Oct 2007 04:05:26 -0000 1.149
@@ -1,6 +1,9 @@
# 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.148 2007/09/09 01:08:22 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.149 2007/10/25 04:05:26 dirtyepic Exp $
+
+ 25 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> wxGTK-2.6.4.0.ebuild:
+ Fix docs installation.
09 Sep 2007; Ryan Hill <dirtyepic@gentoo.org>
files/wxGTK-2.6.4-collision.patch, wxGTK-2.6.4.0.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-25 4:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-09 1:08 [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.6.4.0.ebuild ChangeLog Ryan Hill (dirtyepic)
-- strict thread matches above, loose matches on Subject: below --
2007-10-25 4:05 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