Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/notoccite/
Date: Sat, 06 Jan 2018 16:03:41
Message-Id: 1515254572.d2f0d3edaadb78eed2380ee66c7623c807b127a9.zlogene@gentoo
1 commit: d2f0d3edaadb78eed2380ee66c7623c807b127a9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 16:02:52 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 16:02:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f0d3ed
7
8 dev-tex/notoccite: remove last rited package
9
10 dev-tex/notoccite/Manifest | 1 -
11 dev-tex/notoccite/metadata.xml | 15 ---------------
12 dev-tex/notoccite/notoccite-20000720.ebuild | 17 -----------------
13 3 files changed, 33 deletions(-)
14
15 diff --git a/dev-tex/notoccite/Manifest b/dev-tex/notoccite/Manifest
16 deleted file mode 100644
17 index 3cbe2bcee6f..00000000000
18 --- a/dev-tex/notoccite/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST notoccite-20000720.tbz2 1127 BLAKE2B c950643e7e03d49f31283ae509baac645e9d40cf6709ccff6993a630a660e7e4bf8eff88dfc6605a04cfe842cd43c5b7753b6a8b946b9271b88f6df01bdbef64 SHA512 838974315a892289e51c1112fd80bc709efb7040522b40b42914ba57010bfa43371c1cd2f6fe4700411c18ad14db13df841ccabdd681b5d6312dcf9cb748950e
22
23 diff --git a/dev-tex/notoccite/metadata.xml b/dev-tex/notoccite/metadata.xml
24 deleted file mode 100644
25 index 22a386d5270..00000000000
26 --- a/dev-tex/notoccite/metadata.xml
27 +++ /dev/null
28 @@ -1,15 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <maintainer type="project">
33 - <email>tex@g.o</email>
34 - <name>Gentoo TeX Project</name>
35 - </maintainer>
36 - <longdescription>
37 - If you have \cite commands in \section-like commands, or in \caption, the
38 - citation will also appear in the table of contents, or list of whatever. If
39 - you are also using an unsrt-like bibliography style, these citations will
40 - come at the very start of the bibliography, which is confusing. This package
41 - suppresses the effect.
42 - </longdescription>
43 -</pkgmetadata>
44
45 diff --git a/dev-tex/notoccite/notoccite-20000720.ebuild b/dev-tex/notoccite/notoccite-20000720.ebuild
46 deleted file mode 100644
47 index 701c401052d..00000000000
48 --- a/dev-tex/notoccite/notoccite-20000720.ebuild
49 +++ /dev/null
50 @@ -1,17 +0,0 @@
51 -# Copyright 1999-2007 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -inherit latex-package
55 -
56 -DESCRIPTION="Stop citations in figures, tables and contents changing citation
57 -order"
58 -HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/notoccite.html"
59 -SRC_URI="mirror://gentoo/${P}.tbz2"
60 -
61 -LICENSE="public-domain"
62 -SLOT="0"
63 -KEYWORDS="~amd64"
64 -IUSE=""
65 -
66 -DEPEND=""
67 -RDEPEND=""