From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDDB01395E3 for ; Fri, 25 Nov 2016 18:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60426E0BDC; Fri, 25 Nov 2016 18:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3386EE0BDC for ; Fri, 25 Nov 2016 18:57:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7043E341422 for ; Fri, 25 Nov 2016 18:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F3E249B for ; Fri, 25 Nov 2016 18:57:05 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480100162.94eab5589d75ece44200def3a984db4359ae8b92.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontypython/fontypython-0.4.4-r1.ebuild media-gfx/fontypython/fontypython-0.4.4-r2.ebuild X-VCS-Directories: media-gfx/fontypython/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 94eab5589d75ece44200def3a984db4359ae8b92 X-VCS-Branch: master Date: Fri, 25 Nov 2016 18:57:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1dc2cec8-8879-42ef-8fde-0742380cad56 X-Archives-Hash: e768a656bd91715fdae217e522fee302 commit: 94eab5589d75ece44200def3a984db4359ae8b92 Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 25 18:43:35 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 25 18:56:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94eab558 media-gfx/fontypython: Drop old Package-Manager: portage-2.3.2 media-gfx/fontypython/fontypython-0.4.4-r1.ebuild | 36 ----------------------- media-gfx/fontypython/fontypython-0.4.4-r2.ebuild | 30 ------------------- 2 files changed, 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 fe28a79..00000000 --- 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 7b5f1ed..00000000 --- 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 -}