public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/bibtexu: bibtexu-3.71_p20130530.ebuild ChangeLog
@ 2013-06-27 13:15 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-27 13:15 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/27 13:15:19

  Modified:             ChangeLog
  Added:                bibtexu-3.71_p20130530.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.44                 dev-tex/bibtexu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	25 Jun 2013 22:03:36 -0000	1.43
+++ ChangeLog	27 Jun 2013 13:15:19 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-tex/bibtexu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.43 2013/06/25 22:03:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.44 2013/06/27 13:15:19 aballier Exp $
+
+*bibtexu-3.71_p20130530 (27 Jun 2013)
+
+  27 Jun 2013; Alexis Ballier <aballier@gentoo.org>
+  +bibtexu-3.71_p20130530.ebuild:
+  version bump
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org>
   bibtexu-3.71_p20120701.ebuild:



1.1                  dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild?rev=1.1&content-type=text/plain

Index: bibtexu-3.71_p20130530.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild,v 1.1 2013/06/27 13:15:19 aballier Exp $

EAPI=5

DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity"
HOMEPAGE="http://tug.org/texlive/"
SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701
		>=dev-libs/icu-4.4
		!<app-text/texlive-core-2013"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

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

src_configure() {
	econf \
		--with-system-kpathsea \
		--with-system-icu
}

src_install() {
	emake \
		DESTDIR="${D}" \
		csfdir="${EPREFIX}/usr/share/texmf-dist/bibtexu/csf/base" \
		btdocdir="${EPREFIX}/usr/share/doc/${PF}" \
		install
	dodoc 00readme.txt ChangeLog csfile.txt HISTORY
}





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

* [gentoo-commits] gentoo-x86 commit in dev-tex/bibtexu: bibtexu-3.71_p20130530.ebuild ChangeLog
@ 2013-06-28 13:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-28 13:53 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/28 13:53:25

  Modified:             bibtexu-3.71_p20130530.ebuild ChangeLog
  Log:
  Install texmf files from here instead of texlive-core
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.2                  dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild?r1=1.1&r2=1.2

Index: bibtexu-3.71_p20130530.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bibtexu-3.71_p20130530.ebuild	27 Jun 2013 13:15:19 -0000	1.1
+++ bibtexu-3.71_p20130530.ebuild	28 Jun 2013 13:53:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild,v 1.1 2013/06/27 13:15:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20130530.ebuild,v 1.2 2013/06/28 13:53:25 aballier Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="doc source"
 
 RDEPEND=">=dev-libs/kpathsea-6.1.0_p20120701
 		>=dev-libs/icu-4.4
@@ -21,6 +21,20 @@
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/bibtex-x
 
+TL_VERSION=2013
+EXTRA_TL_MODULES="bibtex8 bibtexu"
+EXTRA_TL_DOC_MODULES="bibtex8.doc bibtexu.doc"
+
+for i in ${EXTRA_TL_MODULES} ; do
+	SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
+done
+
+SRC_URI="${SRC_URI} doc? ( "
+for i in ${EXTRA_TL_DOC_MODULES} ; do
+	SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${TL_VERSION}.tar.xz"
+done
+SRC_URI="${SRC_URI} ) "
+
 src_configure() {
 	econf \
 		--with-system-kpathsea \
@@ -34,4 +48,10 @@
 		btdocdir="${EPREFIX}/usr/share/doc/${PF}" \
 		install
 	dodoc 00readme.txt ChangeLog csfile.txt HISTORY
+
+	dodir /usr/share # just in case
+	cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to install texmf trees"
+	if use source ; then
+		cp -pR "${WORKDIR}"/tlpkg "${ED}/usr/share/" || die "failed to install tlpkg files"
+	fi
 }



1.45                 dev-tex/bibtexu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/bibtexu/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	27 Jun 2013 13:15:19 -0000	1.44
+++ ChangeLog	28 Jun 2013 13:53:25 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for dev-tex/bibtexu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.44 2013/06/27 13:15:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.45 2013/06/28 13:53:25 aballier Exp $
+
+  28 Jun 2013; Alexis Ballier <aballier@gentoo.org>
+  bibtexu-3.71_p20130530.ebuild:
+  Install texmf files from here instead of texlive-core
 
 *bibtexu-3.71_p20130530 (27 Jun 2013)
 





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

end of thread, other threads:[~2013-06-28 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-28 13:53 [gentoo-commits] gentoo-x86 commit in dev-tex/bibtexu: bibtexu-3.71_p20130530.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-27 13:15 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