public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/
@ 2016-11-25 18:57 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-25 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     471e1648ac73f62190f706fd29e99513b71e42b1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 18:43:15 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 18:55:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e1648

media-gfx/fontypython: x86 stable, bug #584022

Package-Manager: portage-2.3.2

 media-gfx/fontypython/fontypython-0.4.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
index 06262af..40fec4f 100644
--- a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
+++ b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # Crashes w/ debug build of wxGTK (#201315)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/
@ 2016-11-25 18:57 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-25 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     94eab5589d75ece44200def3a984db4359ae8b92
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 18:43:35 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/
@ 2017-07-14  7:45 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2017-07-14  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3e18c17e41bf45c0e191af93156958ce4ce92803
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 07:40:43 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 07:45:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e18c17e

media-gfx/fontypython: change SRC_URI to use 'mirror://nongnu/'

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-gfx/fontypython/fontypython-0.4.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
index e50c5e2b3f7..ca9ebc36f3c 100644
--- a/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
+++ b/media-gfx/fontypython/fontypython-0.4.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,7 +9,7 @@ inherit distutils-r1 multilib wxwidgets
 
 DESCRIPTION="Font preview application"
 HOMEPAGE="https://savannah.nongnu.org/projects/fontypython"
-SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-14  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14  7:45 [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontypython/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2016-11-25 18:57 Pacho Ramos
2016-11-25 18:57 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox