summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-23 01:16:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-23 01:16:35 +0000
commitb77e0c52e9964ad8ff4eec37f84456e39c9182d2 (patch)
treec488ffd19fbbbef0d22a8f659a3ca6d0adb9559f /media-gfx/fontypython/fontypython-0.4.4.ebuild
parentRemove old. (diff)
downloadgentoo-2-b77e0c52e9964ad8ff4eec37f84456e39c9182d2.tar.gz
gentoo-2-b77e0c52e9964ad8ff4eec37f84456e39c9182d2.tar.bz2
gentoo-2-b77e0c52e9964ad8ff4eec37f84456e39c9182d2.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx/fontypython/fontypython-0.4.4.ebuild')
-rw-r--r--media-gfx/fontypython/fontypython-0.4.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/fontypython/fontypython-0.4.4.ebuild b/media-gfx/fontypython/fontypython-0.4.4.ebuild
deleted file mode 100644
index 8e6f5cb3de4e..000000000000
--- a/media-gfx/fontypython/fontypython-0.4.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.4.ebuild,v 1.1 2013/02/05 01:18:32 dirtyepic Exp $
-
-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 multilib python
-
-DESCRIPTION="Font preview application"
-HOMEPAGE="http://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/imaging
- dev-python/wxpython:2.8
- x11-libs/wxGTK:2.8[-debug]"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="fontypythonmodules"
-
-src_install() {
- distutils_src_install
- doman "${S}"/fontypython.1
-}