summaryrefslogtreecommitdiff
path: root/app-text/bibclean
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-text/bibclean
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-text/bibclean')
-rw-r--r--app-text/bibclean/Manifest2
-rw-r--r--app-text/bibclean/bibclean-3.04.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest
index 49b68412acbf..9a9aaa34cfdc 100644
--- a/app-text/bibclean/Manifest
+++ b/app-text/bibclean/Manifest
@@ -1,5 +1,3 @@
-DIST bibclean-3.04.tar.xz 1683624 BLAKE2B ea18b07ef508e811dbef4b6a2794fcc82142f817fc46be3556610ae5022ce851a47800f0dc70992627f52ac4057a1dbb7bac16b19f8abe55614821927ad97127 SHA512 52119000978a510a0ef83ca7d8aa9f9d16fceaaad667fccef8c816877e8ef87e5a6885d62b8e9269b622a17a65b27ce485f79db15d1985a0daf3f67334fe46d0
DIST bibclean-3.06.tar.xz 1697732 BLAKE2B c1d9623588e892360eb98e753b44cb54e0eb65d3e3d46a04463c0c3183beacb58fd07542ba06d00eb754061b45ed195a82b90b2843b6ba456c7ba09856090474 SHA512 b167243415f010d7597ffdf52c5bb71de3585f70443c3a04f762a633b2bc276c7aef50e16159c32d8765924be2781b1e60a111305a17c2f42b68ed5216b2e31b
-EBUILD bibclean-3.04.ebuild 576 BLAKE2B 1471a11ca6e13cf14580d1c981d0930d5aeabdd59233700640c4c261bc217cf1eba0db47000744859063d8462f17367d28f870c34fd734aa516552ad2c783feb SHA512 6517e5fb34ee2ae61540a478ff4e5f04bf761fbb02a72e9832359adb68772dd63f446206334202d61e4b6f2e554a417f459c023d4ae3239b8d43b211a46e0394
EBUILD bibclean-3.06.ebuild 550 BLAKE2B e3453381c46f49adbfe25ee923fda0582b7636af70cd6e1c734361a2e1aa8211411ec273a63763fcd47bfd54a615340f96455acb9bcf04d11fa31a356fa78317 SHA512 0d0c46e2592677b925e1f495fd433aa406da6834f301e7535d04a0ef421ae93047a882f024bcbaf234ae0de52ca746dd02571fedb7d6f5f5f442efee281ee62a
MISC metadata.xml 246 BLAKE2B b56c934f8eecd3492d6abe15cf5883fdbc1979c37abbc5ad196e345ee17bb865db5eab10ac7de93bbfce94c4e865bf6b86d5f8bc081b5cb1d3d58d1158b81921 SHA512 b61f56c5e078714565ff9e33c81217e788f78bae9cf10d6ca78a82703a8e08119dff3afa68306eced0b7c62db9220d28efa4c9782e943c991e30b25b9ead82f5
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
-}