diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-25 23:42:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-25 23:43:50 +0300 |
commit | e4fcadb3f7519ea44106847696557dfaf1f1d57e (patch) | |
tree | 8501ea57e15b13832cc2b25e670440509d5d45b1 /app-text/bibclean | |
parent | app-misc/livecd-tools: 2.4 bump (diff) | |
download | gentoo-e4fcadb3f7519ea44106847696557dfaf1f1d57e.tar.gz gentoo-e4fcadb3f7519ea44106847696557dfaf1f1d57e.tar.bz2 gentoo-e4fcadb3f7519ea44106847696557dfaf1f1d57e.zip |
app-text/bibclean: Drop old (EAPI=0)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/bibclean')
-rw-r--r-- | app-text/bibclean/Manifest | 1 | ||||
-rw-r--r-- | app-text/bibclean/bibclean-2.11.4.ebuild | 34 | ||||
-rw-r--r-- | app-text/bibclean/files/bibclean-2.11.4-ldflags.patch | 13 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest index efb5ee1e25d4..c2646ad9b744 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 d71a0f6dc5ca..000000000000 --- 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 e93c3be91030..000000000000 --- 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 |