From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73DF4138334 for ; Fri, 11 Jan 2019 21:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57558E0931; Fri, 11 Jan 2019 21:24:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 031BEE0931 for ; Fri, 11 Jan 2019 21:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97DE5335D1C for ; Fri, 11 Jan 2019 21:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128514D3 for ; Fri, 11 Jan 2019 21:23:54 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1547241818.d9c3adb551b63268fd4011bb1eb14a1018b49ea0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bibutils/Manifest app-text/bibutils/bibutils-6.7.ebuild X-VCS-Directories: app-text/bibutils/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d9c3adb551b63268fd4011bb1eb14a1018b49ea0 X-VCS-Branch: master Date: Fri, 11 Jan 2019 21:23:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1341a703-4300-46b2-a5fd-f1479cd9d88e X-Archives-Hash: 504ed49a3855b73de8a0d7be857b103e commit: d9c3adb551b63268fd4011bb1eb14a1018b49ea0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jan 11 21:23:11 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jan 11 21:23:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c3adb5 app-text/bibutils: Version bump Closes: https://bugs.gentoo.org/613346 Closes: https://bugs.gentoo.org/613352 Bug: https://bugs.gentoo.org/662884 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/bibutils/Manifest | 1 + app-text/bibutils/bibutils-6.7.ebuild | 47 +++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest index d1c186c8d51..4d522560a79 100644 --- a/app-text/bibutils/Manifest +++ b/app-text/bibutils/Manifest @@ -1 +1,2 @@ DIST bibutils_4.12_src.tgz 447566 BLAKE2B 64d185963028f29f4efb64c63ee6ddb59961744d525d4dbaf28bdd1edb28ac8ea86529082995d11245c258895f27457c9d01594564a44caa837b0ba76052b969 SHA512 04329ecb685bf4d5314c6d3a2d5bb21e67112d73bcb49f5a7808a4082f32a9aecb40add4ec4b5320be35f49cd8e101dc1e35409e7c6cad8c39238d2122f91dd0 +DIST bibutils_6.7_src.tgz 580792 BLAKE2B 29c5863bc414ef7b2f362d95352c0e042c1bcc3275017df82b0206d96520b3f5c3fe1e12563577b84a8bd94b0677bf1ad04ecbd80dcbcc194a71037bbd6facba SHA512 08db07408eee26bce42dbd00b7e821ef41dc12c7ce847425e81145927bcfc6ea7180ff719056e089917811aa9675a09dd52e1e02b8187b8618f67647efcb1236 diff --git a/app-text/bibutils/bibutils-6.7.ebuild b/app-text/bibutils/bibutils-6.7.ebuild new file mode 100644 index 00000000000..0b626bb59e5 --- /dev/null +++ b/app-text/bibutils/bibutils-6.7.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 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" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_configure() { + # The custom configure script still sucks several releases later, so we'll + # just do its job ourselves + rm -f Makefile configure || die "Failed to purge old Makefile" + sed \ + -e "s:REPLACE_CC:$(tc-getCC):g" \ + -e "s:REPLACE_EXEEXT::g" \ + -e "s:REPLACE_LIBTARGET:libbibutils.so:g" \ + -e "s:REPLACE_LIBEXT:.so:g" \ + -e "s:REPLACE_CFLAGS:${CFLAGS}:g" \ + -e "s:REPLACE_CLIBFLAGS:${CFLAGS} -fPIC:g" \ + -e "s:REPLACE_RANLIB:$(tc-getRANLIB):g" \ + -e 's:REPLACE_POSTFIX::g' \ + -e "s:REPLACE_INSTALLDIR:\"${D}/usr/bin\":g" \ + -e "s:REPLACE_LIBINSTALLDIR:\"${D}/usr/$(get_libdir)\":g" \ + -e 's:make:$(MAKE):g' \ + Makefile_start > Makefile \ + || die "Failed to set up Makefile" + + cp lib/Makefile.dynamic lib/Makefile || die + cp bin/Makefile.dynamic bin/Makefile || die + cp test/Makefile.dynamic test/Makefile || die +} + +src_install() { + dodir /usr/bin + emake install + dodoc ChangeLog +}