commit: e4fcadb3f7519ea44106847696557dfaf1f1d57e Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri May 25 20:42:53 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri May 25 20:43:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fcadb3
app-text/bibclean: Drop old (EAPI=0) Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/bibclean/Manifest | 1 - app-text/bibclean/bibclean-2.11.4.ebuild | 34 ---------------------- .../bibclean/files/bibclean-2.11.4-ldflags.patch | 13 --------- 3 files changed, 48 deletions(-) diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest index efb5ee1e25d..c2646ad9b74 100644 --- a/app-text/bibclean/Manifest +++ b/app-text/bibclean/Manifest @@ -1,2 +1 @@ -DIST bibclean-2.11.4.tar.bz2 1244790 BLAKE2B d899753aa5c792f8713966e2d50f0658a0d3de8ba05cf4d490af30e9832dbe5d41e142dbc647ab046851822653e42bfdb7e64d23723ab81f2e285d345c708864 SHA512 e04f785ca017148600984a852e3093b86eb3ca1c67f41427556d2b08e57e11f05502db5a5beb868a33780a12ee06dc7f5eb9cf794c8f7346cfce582e4761ce14 DIST bibclean-2.17.tar.bz2 2253830 BLAKE2B 4d707f8d07f04c45c44fbea2b12bfffc7636cef2a847d90e62f339cb8fdadbb416cd89c2ba1cb04b0fc9c736dd7ca8480a2cbd4dab9c27b1f6804ddd18fc5419 SHA512 5f0d6b315ecc98c47f48c1e5fe7bcbd374cf97dec5cc97ce4438300a7419e6b2f1efae313efdf9d21211e9cd658c1f4bac10aa3b0d55dfa8a5783d982b1dde0f diff --git a/app-text/bibclean/bibclean-2.11.4.ebuild b/app-text/bibclean/bibclean-2.11.4.ebuild deleted file mode 100644 index d71a0f6dc5c..00000000000 --- a/app-text/bibclean/bibclean-2.11.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit toolchain-funcs eutils - -DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" -SRC_URI="http://www.math.utah.edu/pub/bibclean/${P}.tar.bz2" -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="~x86 ~amd64" -IUSE="" - -SLOT="0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-ldflags.patch" -} - -src_compile() { - tc-export CC CXX - econf - emake LDFLAGS="${LDFLAGS}" || die "emake failed" -} - -src_install() { - dobin bibclean - newman bibclean.man bibclean.1 -} diff --git a/app-text/bibclean/files/bibclean-2.11.4-ldflags.patch b/app-text/bibclean/files/bibclean-2.11.4-ldflags.patch deleted file mode 100644 index e93c3be9103..00000000000 --- a/app-text/bibclean/files/bibclean-2.11.4-ldflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: bibclean-2.11.4/Makefile.in -=================================================================== ---- bibclean-2.11.4.orig/Makefile.in -+++ bibclean-2.11.4/Makefile.in -@@ -343,7 +343,7 @@ BIBCLEAN-OBJS = bibclean.o chek.o do.o - $(LIBOBJS) - - bibclean: $(BIBCLEAN-OBJS) -- $(CC) -o bibclean $(CFLAGS) $(BIBCLEAN-OBJS) $(LIBS) -+ $(CC) $(LDFLAGS) -o bibclean $(CFLAGS) $(BIBCLEAN-OBJS) $(LIBS) - - # This target converts the option descriptions from the manual pages - # to C code for inclusion in bibclean.c. The first awk command