From 922b91579f3f39b6f70a717e17c6c3c071991340 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 31 Mar 2012 16:14:58 +0000 Subject: Complete removal of psyco support, thanks ssuominen for heads up (Portage version: 2.2.0_alpha96/cvs/Linux x86_64) --- sys-fs/pysize/ChangeLog | 5 ++++- sys-fs/pysize/metadata.xml | 3 --- sys-fs/pysize/pysize-0.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/pysize/ChangeLog b/sys-fs/pysize/ChangeLog index 1a87fcc5f1c0..c30368633a3e 100644 --- a/sys-fs/pysize/ChangeLog +++ b/sys-fs/pysize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/pysize # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.5 2012/03/31 16:07:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.6 2012/03/31 16:14:58 jlec Exp $ + + 31 Mar 2012; Justin Lecher metadata.xml, pysize-0.2.ebuild: + Complete removal of psyco support, thanks ssuominen for heads up 31 Mar 2012; Justin Lecher pysize-0.2.ebuild, metadata.xml: Drop psyco support, #410363 diff --git a/sys-fs/pysize/metadata.xml b/sys-fs/pysize/metadata.xml index 60e04dcc1d6f..c845479d513e 100644 --- a/sys-fs/pysize/metadata.xml +++ b/sys-fs/pysize/metadata.xml @@ -4,7 +4,4 @@ jlec@gentoo.org - - Adds psyco support - diff --git a/sys-fs/pysize/pysize-0.2.ebuild b/sys-fs/pysize/pysize-0.2.ebuild index 6f1f2c3db9cb..86931a32db86 100644 --- a/sys-fs/pysize/pysize-0.2.ebuild +++ b/sys-fs/pysize/pysize-0.2.ebuild @@ -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/sys-fs/pysize/pysize-0.2.ebuild,v 1.5 2012/03/31 16:07:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.6 2012/03/31 16:14:58 jlec Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="http://guichaz.free.fr/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="gtk ncurses psyco" +IUSE="gtk ncurses" DEPEND=" gtk? ( dev-python/pygtk:2 ) -- cgit v1.2.3-65-gdbad