From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- app-text/bibutils/Manifest | 6 ++--- app-text/bibutils/bibutils-6.10.ebuild | 2 +- app-text/bibutils/bibutils-6.7.ebuild | 47 ---------------------------------- app-text/bibutils/metadata.xml | 11 +++++--- 4 files changed, 10 insertions(+), 56 deletions(-) delete mode 100644 app-text/bibutils/bibutils-6.7.ebuild (limited to 'app-text/bibutils') diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest index b4d16c363412..71d96696e580 100644 --- a/app-text/bibutils/Manifest +++ b/app-text/bibutils/Manifest @@ -1,5 +1,3 @@ DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911 -DIST bibutils_6.7_src.tgz 580792 BLAKE2B 29c5863bc414ef7b2f362d95352c0e042c1bcc3275017df82b0206d96520b3f5c3fe1e12563577b84a8bd94b0677bf1ad04ecbd80dcbcc194a71037bbd6facba SHA512 08db07408eee26bce42dbd00b7e821ef41dc12c7ce847425e81145927bcfc6ea7180ff719056e089917811aa9675a09dd52e1e02b8187b8618f67647efcb1236 -EBUILD bibutils-6.10.ebuild 787 BLAKE2B f9c8ab8eeb0ffd5102b7c0a2131f1091a32a2757e02f6ef31c71570c5bee85286cb1c85cd6748a454d4ea6bcf1f64cdf5f3e2648f6cb20e500170a700dbecb8c SHA512 01d36badaf6b0369d82173e20f50f0c8c27c0255e058e544e6294f0b9e44c4ed1e6fc971dbec72243a34374e2f9e6a7b2932e89378f81da5bc93d987da0ad9fd -EBUILD bibutils-6.7.ebuild 1358 BLAKE2B 2377af5aaafc016c14a8b0f60d4d292ac334307d5303fca1c6daef64aafc077eaae93cf9c48048681805743f7bd4ab6feb7e91e8746d425037657b0001076ce9 SHA512 42582a705867653304c13bbac9a860892000c6ef3f8d11f69bdc7f6150fea61a27910e18d11fd24f30435be3d5fc1988a3b4d991a790e34a1c67910d107c887c -MISC metadata.xml 249 BLAKE2B 03207049d5e7c62319639b2c37769d9d8c0d9cbf1e44fbc6cab9ea006e60bff3526193fea60902a0e64a362b02463104969700074602e31d8fb8f86a042d1ed8 SHA512 29a9c1817fd4299246d5fa995b73b9f1996b112b70f468139cf9cd8f07077d831e0788d3b93aaba67bb38dce5850830c27543fccbddbac02b0da4ff899def519 +EBUILD bibutils-6.10.ebuild 786 BLAKE2B 69b2c6974fcae13f854ed65a231721d54a2b8111dfa2e37c1e58e09534b108043fd12d9390195e26f3316ae45ead4de445057873ec7fa861c6dfc06fb07d234c SHA512 06f292f7569893b17a3f996fc9c474d7e26db3415ee6ff74c263a4ca5b12ac8fe30733230098101d7bbd8acd524497ad2c892f8e334dbfbcd19118bec4438847 +MISC metadata.xml 331 BLAKE2B 4c03c4b29798f311d30bc4056784f3f999a703ace4e099ba980c4af28b858e712d7b59c73f0fa9899e06ac83d5b29076a1711753685e61dff49253a9822159cc SHA512 7f5bdb652e9a72fa17c0194acd99ad9c72197f3a434af9ab35635e940a7ecf03bfa7bc469b828256a378f7c657a104de8f3e3dfe9c2e7f65e7854fc4d646cbbe diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild index fca15d38d420..fb3e20024c41 100644 --- a/app-text/bibutils/bibutils-6.10.ebuild +++ b/app-text/bibutils/bibutils-6.10.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" S="${WORKDIR}/${MY_P}" diff --git a/app-text/bibutils/bibutils-6.7.ebuild b/app-text/bibutils/bibutils-6.7.ebuild deleted file mode 100644 index ae30674daea3..000000000000 --- a/app-text/bibutils/bibutils-6.7.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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 -} diff --git a/app-text/bibutils/metadata.xml b/app-text/bibutils/metadata.xml index 0c6991d7902b..cc8df557e380 100644 --- a/app-text/bibutils/metadata.xml +++ b/app-text/bibutils/metadata.xml @@ -1,8 +1,11 @@ - - sci@gentoo.org - Gentoo Science Project - + + sci@gentoo.org + Gentoo Science Project + + + bibutils + -- cgit v1.2.3