* [gentoo-commits] gentoo-x86 commit in dev-python/visual: ChangeLog visual-5.4.ebuild
@ 2010-12-08 16:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-08 16:57 UTC (permalink / raw
To: gentoo-commits
arfrever 10/12/08 16:57:17
Modified: ChangeLog
Added: visual-5.4.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha7_p5/cvs/Linux x86_64)
Revision Changes Path
1.44 dev-python/visual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 6 Jun 2010 09:13:01 -0000 1.43
+++ ChangeLog 8 Dec 2010 16:57:17 -0000 1.44
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/visual
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.43 2010/06/06 09:13:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.44 2010/12/08 16:57:17 arfrever Exp $
+
+*visual-5.4 (08 Dec 2010)
+
+ 08 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +visual-5.4.ebuild:
+ Version bump.
06 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> visual-5.3.2.ebuild:
x86 stable wrt bug #319167
1.1 dev-python/visual/visual-5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.1&content-type=text/plain
Index: visual-5.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v 1.1 2010/12/08 16:57:17 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
inherit flag-o-matic python versionator
MY_P="${PN}-$(delete_version_separator 2)_release"
DESCRIPTION="Real-time 3D graphics library for Python"
HOMEPAGE="http://www.vpython.org/"
SRC_URI="http://www.vpython.org/contents/download/${MY_P}.tar.bz2"
IUSE="doc examples"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="visual"
RDEPEND=">=dev-libs/boost-1.41.0[python]
dev-cpp/libglademm
>=dev-cpp/gtkglextmm-1.2
dev-python/numpy"
# dev-python/polygon
# >=dev-python/ttfquery-1.0.4
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_prepare() {
echo "#!/bin/bash" > py-compile
python_src_prepare
}
src_configure() {
BOOST_PKG="$(best_version ">=dev-libs/boost-1.41.0")"
BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
BOOST_INC="/usr/include/boost-${BOOST_VER}"
BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
# We have to use a hack here because the build system doesn't provide a way to specify
# the include and lib directory for boost.
append-cxxflags -I${BOOST_INC}
append-ldflags -L${BOOST_LIB}
python_src_configure \
--with-html-dir=/usr/share/doc/${PF}/html \
--with-example-dir=/usr/share/doc/${PF}/examples \
$(use_enable doc docs) \
$(use_enable examples)
}
src_install() {
python_src_install
python_clean_installation_image
dodoc authors.txt HACKING.txt NEWS.txt || die "dodoc failed"
# Don't install useless vpython script.
rm -fr "${ED}usr/bin"
}
pkg_postinst() {
python_mod_optimize vis visual
}
pkg_postrm() {
python_mod_cleanup vis visual
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/visual: ChangeLog visual-5.4.ebuild
@ 2011-01-07 20:25 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-07 20:25 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/07 20:25:56
Modified: ChangeLog visual-5.4.ebuild
Log:
Stable on amd64 wrt bug #351023
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Revision Changes Path
1.45 dev-python/visual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 8 Dec 2010 16:57:17 -0000 1.44
+++ ChangeLog 7 Jan 2011 20:25:56 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/visual
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.44 2010/12/08 16:57:17 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.45 2011/01/07 20:25:56 hwoarang Exp $
+
+ 07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> visual-5.4.ebuild:
+ Stable on amd64 wrt bug #351023
*visual-5.4 (08 Dec 2010)
1.2 dev-python/visual/visual-5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?r1=1.1&r2=1.2
Index: visual-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- visual-5.4.ebuild 8 Dec 2010 16:57:17 -0000 1.1
+++ visual-5.4.ebuild 7 Jan 2011 20:25:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v 1.1 2010/12/08 16:57:17 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v 1.2 2011/01/07 20:25:56 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
IUSE="doc examples"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
LICENSE="visual"
RDEPEND=">=dev-libs/boost-1.41.0[python]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/visual: ChangeLog visual-5.4.ebuild
@ 2011-01-14 19:00 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-01-14 19:00 UTC (permalink / raw
To: gentoo-commits
ranger 11/01/14 19:00:41
Modified: ChangeLog visual-5.4.ebuild
Log:
stable ppc, bug 351023
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.46 dev-python/visual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 7 Jan 2011 20:25:56 -0000 1.45
+++ ChangeLog 14 Jan 2011 19:00:41 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/visual
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.45 2011/01/07 20:25:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.46 2011/01/14 19:00:41 ranger Exp $
+
+ 14 Jan 2011; Brent Baude <ranger@gentoo.org> visual-5.4.ebuild:
+ stable ppc, bug 351023
07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> visual-5.4.ebuild:
Stable on amd64 wrt bug #351023
1.3 dev-python/visual/visual-5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?r1=1.2&r2=1.3
Index: visual-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- visual-5.4.ebuild 7 Jan 2011 20:25:56 -0000 1.2
+++ visual-5.4.ebuild 14 Jan 2011 19:00:41 -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-python/visual/visual-5.4.ebuild,v 1.2 2011/01/07 20:25:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v 1.3 2011/01/14 19:00:41 ranger Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
IUSE="doc examples"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
LICENSE="visual"
RDEPEND=">=dev-libs/boost-1.41.0[python]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/visual: ChangeLog visual-5.4.ebuild
@ 2011-01-15 15:41 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-01-15 15:41 UTC (permalink / raw
To: gentoo-commits
maekke 11/01/15 15:41:39
Modified: ChangeLog visual-5.4.ebuild
Log:
x86 stable, bug #351023
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Revision Changes Path
1.47 dev-python/visual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 14 Jan 2011 19:00:41 -0000 1.46
+++ ChangeLog 15 Jan 2011 15:41:39 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/visual
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.46 2011/01/14 19:00:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.47 2011/01/15 15:41:39 maekke Exp $
+
+ 15 Jan 2011; Markus Meier <maekke@gentoo.org> visual-5.4.ebuild:
+ x86 stable, bug #351023
14 Jan 2011; Brent Baude <ranger@gentoo.org> visual-5.4.ebuild:
stable ppc, bug 351023
1.4 dev-python/visual/visual-5.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.4.ebuild?r1=1.3&r2=1.4
Index: visual-5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- visual-5.4.ebuild 14 Jan 2011 19:00:41 -0000 1.3
+++ visual-5.4.ebuild 15 Jan 2011 15:41:39 -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-python/visual/visual-5.4.ebuild,v 1.3 2011/01/14 19:00:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.4.ebuild,v 1.4 2011/01/15 15:41:39 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
IUSE="doc examples"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
LICENSE="visual"
RDEPEND=">=dev-libs/boost-1.41.0[python]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-01-15 15:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 16:57 [gentoo-commits] gentoo-x86 commit in dev-python/visual: ChangeLog visual-5.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2011-01-07 20:25 Markos Chandras (hwoarang)
2011-01-14 19:00 Brent Baude (ranger)
2011-01-15 15:41 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox