* [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: ChangeLog wxglade-0.6.3.ebuild
@ 2008-03-11 3:36 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2008-03-11 3:36 UTC (permalink / raw
To: gentoo-commits
dirtyepic 08/03/11 03:36:19
Modified: ChangeLog
Added: wxglade-0.6.3.ebuild
Log:
Version bump. Now requires wxpython-2.8.
(Portage version: 2.1.4.4)
Revision Changes Path
1.46 dev-util/wxglade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 28 Jan 2008 16:11:21 -0000 1.45
+++ ChangeLog 11 Mar 2008 03:36:19 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/wxglade
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.45 2008/01/28 16:11:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.46 2008/03/11 03:36:19 dirtyepic Exp $
+
+*wxglade-0.6.3 (11 Mar 2008)
+
+ 11 Mar 2008; Ryan Hill <dirtyepic@gentoo.org>
+ +files/wxglade-0.6.3-wxversion.patch, +wxglade-0.6.3.ebuild:
+ Version bump. Now requires wxpython-2.8.
28 Jan 2008; Raúl Porcel <armin76@gentoo.org> metadata.xml:
Replace wxwindows with wxwidgets in metadata
1.1 dev-util/wxglade/wxglade-0.6.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.1&content-type=text/plain
Index: wxglade-0.6.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.1 2008/03/11 03:36:19 dirtyepic Exp $
inherit python multilib eutils
MY_P="wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
HOMEPAGE="http://wxglade.sourceforge.net/"
SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
DEPEND=">=dev-lang/python-2.3
=dev-python/wxpython-2.8*"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-wxversion.patch
}
src_install() {
python_version
dodir /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
dodoc CHANGES.txt README.txt TODO.txt credits.txt
cp credits.txt "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/
dohtml -r docs/*
rm -rf docs *txt
cp -R * "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/
dosym /usr/share/doc/${PF}/html /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/docs
echo "#!/bin/bash" > wxglade
echo "exec python /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade
exeinto /usr/bin
doexe wxglade
insinto /usr/share/pixmaps
newins icons/icon.xpm wxglade.xpm
make_desktop_entry wxglade wxGlade wxglade "Development;GUIDesigner"
}
pkg_postinst() {
python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
}
pkg_postrm() {
python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: ChangeLog wxglade-0.6.3.ebuild
@ 2010-03-08 0:52 Jonathan Callen (abcd)
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2010-03-08 0:52 UTC (permalink / raw
To: gentoo-commits
abcd 10/03/08 00:52:32
Modified: ChangeLog wxglade-0.6.3.ebuild
Log:
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.52 dev-util/wxglade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 6 Mar 2010 05:42:22 -0000 1.51
+++ ChangeLog 8 Mar 2010 00:52:31 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/wxglade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.51 2010/03/06 05:42:22 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.52 2010/03/08 00:52:31 abcd Exp $
+
+ 08 Mar 2010; Jonathan Callen <abcd@gentoo.org> wxglade-0.6.3.ebuild:
+ Move PYTHON_DEPEND before inherit(), so that the dep is actually added
06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> -wxglade-0.6.ebuild,
-wxglade-0.6.1.ebuild, -files/wxglade-0.6.1-wxversion.patch,
1.8 dev-util/wxglade/wxglade-0.6.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild?r1=1.7&r2=1.8
Index: wxglade-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wxglade-0.6.3.ebuild 6 Mar 2010 05:42:22 -0000 1.7
+++ wxglade-0.6.3.ebuild 8 Mar 2010 00:52:31 -0000 1.8
@@ -1,9 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.7 2010/03/06 05:42:22 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.8 2010/03/08 00:52:31 abcd Exp $
EAPI="2"
+PYTHON_DEPEND="2:2.4"
inherit eutils multilib python
MY_P="wxGlade-${PV}"
@@ -18,7 +19,6 @@
IUSE=""
DEPEND="dev-python/wxpython:2.8"
-PYTHON_DEPEND="2:2.3"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-08 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 0:52 [gentoo-commits] gentoo-x86 commit in dev-util/wxglade: ChangeLog wxglade-0.6.3.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2008-03-11 3:36 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