Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
floppym 12/06/18 15:38:51
Modified: visual-5.74.ebuild ChangeLog
Log:
Remove workarounds due to changes in build system upstream. Thanks Arfrever.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/visual/visual-5.74.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/visual-5.74.ebuild?r1=1.1&r2=1.2
Index: visual-5.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- visual-5.74.ebuild 18 Jun 2012 10:16:15 -0000 1.1
+++ visual-5.74.ebuild 18 Jun 2012 15:38:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v 1.1 2012/06/18 10:16:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/visual-5.74.ebuild,v 1.2 2012/06/18 15:38:51 floppym Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@@ -32,12 +32,6 @@
S="${WORKDIR}/${MY_P}"
src_prepare() {
- # Delete redundant file, which causes compilation failure.
- rm -f src/gtk2/random_device.cpp
- sed -i \
- -e "s/ random_device.l\?o//" \
- src/Makefile.in src/gtk2/makefile || die
-
# Verbose build.
sed -i \
-e 's/2\?>>[[:space:]]*\$(LOGFILE).*//' \
@@ -78,9 +72,6 @@
python_clean_installation_image
dodoc authors.txt HACKING.txt NEWS.txt
-
- # Don't install useless vpython script.
- rm -fr "${ED}usr/bin"
}
pkg_postinst() {
1.60 dev-python/visual/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/visual/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 18 Jun 2012 10:16:15 -0000 1.59
+++ ChangeLog 18 Jun 2012 15:38:51 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/visual
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.59 2012/06/18 10:16:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/visual/ChangeLog,v 1.60 2012/06/18 15:38:51 floppym Exp $
+
+ 18 Jun 2012; Mike Gilbert <floppym@g.o> visual-5.74.ebuild:
+ Remove workarounds due to changes in build system upstream. Thanks Arfrever.
*visual-5.74 (18 Jun 2012)
|
|