public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mftrace: mftrace-1.2.17.ebuild ChangeLog
Date: Mon, 22 Aug 2011 09:39:12 +0000 (UTC)	[thread overview]
Message-ID: <20110822093912.1F3812004C@flycatcher.gentoo.org> (raw)

radhermit    11/08/22 09:39:12

  Modified:             ChangeLog
  Added:                mftrace-1.2.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 app-text/mftrace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	30 Jun 2011 18:49:04 -0000	1.57
+++ ChangeLog	22 Aug 2011 09:39:12 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/mftrace
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.57 2011/06/30 18:49:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.58 2011/08/22 09:39:12 radhermit Exp $
+
+*mftrace-1.2.17 (22 Aug 2011)
+
+  22 Aug 2011; Tim Harder <radhermit@gentoo.org> +mftrace-1.2.17.ebuild:
+  Version bump.
 
   30 Jun 2011; Jeroen Roovers <jer@gentoo.org> mftrace-1.2.16.ebuild:
   Marked ~hppa (bug #356069).



1.1                  app-text/mftrace/mftrace-1.2.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuild?rev=1.1&content-type=text/plain

Index: mftrace-1.2.17.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuild,v 1.1 2011/08/22 09:39:12 radhermit Exp $

EAPI="3"
PYTHON_DEPEND="2"

inherit python multilib 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
# SLOT 1 was used in pktrace ebuild
SLOT="1"
IUSE="truetype"

DEPEND="|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )"
RDEPEND="${DEPEND}
	virtual/latex-base
	>=app-text/t1utils-1.25
	truetype? ( media-gfx/fontforge )"

pkg_setup() {
	python_set_active_version 2
}

src_configure() {
	tc-export CC
	econf --datadir=$(python_get_sitedir)
}

src_compile() {
	emake CFLAGS="-Wall ${CFLAGS}" || die "emake failed"
}

src_install () {
	emake DESTDIR="${D}" PYC_MODULES="" install || die "make install failed"
	dodoc README.txt ChangeLog
}

pkg_postinst() {
	python_mod_optimize mftrace
}

pkg_postrm() {
	python_mod_cleanup mftrace
}






             reply	other threads:[~2011-08-22  9:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-22  9:39 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-15 20:54 [gentoo-commits] gentoo-x86 commit in app-text/mftrace: mftrace-1.2.17.ebuild ChangeLog Tim Harder (radhermit)
2011-11-15 21:02 Tim Harder (radhermit)
2011-11-15 21:08 Tim Harder (radhermit)
2011-11-16 17:28 Tony Vroon (chainsaw)
2011-11-17 18:38 PaweA Hajdan (phajdan.jr)
2011-12-09 12:04 Naohiro Aota (naota)
2012-01-06 16:52 Brent Baude (ranger)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110822093912.1F3812004C@flycatcher.gentoo.org \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox