diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-25 19:43:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-25 19:56:02 +0100 |
commit | 94eab5589d75ece44200def3a984db4359ae8b92 (patch) | |
tree | dfad906b5175e98bd9cee838811e110ecaa70b97 /media-gfx/fontypython | |
parent | media-gfx/fontypython: x86 stable, bug #584022 (diff) | |
download | gentoo-94eab5589d75ece44200def3a984db4359ae8b92.tar.gz gentoo-94eab5589d75ece44200def3a984db4359ae8b92.tar.bz2 gentoo-94eab5589d75ece44200def3a984db4359ae8b92.zip |
media-gfx/fontypython: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-gfx/fontypython')
-rw-r--r-- | media-gfx/fontypython/fontypython-0.4.4-r1.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/fontypython/fontypython-0.4.4-r2.ebuild | 30 |
2 files changed, 0 insertions, 66 deletions
diff --git a/media-gfx/fontypython/fontypython-0.4.4-r1.ebuild b/media-gfx/fontypython/fontypython-0.4.4-r1.ebuild deleted file mode 100644 index fe28a79fcc37..000000000000 --- a/media-gfx/fontypython/fontypython-0.4.4-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" - -inherit distutils eutils multilib python - -DESCRIPTION="Font preview application" -HOMEPAGE="https://savannah.nongnu.org/projects/fontypython" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -# Crashes w/ debug build of wxGTK (#201315) -DEPEND="dev-python/pillow - dev-python/wxpython:2.8 - x11-libs/wxGTK:2.8[-debug]" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="fontypythonmodules" - -src_prepare() { - epatch "${FILESDIR}/${PN}-pillow.patch" -} - -src_install() { - distutils_src_install - doman "${S}"/fontypython.1 -} diff --git a/media-gfx/fontypython/fontypython-0.4.4-r2.ebuild b/media-gfx/fontypython/fontypython-0.4.4-r2.ebuild deleted file mode 100644 index 7b5f1ed31177..000000000000 --- a/media-gfx/fontypython/fontypython-0.4.4-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 multilib - -DESCRIPTION="Font preview application" -HOMEPAGE="https://savannah.nongnu.org/projects/fontypython" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Crashes w/ debug build of wxGTK (#201315) -DEPEND="dev-python/pillow[${PYTHON_USEDEP}] - dev-python/wxpython:2.8[${PYTHON_USEDEP}] - x11-libs/wxGTK:2.8[-debug]" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-pillow.patch" ) - -src_install() { - distutils-r1_src_install - doman "${S}"/fontypython.1 -} |