summaryrefslogtreecommitdiff
path: root/sys-fs/pysize
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/pysize')
-rw-r--r--sys-fs/pysize/Manifest6
-rw-r--r--sys-fs/pysize/files/0.2-setuptools-automagic.patch12
-rw-r--r--sys-fs/pysize/files/psyco-0.2-automagic.patch20
-rw-r--r--sys-fs/pysize/metadata.xml7
-rw-r--r--sys-fs/pysize/pysize-0.2-r1.ebuild68
-rw-r--r--sys-fs/pysize/pysize-0.2-r2.ebuild68
6 files changed, 0 insertions, 181 deletions
diff --git a/sys-fs/pysize/Manifest b/sys-fs/pysize/Manifest
deleted file mode 100644
index 5c959e2fdaeb..000000000000
--- a/sys-fs/pysize/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX 0.2-setuptools-automagic.patch 265 BLAKE2B da39d6dc75ead004365561b443966a388b3596073d21ba05b8faad4b77c7dae8ce994e72ce878141c81dd7b3350a52d57550abe5b3a3bfea9bc669f0d5208bfc SHA512 8caa271dcfb016c81392e0f590e06f6057d297e9bb5196e9362372c725d218fbef911561e6528c624c2acf133b0ab8947e2b5ccc58704dc2ea5e0cbab0011dad
-AUX psyco-0.2-automagic.patch 591 BLAKE2B 2e28396f8236fcf0a7d832155893785fa514846cc964b3ede2c6a59f96ba9b650f8a60e4e75b9a0fabfdb865f425af7b2e01cee2799f8a717a07294a00c207aa SHA512 04cdf174c9fdab2abca56fa84704d83fba976fa8cd6a2a40d704aa54dd46e733e7b2ac8e236da6b8e003b06fc8c55691fc0eff2c7666b3c2eb672d5607f86983
-DIST pysize-0.2.tar.bz2 498930 BLAKE2B ada679a30073f7ac27e632be80f44891d6b84137db4a0ae27d406aaf36a9c8c90f9f1700da1a69615cf4f92ac4ae27f8b70cea5bfe06a3f48de25a58f507d39f SHA512 621e6e8de75d3486c196cf59e29f1c01eca151139a1d8518ace334d92533dd2df19fce52a3362c3b8abbb1e3b244148609a081832ae53f91bccc65f5f7fa57a5
-EBUILD pysize-0.2-r1.ebuild 1658 BLAKE2B a58ccb09a1137205dbf6518b339df41495ed54cb3d7dcc473371f57d3b4d6d20646c3aa52a87b9ab8f575e6159ef6230fd11aa39eb972c0e00d8676b70a93180 SHA512 5860cab4ab2990e8eb457dea657f322a57a9e4dc529fb1571608faa59bb3df1dc2953bfa361aacf277199ebd63a18e1f6de88be817cc59ac01fd29a4a7fcd904
-EBUILD pysize-0.2-r2.ebuild 1660 BLAKE2B 0fddf71eab1ddbb1401101c9aae57730facfb48ebddd2c3ad8ea64c1bb3b10c9103372b1259083c2995c64ce5648eacaf96af98a77cf02867d60552022bc5320 SHA512 e7c2c663e6a1a7c6a63c9ed5f5f0a47c0e4dc64c6bd134bf341289eff0e532649e9beaa2d112bab344d4a1caf3eec2ed31af937bc105007ce53202528697dcac
-MISC metadata.xml 219 BLAKE2B 813585cd65d05a9ef9aaa9a9fca8cfa66b803be8df8b300a6adfe0263e593ab53afd106180cc44391c9c27129ea9fdacdd8b1c37841e6aa33d833278b8c7dd9f SHA512 e075cd1d2568691a299ae945f75e194b462a394f88f7b3e5a60c4529cee7ac7e7a275204602085f15d024c3496f21554a18a24002770e9c5ef0ce64a74597602
diff --git a/sys-fs/pysize/files/0.2-setuptools-automagic.patch b/sys-fs/pysize/files/0.2-setuptools-automagic.patch
deleted file mode 100644
index 3e27c889f1a5..000000000000
--- a/sys-fs/pysize/files/0.2-setuptools-automagic.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 5550188..123d22c 100755
---- a/setup.py
-+++ b/setup.py
-@@ -2,7 +2,6 @@
-
- import sys
-
--sys.path.append('setuptools-0.7a1dev_r53614-py2.4.egg')
- from setuptools import setup, find_packages
- from pysize.version import VERSION
-
diff --git a/sys-fs/pysize/files/psyco-0.2-automagic.patch b/sys-fs/pysize/files/psyco-0.2-automagic.patch
deleted file mode 100644
index 72129804b88c..000000000000
--- a/sys-fs/pysize/files/psyco-0.2-automagic.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/pysize/main.py 2007-03-11 16:09:53.000000000 +0100
-+++ b/pysize/main.py.new 2009-01-02 00:08:43.384827054 +0100
-@@ -69,17 +69,8 @@
- stats.print_stats(40)
- os.remove(prof_file)
-
--def _try_psyco():
-- try:
-- # Try to use psyco if available
-- import psyco
-- psyco.full()
-- except ImportError:
-- pass
--
- def main():
- install_sigquit_traceback()
-- _try_psyco()
- locale.setlocale(locale.LC_ALL, '')
- usage = '%s [OPTIONS] [DIRECTORIES...]' % (sys.argv[0])
- parser = optparse.OptionParser(usage=usage, version='pysize ' + VERSION)
diff --git a/sys-fs/pysize/metadata.xml b/sys-fs/pysize/metadata.xml
deleted file mode 100644
index 969a14ab6ca2..000000000000
--- a/sys-fs/pysize/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jlec@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
diff --git a/sys-fs/pysize/pysize-0.2-r1.ebuild b/sys-fs/pysize/pysize-0.2-r1.ebuild
deleted file mode 100644
index abf13864ccb8..000000000000
--- a/sys-fs/pysize/pysize-0.2-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A graphical and console tool for exploring the size of directories"
-HOMEPAGE="http://guichaz.free.fr/pysize/"
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test"
-
-RDEPEND="
- gtk? ( dev-python/pygtk:2 )
- ncurses? ( sys-libs/ncurses:0= )"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}"/psyco-${PV}-automagic.patch
- "${FILESDIR}"/${PV}-setuptools-automagic.patch
- )
-
-python_prepare_all() {
- if ! use gtk; then
- sed \
- -e '/^from pysize.ui.gtk/d' \
- -e "s~'gtk': ui_gtk.run,~~g" \
- -e 's:ui_gtk.run,::g' \
- -i pysize/main.py || die "Failed to remove gtk support"
- rm -rf pysize/ui/gtk || die "Failed to remove gtk support"
- fi
-
- if ! use ncurses; then
- sed \
- -e '/^from pysize.ui.curses/d' \
- -e "s~'curses': ui_curses.run,~~g" \
- -e 's:ui_curses.run,::g' \
- -i pysize/main.py || die "Failed to remove ncurses support"
- rm -rf pysize/ui/curses || die "Failed to remove ncurses support"
- fi
-
- sed \
- -e "s:/tmp:${T}:g" \
- -i tests/tests/*.py tests/*py || die
-
- sed \
- -e '/for ui_run in/s:ui_ascii.run:ui_ascii.run, ui_ascii.run:g' \
- -i pysize/main.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- pushd "${S}"/tests > /dev/null
- PYTHONPATH=.:../ "${PYTHON}" pysize_tests.py || die "tests failed under ${EPYTHON}"
- popd > /dev/null
-}
diff --git a/sys-fs/pysize/pysize-0.2-r2.ebuild b/sys-fs/pysize/pysize-0.2-r2.ebuild
deleted file mode 100644
index b95233617d65..000000000000
--- a/sys-fs/pysize/pysize-0.2-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A graphical and console tool for exploring the size of directories"
-HOMEPAGE="http://guichaz.free.fr/pysize/"
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test"
-
-RDEPEND="
- gtk? ( dev-python/pygtk:2 )
- ncurses? ( sys-libs/ncurses:0= )"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}"/psyco-${PV}-automagic.patch
- "${FILESDIR}"/${PV}-setuptools-automagic.patch
- )
-
-python_prepare_all() {
- if ! use gtk; then
- sed \
- -e '/^from pysize.ui.gtk/d' \
- -e "s~'gtk': ui_gtk.run,~~g" \
- -e 's:ui_gtk.run,::g' \
- -i pysize/main.py || die "Failed to remove gtk support"
- rm -rf pysize/ui/gtk || die "Failed to remove gtk support"
- fi
-
- if ! use ncurses; then
- sed \
- -e '/^from pysize.ui.curses/d' \
- -e "s~'curses': ui_curses.run,~~g" \
- -e 's:ui_curses.run,::g' \
- -i pysize/main.py || die "Failed to remove ncurses support"
- rm -rf pysize/ui/curses || die "Failed to remove ncurses support"
- fi
-
- sed \
- -e "s:/tmp:${T}:g" \
- -i tests/tests/*.py tests/*py || die
-
- sed \
- -e '/for ui_run in/s:ui_ascii.run:ui_ascii.run, ui_ascii.run:g' \
- -i pysize/main.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- pushd "${S}"/tests > /dev/null
- PYTHONPATH=.:../ "${PYTHON}" pysize_tests.py || die "tests failed under ${EPYTHON}"
- popd > /dev/null
-}