public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/
Date: Thu,  3 Mar 2016 23:13:38 +0000 (UTC)	[thread overview]
Message-ID: <1457046774.25f3f116b435469f991b61f08c1173697c4ed235.mrueg@gentoo> (raw)

commit:     25f3f116b435469f991b61f08c1173697c4ed235
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 23:12:54 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 23:12:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f3f116

dev-tex/biblatex: Version bump

Package-Manager: portage-2.2.27

 dev-tex/biblatex/Manifest            |  1 +
 dev-tex/biblatex/biblatex-3.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-tex/biblatex/Manifest b/dev-tex/biblatex/Manifest
index 45361f5..26e6617 100644
--- a/dev-tex/biblatex/Manifest
+++ b/dev-tex/biblatex/Manifest
@@ -1,2 +1,3 @@
 DIST biblatex-3.1.tds.tgz 18983013 SHA256 96280c084f7f1a5ccde679130f80ae0b7e43265aa51b0ea083caadd01c5ec7d1 SHA512 62a4be3d875f70987c2faf83b7558b46ae936ef4e52afa357a2ac80a65afc15dfd783c1a4a4e140d9aa906bb49153ddec2b4e8233ed2d2a26599468190cde951 WHIRLPOOL 5e75313543b5b36a18e593dda68e3c655142e378877bb74513406ca6515a3d8eea5d67ef802594834a766af270d44e23d9f887f8d71e66e6fc8948c6180af864
 DIST biblatex-3.2.tds.tgz 18986441 SHA256 b2eeface82991a8f6b3a37d42324ebaf5912768f33b059378df607657aca8ec1 SHA512 a2a1aa4a35199d6ab9684e456889816e1bd7df3fe63fe2bcf9c5071bc4e104a2f42d16290c424ba3e501f57b183c2ecef8b1358064cc01cd95ac2a58f68d00ae WHIRLPOOL 3e9f9e63e739aa95b430170fb48882e5cf88e840e6458e7b1a63e885d38364896b32171d7fe38f052f46ac3edc8da9755fb95cee4506541faca7e5f42d3309b2
+DIST biblatex-3.3.tds.tgz 19277161 SHA256 23caae5a4d4e89c47adf263f67329bc733d9046b0b8fc18aace963b00701d3a0 SHA512 530b2e910c70b2204d3c6cac65324472d92782196234d5b74e672250448e60ca67436e9bcfd7f34bb31aa0490156e5984081f7af959da9941ab4af3ec7857c99 WHIRLPOOL 3ea7e3d8dc0351d03434931d050940ac6107ba554050c206774cecc7c7b563bc18591717407c397777c8990777e8977f624d8e238ac9356af166a5243a7a89a5

diff --git a/dev-tex/biblatex/biblatex-3.3.ebuild b/dev-tex/biblatex/biblatex-3.3.ebuild
new file mode 100644
index 0000000..6cad655
--- /dev/null
+++ b/dev-tex/biblatex/biblatex-3.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit latex-package
+
+DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz"
+
+LICENSE="LPPL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-texlive/texlive-bibtexextra
+	dev-texlive/texlive-latexextra"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+TEXMF=/usr/share/texmf-site
+
+src_install() {
+	insinto "${TEXMF}"
+	doins -r bibtex tex
+
+	dodoc doc/latex/biblatex/{README,RELEASE}
+	use doc && { pushd doc/ ; latex-package_src_doinstall doc ; popd ; }
+	if use examples ; then
+		docinto examples
+		dodoc -r doc/latex/biblatex/examples
+	fi
+}


             reply	other threads:[~2016-03-03 23:13 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 23:13 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 16:19 [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/ Sam James
2025-01-15 11:47 Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2024-07-11  2:40 Ionen Wolkens
2024-06-23 17:47 Arthur Zamarin
2024-06-14 18:05 Sam James
2024-06-14 14:42 Arthur Zamarin
2024-05-26  6:06 Arthur Zamarin
2021-10-26  1:21 Yixun Lan
2021-05-04 22:24 Sam James
2021-05-02 22:06 Sergei Trofimovich
2021-03-09 22:03 Andreas K. Hüttel
2020-12-21 20:08 Sam James
2020-12-19 19:36 Sam James
2020-05-04 14:11 Joonas Niilola
2020-01-19 16:37 Mikle Kolyada
2019-09-27 19:19 Mikle Kolyada
2019-07-26 12:02 Mikle Kolyada
2019-02-10 23:11 Patrice Clement
2019-02-10 23:11 Patrice Clement
2019-01-02 10:10 Mikle Kolyada
2018-08-08 16:34 Michał Górny
2018-08-08 16:34 Michał Górny
2018-08-08 16:34 Michał Górny
2018-07-21 12:25 Alexis Ballier
2018-07-21 12:25 Alexis Ballier
2018-04-02 18:06 Mart Raudsepp
2018-02-04 23:41 Patrice Clement
2018-01-08 23:57 Thomas Deutschmann
2018-01-08 23:57 Thomas Deutschmann
2017-11-30 14:47 Patrice Clement
2017-11-30 14:47 Patrice Clement
2017-11-11 16:49 Jonas Stein
2017-06-15 16:27 Markus Meier
2017-06-12  9:40 Michał Górny
2017-05-30  8:02 Alexis Ballier
2017-05-15  9:09 Michał Górny
2017-05-07 11:05 Mikle Kolyada
2017-04-28 21:23 Manuel Rüger
2017-03-16 19:45 Manuel Rüger
2017-03-16 19:45 Manuel Rüger
2016-09-26 19:52 Manuel Rüger
2016-09-26 19:51 Manuel Rüger
2016-05-24 15:20 Amy Winston
2016-05-20 19:57 Manuel Rüger
2016-03-13 12:51 Manuel Rüger
2016-01-23 18:17 Manuel Rüger
2015-12-22 20:34 Manuel Rüger
2015-10-28 21:11 Manuel Rüger
2015-10-28 18:38 Manuel Rüger

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=1457046774.25f3f116b435469f991b61f08c1173697c4ed235.mrueg@gentoo \
    --to=mrueg@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