From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/bibutils/Manifest | 3 +++ app-text/bibutils/bibutils-4.12.ebuild | 37 ++++++++++++++++++++++++++++++++++ app-text/bibutils/metadata.xml | 8 ++++++++ 3 files changed, 48 insertions(+) create mode 100644 app-text/bibutils/Manifest create mode 100644 app-text/bibutils/bibutils-4.12.ebuild create mode 100644 app-text/bibutils/metadata.xml (limited to 'app-text/bibutils') diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest new file mode 100644 index 000000000000..7130e5022b88 --- /dev/null +++ b/app-text/bibutils/Manifest @@ -0,0 +1,3 @@ +DIST bibutils_4.12_src.tgz 447566 BLAKE2B 64d185963028f29f4efb64c63ee6ddb59961744d525d4dbaf28bdd1edb28ac8ea86529082995d11245c258895f27457c9d01594564a44caa837b0ba76052b969 SHA512 04329ecb685bf4d5314c6d3a2d5bb21e67112d73bcb49f5a7808a4082f32a9aecb40add4ec4b5320be35f49cd8e101dc1e35409e7c6cad8c39238d2122f91dd0 +EBUILD bibutils-4.12.ebuild 1005 BLAKE2B 955eda004f2aa8378f379079bb0f5d2cfa64ab97bc95c6368ed432855b22152c4cb48e3f92604e17abb1ebd3ba560f2af542a3c24ff77069f5b56edb7a90be03 SHA512 fa3c470b226c04c7b3d4d1311ba44ee0eca3d70d34efcb4d69a11f1a6da85e94bf352fde88a76400a4cfbb3133b761bb71c4c45d9113775efa0e538ea390a61e +MISC metadata.xml 249 BLAKE2B 03207049d5e7c62319639b2c37769d9d8c0d9cbf1e44fbc6cab9ea006e60bff3526193fea60902a0e64a362b02463104969700074602e31d8fb8f86a042d1ed8 SHA512 29a9c1817fd4299246d5fa995b73b9f1996b112b70f468139cf9cd8f07077d831e0788d3b93aaba67bb38dce5850830c27543fccbddbac02b0da4ff899def519 diff --git a/app-text/bibutils/bibutils-4.12.ebuild b/app-text/bibutils/bibutils-4.12.ebuild new file mode 100644 index 000000000000..e81090fd06fe --- /dev/null +++ b/app-text/bibutils/bibutils-4.12.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=2 +inherit toolchain-funcs + +MY_P="${PN}_${PV}" +DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate" +HOMEPAGE="http://www.scripps.edu/~cdputnam/software/bibutils/" +SRC_URI="http://www.scripps.edu/~cdputnam/software/bibutils/${MY_P}_src.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + # The custom configure script sucks, so we'll just do its + # job ourselves + rm -f Makefile configure || die "Failed to purge old Makefile" + sed \ + -e "s:REPLACE_CC:CC=\"$(tc-getCC) ${CFLAGS}\":g" \ + -e "s:REPLACE_RANLIB:RANLIB=\"$(tc-getRANLIB)\":g" \ + -e "s:REPLACE_INSTALLDIR:\"${D}/usr/bin\":g" \ + -e 's:REPLACE_POSTFIX::g' \ + -e 's:make:$(MAKE):g' \ + Makefile_start > Makefile \ + || die "Failed to set up Makefile" +} + +src_install() { + dodir /usr/bin + emake install || die + dodoc ChangeLog || die +} diff --git a/app-text/bibutils/metadata.xml b/app-text/bibutils/metadata.xml new file mode 100644 index 000000000000..0c6991d7902b --- /dev/null +++ b/app-text/bibutils/metadata.xml @@ -0,0 +1,8 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + -- cgit v1.2.3