public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/
@ 2017-02-18  9:45 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-02-18  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c3ff979cf44a335c8d1a5672e11b259e61a3712c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 08:46:54 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:44:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ff979c

app-text/mftrace: python-single-r1, EAPI=6

 ...race-1.2.18.ebuild => mftrace-1.2.18-r1.ebuild} | 29 ++++++----------------
 1 file changed, 8 insertions(+), 21 deletions(-)

diff --git a/app-text/mftrace/mftrace-1.2.18.ebuild b/app-text/mftrace/mftrace-1.2.18-r1.ebuild
similarity index 63%
rename from app-text/mftrace/mftrace-1.2.18.ebuild
rename to app-text/mftrace/mftrace-1.2.18-r1.ebuild
index d41aa2d5f5..b9f5707a3f 100644
--- a/app-text/mftrace/mftrace-1.2.18.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
-PYTHON_DEPEND="2"
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
 
-inherit python toolchain-funcs
+inherit python-single-r1 toolchain-funcs
 
 DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
 HOMEPAGE="http://lilypond.org/mftrace/"
 SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz"
+
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~hppa ppc x86 ~x86-fbsd"
 # SLOT 1 was used in pktrace ebuild
@@ -23,16 +24,10 @@ RDEPEND=">=app-text/t1utils-1.25
 DEPEND="${RDEPEND}
 	test? ( media-gfx/fontforge )"
 
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
 src_configure() {
 	tc-export CC
 	econf \
-		--datadir="$(python_get_sitedir)" \
-		PYTHON="$(PYTHON)"
+		--datadir="$(python_get_sitedir)"
 }
 
 src_compile() {
@@ -40,14 +35,6 @@ src_compile() {
 }
 
 src_install () {
-	emake DESTDIR="${D}" PYC_MODULES="" install
-	dodoc README.txt ChangeLog
-}
-
-pkg_postinst() {
-	python_mod_optimize mftrace
-}
-
-pkg_postrm() {
-	python_mod_cleanup mftrace
+	default
+	python_optimize
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/
@ 2017-02-19 10:55 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-02-19 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     278a33839b296bb70a836844ecc86c0c9a08c633
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:55:10 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:55:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278a3383

app-text/mftrace: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../mftrace/{mftrace-1.2.18-r1.ebuild => mftrace-1.2.18-r2.ebuild}   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/mftrace/mftrace-1.2.18-r1.ebuild b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
similarity index 91%
rename from app-text/mftrace/mftrace-1.2.18-r1.ebuild
rename to app-text/mftrace/mftrace-1.2.18-r2.ebuild
index b9f5707a3f..b5e0d5ce74 100644
--- a/app-text/mftrace/mftrace-1.2.18-r1.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1 toolchain-funcs
@@ -16,11 +17,13 @@ KEYWORDS="amd64 ~hppa ppc x86 ~x86-fbsd"
 # SLOT 1 was used in pktrace ebuild
 SLOT="1"
 IUSE="test truetype"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=app-text/t1utils-1.25
 	|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
 	truetype? ( media-gfx/fontforge )
-	virtual/latex-base"
+	virtual/latex-base
+	${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
 	test? ( media-gfx/fontforge )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/
@ 2017-07-02 12:57 Sebastian Pipping
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2017-07-02 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3973a0bd9326c03498f2ef0fc554bb3af4eea8ea
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 12:52:42 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 12:57:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3973a0bd

app-text/mftrace: Fix SRC_URI

 app-text/mftrace/mftrace-1.2.18-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mftrace/mftrace-1.2.18-r2.ebuild b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
index 3d7cdf911d0..80ff5020095 100644
--- a/app-text/mftrace/mftrace-1.2.18-r2.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
@@ -9,7 +9,7 @@ inherit python-single-r1 toolchain-funcs
 
 DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
 HOMEPAGE="http://lilypond.org/mftrace/"
-SRC_URI="http://lilypond.org/download/sources/mftrace/${P}.tar.gz"
+SRC_URI="http://lilypond.org/downloads/sources/mftrace/${P}.tar.gz"
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~hppa ppc x86 ~x86-fbsd"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/
@ 2017-07-02 12:57 Sebastian Pipping
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2017-07-02 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e2c26954742493a1a55217316f093f3dca6addc7
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 12:56:49 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 12:57:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c26954

app-text/mftrace: 1.2.19

https://github.com/hanwen/mftrace/issues/4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/mftrace/Manifest              |  1 +
 app-text/mftrace/mftrace-1.2.19.ebuild | 42 ++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/mftrace/Manifest b/app-text/mftrace/Manifest
index 8baebf43d2c..1a5206b7a4c 100644
--- a/app-text/mftrace/Manifest
+++ b/app-text/mftrace/Manifest
@@ -1 +1,2 @@
 DIST mftrace-1.2.18.tar.gz 79112 SHA256 0d31065f1d35919e311d9170bbfcdacc58736e3f783311411ed1277aa09d3261 SHA512 db26a643a92cfcbb150c5f80af65b1ce6030a266023b4433ea760c3601092c42602617f52a49ce467cd3a4804aa6779e72ee38dc557dc03e1e1c86a36dbd54db WHIRLPOOL 32db904ab2962046052416ecab143b3bcc3480ac4baa99d1c68dfb0da8907722f69ab3de68d8e62fb9959094e0b08b764a1e2aca3945737238877f4b0372526d
+DIST mftrace-1.2.19.tar.gz 78907 SHA256 778126f4220aa31fc91fa8baafd26aaf8be9c5e8fed5c0e92a61de04d32bbdb5 SHA512 410739ced17c5e5bb82c286b6b935c9d8d46299f9c04f0ba4c97df9ada5d7e9c778c720fb8a2377eb6df3c629a6e7264836fe7675733cf60197a817477dc49ee WHIRLPOOL d14aaa78202de9c84fc5a9d533705e53fa2bbb9b2271f53d40cc9342c5a96c5a582f6d05014626b6f2cceeaf9f32c8949ccc23aa30604899f1a0864e1fbfcd1c

diff --git a/app-text/mftrace/mftrace-1.2.19.ebuild b/app-text/mftrace/mftrace-1.2.19.ebuild
new file mode 100644
index 00000000000..499626546e9
--- /dev/null
+++ b/app-text/mftrace/mftrace-1.2.19.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 toolchain-funcs
+
+DESCRIPTION="Traces TeX fonts to PFA or PFB fonts (formerly pktrace)"
+HOMEPAGE="http://lilypond.org/mftrace/"
+SRC_URI="http://lilypond.org/downloads/sources/mftrace/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
+# SLOT 1 was used in pktrace ebuild
+SLOT="1"
+IUSE="test truetype"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=app-text/t1utils-1.25
+	|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
+	truetype? ( media-gfx/fontforge )
+	virtual/latex-base
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	test? ( media-gfx/fontforge )"
+
+src_configure() {
+	tc-export CC
+	econf \
+		--datadir="$(python_get_sitedir)"
+}
+
+src_compile() {
+	emake CFLAGS="-Wall ${CFLAGS}"
+}
+
+src_install () {
+	default
+	python_optimize
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/
@ 2017-07-15 23:53 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2017-07-15 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8df69639a82439e5cee5f5a01a12201d76a34d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 23:40:51 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 23:49:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8df696

app-text/mftrace: Drop dependency on media-gfx/autotrace (bug #620804)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --force

 app-text/mftrace/{mftrace-1.2.18-r2.ebuild => mftrace-1.2.18-r3.ebuild} | 2 +-
 app-text/mftrace/{mftrace-1.2.19.ebuild => mftrace-1.2.19-r1.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/mftrace/mftrace-1.2.18-r2.ebuild b/app-text/mftrace/mftrace-1.2.18-r3.ebuild
similarity index 94%
rename from app-text/mftrace/mftrace-1.2.18-r2.ebuild
rename to app-text/mftrace/mftrace-1.2.18-r3.ebuild
index 80ff5020095..059796f95a3 100644
--- a/app-text/mftrace/mftrace-1.2.18-r2.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r3.ebuild
@@ -19,7 +19,7 @@ IUSE="test truetype"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=app-text/t1utils-1.25
-	|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
+	media-gfx/potrace
 	truetype? ( media-gfx/fontforge )
 	virtual/latex-base
 	${PYTHON_DEPS}"

diff --git a/app-text/mftrace/mftrace-1.2.19.ebuild b/app-text/mftrace/mftrace-1.2.19-r1.ebuild
similarity index 94%
rename from app-text/mftrace/mftrace-1.2.19.ebuild
rename to app-text/mftrace/mftrace-1.2.19-r1.ebuild
index 499626546e9..fedb8709080 100644
--- a/app-text/mftrace/mftrace-1.2.19.ebuild
+++ b/app-text/mftrace/mftrace-1.2.19-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="test truetype"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=app-text/t1utils-1.25
-	|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
+	media-gfx/potrace
 	truetype? ( media-gfx/fontforge )
 	virtual/latex-base
 	${PYTHON_DEPS}"


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

end of thread, other threads:[~2017-07-15 23:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18  9:45 [gentoo-commits] repo/gentoo:master commit in: app-text/mftrace/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-02-19 10:55 David Seifert
2017-07-02 12:57 Sebastian Pipping
2017-07-02 12:57 Sebastian Pipping
2017-07-15 23:53 Thomas Deutschmann

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