diff options
Diffstat (limited to 'dev-tex/notoccite')
-rw-r--r-- | dev-tex/notoccite/Manifest | 5 | ||||
-rw-r--r-- | dev-tex/notoccite/metadata.xml | 15 | ||||
-rw-r--r-- | dev-tex/notoccite/notoccite-20000720.ebuild | 17 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-tex/notoccite/Manifest b/dev-tex/notoccite/Manifest new file mode 100644 index 000000000000..f44220933095 --- /dev/null +++ b/dev-tex/notoccite/Manifest @@ -0,0 +1,5 @@ +DIST notoccite-20000720.tbz2 1127 SHA256 ae333e27275b474d8a1d582714ef665fe14ac6d7080e3f5dd9593fca614d325f SHA512 838974315a892289e51c1112fd80bc709efb7040522b40b42914ba57010bfa43371c1cd2f6fe4700411c18ad14db13df841ccabdd681b5d6312dcf9cb748950e WHIRLPOOL c771c713020b42651a83ebddfa4d362b4f84605f69fbdaa324c522e31876d721462b6bfd010b6b55c6f55746ddea166ad5fa8a7a79c26f493cfe3842cf2b6a0b +EBUILD notoccite-20000720.ebuild 415 SHA256 8eae50803b6bae17ffeef6caf3aecce2f284d0fd74c8105c2edcc6070620cff2 SHA512 c8edb14b15f9ffbac20d3d16d5b0b1070e175fe6e0b382299404af51b6487b7abd81fc9fabade2cf115e363c199ea5370949d260b76e59d883d4063659d6280a WHIRLPOOL fc812e4d8334a63e4adf4624b2c1db0eeaea4410e7ac2f1d8f2f83a442a3ccfd10e7a910ced345204806336bb7ba615ae937c1a2d1d754d54ff129a3ad5d9c01 +MISC ChangeLog 2438 SHA256 744e4cf6f2eb3b8fade5688658c25476c1215421d6f06fa27081a9c0d86e794e SHA512 1ee61a1344e094c3ab65ceb4aede27d328c0c25057299fcdd391d0cc2b7ce0bea0db7b8216b63013d47397d9a16dbb04ceee82a3039620aa916ada22786896be WHIRLPOOL 4104731950e60a70db7e130027b5e5c1d811ee9ea8653335abe9e267b726ef30c94f1327d231c06e338cc09e2bafd7d6948c9106c267ad2f14499b6e2062f521 +MISC ChangeLog-2015 463 SHA256 d63ad782b4ce4b1815b841f457acad472cd0e2a410769bf33763dbb1cf687215 SHA512 737d3c8ee29b9b04f918c2f5261332ded5a13fdf7992ba1d9c5d0667328884bcf212f39b9c202f7d0b7e273d14f380121651ec6364ace86de2e9f315613043d5 WHIRLPOOL 7a0349e27e2bfaadf706bf6bfefec4cf6452ff27bf488fdc81179b7048047cddf4f1bd0a6cfc9b985318cdc59b4bd078d0c553f75b893c985850e9940fc71fd8 +MISC metadata.xml 628 SHA256 95698faea338d0a16882fd835123b8952b2b24a9521e50dc9e6889b254404341 SHA512 5b1ae62310f96548e960569faffe0adddd23f0cf8a0589686d94fec11ef9ffc325ba4d372847a72018c75e19d38e5ccc42e2117f565e5de6127266b2ed99cba3 WHIRLPOOL 92a98a5eb8f2899888930c450395442e756611b0b08e044231281149000efb46a3db4ed2b80eb23499217c9cf93aec83cf6cf55b098ea730cc3cb561f41de7f8 diff --git a/dev-tex/notoccite/metadata.xml b/dev-tex/notoccite/metadata.xml new file mode 100644 index 000000000000..83e4841ebe15 --- /dev/null +++ b/dev-tex/notoccite/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>tex@gentoo.org</email> + <name>Gentoo TeX Project</name> + </maintainer> + <longdescription> + If you have \cite commands in \section-like commands, or in \caption, the + citation will also appear in the table of contents, or list of whatever. If + you are also using an unsrt-like bibliography style, these citations will + come at the very start of the bibliography, which is confusing. This package + suppresses the effect. + </longdescription> +</pkgmetadata> diff --git a/dev-tex/notoccite/notoccite-20000720.ebuild b/dev-tex/notoccite/notoccite-20000720.ebuild new file mode 100644 index 000000000000..701c401052d5 --- /dev/null +++ b/dev-tex/notoccite/notoccite-20000720.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit latex-package + +DESCRIPTION="Stop citations in figures, tables and contents changing citation +order" +HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/notoccite.html" +SRC_URI="mirror://gentoo/${P}.tbz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" |