summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-17 19:28:30 +0100
committerSam James <sam@gentoo.org>2022-04-17 19:28:30 +0100
commit30f58d9bcdaba32e0a1fc42cb9e816812306d344 (patch)
treecb665ab2fb5ed1f24554a75695e4fa662bf3c515 /app-text/bibclean
parentapp-office/texstudio: drop 4.0.2, 4.1.1, 4.2.0, 4.2.1 (diff)
downloadgentoo-30f58d9bcdaba32e0a1fc42cb9e816812306d344.tar.gz
gentoo-30f58d9bcdaba32e0a1fc42cb9e816812306d344.tar.bz2
gentoo-30f58d9bcdaba32e0a1fc42cb9e816812306d344.zip
app-text/bibclean: drop 3.04
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/bibclean')
-rw-r--r--app-text/bibclean/Manifest1
-rw-r--r--app-text/bibclean/bibclean-3.04.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest
index a00ab93b1639..02c7c5dc9e01 100644
--- a/app-text/bibclean/Manifest
+++ b/app-text/bibclean/Manifest
@@ -1,2 +1 @@
-DIST bibclean-3.04.tar.xz 1683624 BLAKE2B ea18b07ef508e811dbef4b6a2794fcc82142f817fc46be3556610ae5022ce851a47800f0dc70992627f52ac4057a1dbb7bac16b19f8abe55614821927ad97127 SHA512 52119000978a510a0ef83ca7d8aa9f9d16fceaaad667fccef8c816877e8ef87e5a6885d62b8e9269b622a17a65b27ce485f79db15d1985a0daf3f67334fe46d0
DIST bibclean-3.06.tar.xz 1697732 BLAKE2B c1d9623588e892360eb98e753b44cb54e0eb65d3e3d46a04463c0c3183beacb58fd07542ba06d00eb754061b45ed195a82b90b2843b6ba456c7ba09856090474 SHA512 b167243415f010d7597ffdf52c5bb71de3585f70443c3a04f762a633b2bc276c7aef50e16159c32d8765924be2781b1e60a111305a17c2f42b68ed5216b2e31b
diff --git a/app-text/bibclean/bibclean-3.04.ebuild b/app-text/bibclean/bibclean-3.04.ebuild
deleted file mode 100644
index 5c8f492f6a09..000000000000
--- a/app-text/bibclean/bibclean-3.04.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker"
-SRC_URI="ftp://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz"
-HOMEPAGE="http://www.math.utah.edu/pub/bibclean/"
-
-# http://packages.debian.org/changelogs/pool/main/b/bibclean/bibclean_2.11.4-5/bibclean.copyright
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-SLOT="0"
-
-src_compile() {
- emake LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin bibclean
- newman bibclean.man bibclean.1
-}