summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-03 08:12:18 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-03 08:12:18 +0100
commit2a7e77a05501147100f7c47a2ea85192994bb238 (patch)
tree6f34342eb669c3a124dcf2bba0662dbcd6dc51eb /app-text
parentsys-apps/sandbox: version bump to 3.1 (diff)
downloadgentoo-2a7e77a05501147100f7c47a2ea85192994bb238.tar.gz
gentoo-2a7e77a05501147100f7c47a2ea85192994bb238.tar.bz2
gentoo-2a7e77a05501147100f7c47a2ea85192994bb238.zip
app-text/bibutils: drop 6.10
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/bibutils/Manifest1
-rw-r--r--app-text/bibutils/bibutils-6.10.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index c4cb296642df..0bde49383a5d 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1,2 +1 @@
-DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911
DIST bibutils_7.1_src.tgz 620141 BLAKE2B f020ea7c8164a870ef4c72defae1adc11558661a7ae9f3b037115cfc4a9e71b4f37c64f3b74641182300c3e921b8a0c309257a468b6b32f4fc2915e4a36f04d1 SHA512 2a155ca60c97d37941c860635d8e6920bd78de84452e1fee93a2f7331392f6a43f2c10055e84349bcac89314025d1524fd5cc73c47ad1613baa7baf2667c3f33
diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild
deleted file mode 100644
index 9b7f812f98cf..000000000000
--- a/app-text/bibutils/bibutils-6.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate"
-HOMEPAGE="https://sourceforge.net/p/bibutils/home/Bibutils/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die
- sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die
-}
-
-src_configure() {
- ./configure \
- --install-dir /usr/bin \
- --install-lib /usr/$(get_libdir) \
- --dynamic || die
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- DISTRO_CFLAGS="${CFLAGS}" \
- LDFLAGSIN="${LDFLAGS}"
-}
-
-src_test() {
- emake \
- CC="$(tc-getCC)" \
- DISTRO_CFLAGS="${CFLAGS}" \
- LDFLAGSIN="${LDFLAGS}" test
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
-}