public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/ptexenc: ptexenc-1.3.3_p20150521.ebuild ChangeLog
@ 2015-07-14 12:49 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-07-14 12:49 UTC (permalink / raw
  To: gentoo-commits

aballier    15/07/14 12:49:06

  Modified:             ChangeLog
  Added:                ptexenc-1.3.3_p20150521.ebuild
  Log:
  bump to texlive 2015 version
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.48                 dev-libs/ptexenc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ptexenc/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ptexenc/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ptexenc/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	12 Jul 2015 17:20:20 -0000	1.47
+++ ChangeLog	14 Jul 2015 12:49:06 -0000	1.48
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/ptexenc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ChangeLog,v 1.47 2015/07/12 17:20:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ChangeLog,v 1.48 2015/07/14 12:49:06 aballier Exp $
+
+*ptexenc-1.3.3_p20150521 (14 Jul 2015)
+
+  14 Jul 2015; Alexis Ballier <aballier@gentoo.org>
+  +ptexenc-1.3.3_p20150521.ebuild:
+  bump to texlive 2015 version
 
   12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
   ptexenc-1.3.2_p20140525-r1.ebuild:



1.1                  dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild?rev=1.1&content-type=text/plain

Index: ptexenc-1.3.3_p20150521.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ptexenc/ptexenc-1.3.3_p20150521.ebuild,v 1.1 2015/07/14 12:49:06 aballier Exp $

EAPI=5

inherit libtool

DESCRIPTION="Library for Japanese pTeX providing a better way of handling character encodings"
HOMEPAGE="http://tutimura.ath.cx/ptexlive/?ptexenc"
SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
# http://tutimura.ath.cx/~nob/tex/ptexlive/ptexenc/${P}.tar.xz

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
IUSE="iconv static-libs"

DEPEND="iconv? ( virtual/libiconv )
	dev-libs/kpathsea"
RDEPEND="${DEPEND}"

S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}

src_prepare() {
	default

	# https://bugs.gentoo.org/show_bug.cgi?id=377141
	sed -i '/^LIBS/s:@LIBS@:@LIBS@ @KPATHSEA_LIBS@:' "${S}"/Makefile.in || die

	cd "${WORKDIR}/texlive-${PV#*_p}-source"
	S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so versionning on gfbsd
}

src_configure() {
	econf \
		--with-system-kpathsea \
		$(use_enable static-libs static) \
		$(use_enable iconv kanji-iconv)
}

src_install() {
	emake DESTDIR="${D}" install
	find "${D}" -name '*.la' -delete

	insinto /usr/include/ptexenc
	doins ptexenc/unicode-jp.h
	use iconv && doins ptexenc/kanjicnv.h

	dodoc ChangeLog README
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-14 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 12:49 [gentoo-commits] gentoo-x86 commit in dev-libs/ptexenc: ptexenc-1.3.3_p20150521.ebuild ChangeLog Alexis Ballier (aballier)

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