dev-tex/glossaries: Drop broken version bump.
authorJonas Stein <jstein@gentoo.org>
Sat, 28 Apr 2018 22:28:21 +0000 (00:28 +0200)
committerJonas Stein <jstein@gentoo.org>
Sat, 28 Apr 2018 22:28:41 +0000 (00:28 +0200)
Mistake happened during testing.
The version bump to 4.37 requires a much more comprehensive rewrite of
the ebuild. Removing the not working ebuild for now.
Bug: https://bugs.gentoo.org/643532
Closes: https://bugs.gentoo.org/654258
Package-Manager: Portage-2.3.31, Repoman-2.3.9

dev-tex/glossaries/Manifest
dev-tex/glossaries/glossaries-4.37.ebuild [deleted file]

index 8cb6162980873d5ba923574f769c48e3643cd2ff..352aeaaf2081ce87674386f034ca8cfc7daedbd0 100644 (file)
@@ -2,4 +2,3 @@ DIST glossaries-3.04.zip 3838009 BLAKE2B 58316ac6442960ae3a48188b64cd382afba5c9f
 DIST glossaries-4.07.zip 5009472 BLAKE2B 31337b682f0b69742e202e4be762a9e68d0fbac0052aa9b8736bc79a61db135f23f63aae8f065f76ea110bd009c6a7a8e41c95e477c2f8da9f7b4e5e71e0b87c SHA512 576c52b0502e9854ac1332142a724ed1b97b37502322d52195f343f864a82e249529715b0a637f984ab01662d288f2ba57f7a932d2523435d5147dfb43145d61
 DIST glossaries-4.11.zip 5411615 BLAKE2B 9d2c619ca7671d09d3e7aca90df8b30d6192affe23cae16a21a71cf423eb4ee45d6a4122c7fd495cee2eea468d9cba70ce11cb677238e9443006df49d36130be SHA512 f195bb16f4b000ccf3206ae3dd594f0252cf96942062daa3af9d667be2801d6686b0b2dc337327ba2258766a2d42dbf1ff9e4974e9a4f3b1ca41352f691b4fdb
 DIST glossaries-4.12.zip 5410108 BLAKE2B 681e91b4c057d649007675d05cab5eac219a73818c24c6c2e5f752721b65108f078dd05ee6340a686054359371f0f91549069087e2bd5679ddd8cfec961776b1 SHA512 34d5512a1d8daf3b8ddf3290e8da3ed69b835752ff93a166df5ccda95c9784fa3a63aa703926c5e90725cd4a204a43e8a718d460d7eb5dec7560927cc7ce7ef9
-DIST glossaries-4.37.zip 6387710 BLAKE2B 55376a441c5073229c795915bf137bb54b0a4f711d9108d32dba734166cbb49d8e90046a68608363b00ae79eb3a2e9c5e307ee24d5db3945722fb268acf33977 SHA512 953bf0a0c52a3b051beff5a98a7d625efa9fd6d5ead5991e1b73ca57f946c5b43e3ae05509ca5110638f7ef0d14f8388da87718dd2eab32097fcff56a034180c
diff --git a/dev-tex/glossaries/glossaries-4.37.ebuild b/dev-tex/glossaries/glossaries-4.37.ebuild
deleted file mode 100644 (file)
index bd0f0a4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit latex-package
-
-DESCRIPTION="Create glossaries and lists of acronyms"
-HOMEPAGE="http://www.ctan.org/pkg/glossaries/"
-SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip"
-
-LICENSE="LPPL-1.3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc examples"
-
-RDEPEND="dev-lang/perl
-       dev-texlive/texlive-latexrecommended
-       >=dev-texlive/texlive-latexextra-2017"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-TEXMF="/usr/share/texmf-site"
-S=${WORKDIR}/${PN}
-
-src_install() {
-       latex-package_src_doinstall styles
-
-       dobin makeglossaries
-
-       dodoc CHANGES README
-       if use doc ; then
-               latex-package_src_doinstall pdf
-       fi
-       if use examples ; then
-               docinto examples
-               dodoc samples/*.tex
-       fi
-}