Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276150 - dev-tex/biblatex (new ebuild)
Summary: dev-tex/biblatex (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 343553
Blocks:
  Show dependency tree
 
Reported: 2009-07-02 04:27 UTC by Moshe Kamensky
Modified: 2010-11-01 23:02 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
biblatex ebuild (biblatex-0.8d.ebuild,959 bytes, text/plain)
2009-07-02 04:27 UTC, Moshe Kamensky
Details
biblatex-0.9a ebuild (biblatex-0.9a.ebuild,977 bytes, text/plain)
2010-03-31 19:23 UTC, Alexey Bondarchuk
Details
biblatex-0.9a-r1.ebuild (biblatex-0.9a-r1.ebuild,1.14 KB, text/plain)
2010-03-31 20:28 UTC, Alexey Bondarchuk
Details
Add ~ppc keyword and depend on >=dev-texlive/texlive-latexextra-2009. (biblatex-0.9a-r2.ebuild,1.15 KB, text/plain)
2010-06-08 03:59 UTC, Olivier Mehani
Details
New version of biblatex (biblatex-0.9b.ebuild,1.17 KB, text/plain)
2010-08-29 19:57 UTC, Alexey Bondarchuk
Details
dev-tex/biblatex-0.9e.ebuild (biblatex-0.9e.ebuild,1.13 KB, text/plain)
2010-10-31 16:02 UTC, Elias Probst
Details
dev-tex/biblatex-0.9e.ebuild (biblatex-0.9e.ebuild,1.14 KB, text/plain)
2010-10-31 17:51 UTC, Elias Probst
Details
dev-tex/biblatex-0.9e.ebuild (biblatex-0.9e.ebuild,1.14 KB, text/plain)
2010-10-31 18:29 UTC, Elias Probst
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Moshe Kamensky 2009-07-02 04:27:02 UTC
Ebuild for biblatex, a bibtex replacement

Reproducible: Always
Comment 1 Moshe Kamensky 2009-07-02 04:27:58 UTC
Created attachment 196310 [details]
biblatex ebuild
Comment 2 David Raison 2009-11-27 09:12:47 UTC
second request to add this to the repository.
Built and works fine.
Comment 3 Alexey Bondarchuk 2010-03-31 19:23:23 UTC
Created attachment 226001 [details]
biblatex-0.9a ebuild

Updated ebuild for version 0.9a
Fetch current version of package by variable ${PV} from sourceforge mirror.
Comment 4 Alexey Bondarchuk 2010-03-31 20:22:04 UTC
Comment on attachment 226001 [details]
biblatex-0.9a ebuild

Errors in ebuild
Comment 5 Alexey Bondarchuk 2010-03-31 20:28:37 UTC
Created attachment 226005 [details]
biblatex-0.9a-r1.ebuild

New correct ebuild for biblatex-0.9a

ChangeLog:
del: app-arch/unzip from RDEPEND — using tar.gz sources;
add: ~amd64 to KEYWORDS — working correct;
upd: src_install() for updated sources structure.
Comment 6 Marcus Bannerman 2010-05-02 10:29:27 UTC
For future reference, this latest ebuild fixed a problem I was having with the 0.8d build on a keyworded ~amd64 system.

bibtex couldn't find the biblatex style and gave this error.

I couldn't open style file biblatex.bst
---line 14 of file main.aux
 : \bibstyle{biblatex
 :                   }

The latest ebuild works great.
Comment 7 Olivier Mehani 2010-06-08 03:59:14 UTC
Created attachment 234491 [details]
Add ~ppc keyword and depend on >=dev-texlive/texlive-latexextra-2009.

This ebuild works fine en PPC as well. BibLaTeX however complains about etoolbox being too old (2008). A more recent version is available in dev-texlive/texlive-latexextra-2009.

The attached ebuild thus updates the keywords and dependencies of the package.
Comment 8 Alexey Bondarchuk 2010-08-29 19:57:24 UTC
Created attachment 245260 [details]
New version of biblatex
Comment 9 Robert G. Siebeck 2010-10-15 19:59:00 UTC
biblatex-0.9b.ebuild also works with biblatex-0.9e when renamed.
Comment 10 Elias Probst 2010-10-31 16:02:09 UTC
Created attachment 252671 [details]
dev-tex/biblatex-0.9e.ebuild

Updated version of dev-tex/biblatex.
Previous version: 0.9b
Current version: 0.9e
Changes:
- Use 'mirror://' for SRC_URI
Comment 11 Elias Probst 2010-10-31 17:51:58 UTC
Created attachment 252699 [details]
dev-tex/biblatex-0.9e.ebuild

Changes:
- Added dependency for logreq (bug#343553)
- Set EAPI before inherit (repoman)
- Removed unneeded whitespaces (repoman)
Comment 12 Elias Probst 2010-10-31 18:29:26 UTC
Created attachment 252701 [details]
dev-tex/biblatex-0.9e.ebuild

Changes:
- upgraded dependency dev-texlive/texlive-latexextra-2009 to -2010, otherwise logreq fails, because it needs at etoolbox v2.0 (2010/08/21) or later.
Comment 13 Moshe Kamensky 2010-11-01 20:28:29 UTC
biblatex is actually part of texlive-bibtexextra-2010
Comment 14 Andreas K. Hüttel archtester gentoo-dev 2010-11-01 21:16:33 UTC
(In reply to comment #13)
> biblatex is actually part of texlive-bibtexextra-2010
> 

Indeed. I'm very sorry since you have put a lot of effort into this. However, since biblatex 0.9e is included in texlive-2010, and since the attached ebuild already requires texlive-2010, it is very unlikely that the ebuild will ever make it into portage.

Please use dev-texlive/texlive-bibtexextra-2010 instead. I'm not closing the bug because tl-2010 is still masked, but as far as I can see it installs fine, so you may want to unmask it and give it a try.
Comment 15 Andreas K. Hüttel archtester gentoo-dev 2010-11-01 23:02:34 UTC
Anyway.