summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-03-31 16:14:58 +0000
committerJustin Lecher <jlec@gentoo.org>2012-03-31 16:14:58 +0000
commit922b91579f3f39b6f70a717e17c6c3c071991340 (patch)
treeebead2d623ce9e041c94326a66de4d597d503829 /sys-fs
parentStable for HPPA (bug #410153). (diff)
downloadgentoo-2-922b91579f3f39b6f70a717e17c6c3c071991340.tar.gz
gentoo-2-922b91579f3f39b6f70a717e17c6c3c071991340.tar.bz2
gentoo-2-922b91579f3f39b6f70a717e17c6c3c071991340.zip
Complete removal of psyco support, thanks ssuominen for heads up
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/pysize/ChangeLog5
-rw-r--r--sys-fs/pysize/metadata.xml3
-rw-r--r--sys-fs/pysize/pysize-0.2.ebuild4
3 files changed, 6 insertions, 6 deletions
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 <jlec@gentoo.org> metadata.xml, pysize-0.2.ebuild:
+ Complete removal of psyco support, thanks ssuominen for heads up
31 Mar 2012; Justin Lecher <jlec@gentoo.org> 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 @@
<maintainer>
<email>jlec@gentoo.org</email>
</maintainer>
- <use>
- <flag name="psyco">Adds psyco support</flag>
- </use>
</pkgmetadata>
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 )