* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2017-02-18 9:54 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-02-18 9:54 UTC (permalink / raw
To: gentoo-commits
commit: e3948eddc60d941e7b140d7fae0ac2aa15fb599f
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 07:02:29 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:52:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3948edd
app-text/bibutils: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
app-text/bibutils/bibutils-4.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/bibutils/bibutils-4.12.ebuild b/app-text/bibutils/bibutils-4.12.ebuild
index 2ab6fd8125..98cf86ff9f 100644
--- a/app-text/bibutils/bibutils-4.12.ebuild
+++ b/app-text/bibutils/bibutils-4.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=2
inherit toolchain-funcs
MY_P="${PN}_${PV}"
-DESCRIPTION="Interconverts between various bibliography formats using a common XML intermediate"
+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"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2019-01-11 21:23 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2019-01-11 21:23 UTC (permalink / raw
To: gentoo-commits
commit: d9c3adb551b63268fd4011bb1eb14a1018b49ea0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 11 21:23:11 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2019-01-17 21:48 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2019-01-17 21:48 UTC (permalink / raw
To: gentoo-commits
commit: feba1f61af1d14a3197807e01e962f4018608bd1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 21:47:36 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 21:48:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feba1f61
app-text/bibutils: Remove old
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-text/bibutils/Manifest | 1 -
app-text/bibutils/bibutils-4.12.ebuild | 37 ----------------------------------
2 files changed, 38 deletions(-)
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index 4d522560a79..ebad9e12db7 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1,2 +1 @@
-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-4.12.ebuild b/app-text/bibutils/bibutils-4.12.ebuild
deleted file mode 100644
index e81090fd06f..00000000000
--- a/app-text/bibutils/bibutils-4.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2019-12-20 8:51 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2019-12-20 8:51 UTC (permalink / raw
To: gentoo-commits
commit: f28d7be1d05287ece5d3d1e0717c48b11e740587
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 08:49:25 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 08:49:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28d7be1
app-text/bibutils: Stable for amd64
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-text/bibutils/bibutils-6.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/bibutils/bibutils-6.7.ebuild b/app-text/bibutils/bibutils-6.7.ebuild
index 0b626bb59e5..ae30674daea 100644
--- a/app-text/bibutils/bibutils-6.7.ebuild
+++ b/app-text/bibutils/bibutils-6.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-02-17 9:37 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2021-02-17 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 70beeaaeeaaa0f22f829508526ae282904ad189b
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Feb 17 09:35:54 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 09:35:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70beeaae
app-text/bibutils: Bump to 6.10
Closes: https://bugs.gentoo.org/761430
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-text/bibutils/Manifest | 1 +
app-text/bibutils/bibutils-6.10.ebuild | 38 ++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index ebad9e12db7..d5f41c15c88 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1 +1,2 @@
+DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911
DIST bibutils_6.7_src.tgz 580792 BLAKE2B 29c5863bc414ef7b2f362d95352c0e042c1bcc3275017df82b0206d96520b3f5c3fe1e12563577b84a8bd94b0677bf1ad04ecbd80dcbcc194a71037bbd6facba SHA512 08db07408eee26bce42dbd00b7e821ef41dc12c7ce847425e81145927bcfc6ea7180ff719056e089917811aa9675a09dd52e1e02b8187b8618f67647efcb1236
diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild
new file mode 100644
index 00000000000..fca15d38d42
--- /dev/null
+++ b/app-text/bibutils/bibutils-6.10.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 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"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ ./configure \
+ --dynamic \
+ --install-dir "${ED}/usr/bin" \
+ --install-lib "${ED}/usr/$(get_libdir)" || die
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ DISTRO_CFLAGS="${CFLAGS}" \
+ LDFLAGSIN="${LDFLAGS}"
+}
+
+src_test() {
+ emake \
+ CC="$(tc-getCC)" \
+ DISTRO_CFLAGS="${CFLAGS}" \
+ LDFLAGSIN="${LDFLAGS}" test
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-04-25 5:09 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-25 5:09 UTC (permalink / raw
To: gentoo-commits
commit: 04b870d48ebe05a24b4bbe481d1860315e6d287c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 05:09:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 05:09:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b870d4
app-text/bibutils: Stabilize 6.10 amd64, #785310
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/bibutils/bibutils-6.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild
index fca15d38d42..fb3e20024c4 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}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-04-25 11:50 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2021-04-25 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 5471a85b38582f77123090ba8bcf8f5a5e27e7f0
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Apr 25 11:49:52 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 11:49:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5471a85b
app-text/bibutils: Remove old 6.7
Closes: https://bugs.gentoo.org/710530
Closes: https://bugs.gentoo.org/722464
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-text/bibutils/Manifest | 1 -
app-text/bibutils/bibutils-6.7.ebuild | 47 -----------------------------------
2 files changed, 48 deletions(-)
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index d5f41c15c88..c72c9c3707b 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1,2 +1 @@
DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911
-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
deleted file mode 100644
index ae30674daea..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-04-25 11:50 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2021-04-25 11:50 UTC (permalink / raw
To: gentoo-commits
commit: 6756815eb580c3cfa8c4e78f69f206e013c98dcd
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Apr 25 11:49:55 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 11:49:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6756815e
app-text/bibutils: Add upstream remote-id in metadata
Closes: https://github.com/gentoo/gentoo/pull/20537
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-text/bibutils/metadata.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/app-text/bibutils/metadata.xml b/app-text/bibutils/metadata.xml
index 0c6991d7902..cc8df557e38 100644
--- a/app-text/bibutils/metadata.xml
+++ b/app-text/bibutils/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">bibutils</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-08-25 2:30 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-08-25 2:30 UTC (permalink / raw
To: gentoo-commits
commit: d863ed8f66a3419d033d6afbaaa471d65c0365c7
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Aug 21 17:02:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 02:29:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d863ed8f
app-text/bibutils: Don't use $ED in src_configure
Quickly patch build system so that destdir can be set at install time.
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/bibutils/bibutils-6.10.ebuild | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild
index fb3e20024c4..9b7f812f98c 100644
--- a/app-text/bibutils/bibutils-6.10.ebuild
+++ b/app-text/bibutils/bibutils-6.10.ebuild
@@ -16,11 +16,17 @@ KEYWORDS="amd64 ~ppc ~x86"
S="${WORKDIR}/${MY_P}"
+src_prepare() {
+ default
+ sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die
+ sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die
+}
+
src_configure() {
./configure \
- --dynamic \
- --install-dir "${ED}/usr/bin" \
- --install-lib "${ED}/usr/$(get_libdir)" || die
+ --install-dir /usr/bin \
+ --install-lib /usr/$(get_libdir) \
+ --dynamic || die
}
src_compile() {
@@ -36,3 +42,7 @@ src_test() {
DISTRO_CFLAGS="${CFLAGS}" \
LDFLAGSIN="${LDFLAGS}" test
}
+
+src_install() {
+ emake DESTDIR="${ED}" install
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-10-01 7:24 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-10-01 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 77af0d66746e0f4a282ac25a6641511b082a6fc6
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 1 06:47:24 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Oct 1 07:24:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77af0d66
app-text/bibutils: Version bump to 7.1
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-text/bibutils/Manifest | 1 +
app-text/bibutils/bibutils-7.1.ebuild | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index c72c9c3707b..c4cb296642d 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1 +1,2 @@
DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911
+DIST bibutils_7.1_src.tgz 620141 BLAKE2B f020ea7c8164a870ef4c72defae1adc11558661a7ae9f3b037115cfc4a9e71b4f37c64f3b74641182300c3e921b8a0c309257a468b6b32f4fc2915e4a36f04d1 SHA512 2a155ca60c97d37941c860635d8e6920bd78de84452e1fee93a2f7331392f6a43f2c10055e84349bcac89314025d1524fd5cc73c47ad1613baa7baf2667c3f33
diff --git a/app-text/bibutils/bibutils-7.1.ebuild b/app-text/bibutils/bibutils-7.1.ebuild
new file mode 100644
index 00000000000..a54bd087935
--- /dev/null
+++ b/app-text/bibutils/bibutils-7.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_prepare() {
+ default
+ sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die
+ sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die
+}
+
+src_configure() {
+ ./configure \
+ --install-dir /usr/bin \
+ --install-lib /usr/$(get_libdir) \
+ --dynamic || die
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ DISTRO_CFLAGS="${CFLAGS}" \
+ LDFLAGSIN="${LDFLAGS}"
+}
+
+src_test() {
+ emake \
+ CC="$(tc-getCC)" \
+ DISTRO_CFLAGS="${CFLAGS}" \
+ LDFLAGSIN="${LDFLAGS}" test
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-11-03 0:03 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-03 0:03 UTC (permalink / raw
To: gentoo-commits
commit: 6ec3be970a630200e3e88b05a022fca9367a2081
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 00:03:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 00:03:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec3be97
app-text/bibutils: Stabilize 7.1 amd64, #821373
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/bibutils/bibutils-7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/bibutils/bibutils-7.1.ebuild b/app-text/bibutils/bibutils-7.1.ebuild
index a54bd087935..ff15d9bad3b 100644
--- a/app-text/bibutils/bibutils-7.1.ebuild
+++ b/app-text/bibutils/bibutils-7.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/
@ 2021-11-03 7:12 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-11-03 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 2a7e77a05501147100f7c47a2ea85192994bb238
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 3 07:12:18 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 07:12:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7e77a0
app-text/bibutils: drop 6.10
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-text/bibutils/Manifest | 1 -
app-text/bibutils/bibutils-6.10.ebuild | 48 ----------------------------------
2 files changed, 49 deletions(-)
diff --git a/app-text/bibutils/Manifest b/app-text/bibutils/Manifest
index c4cb296642d..0bde49383a5 100644
--- a/app-text/bibutils/Manifest
+++ b/app-text/bibutils/Manifest
@@ -1,2 +1 @@
-DIST bibutils_6.10_src.tgz 590002 BLAKE2B 91ea6c961978d381a65c1d5071c541409609dd9fdeb664cd7e66eb4871c2ecd0dfd6b06857294ae6ec049751a5939be23518782a5e1f14fdf848918849269402 SHA512 43cf107ee6d1bf6bf27a6bf46e1f4cbd83a4b78ef355730a9f37282fac399ee21d78538248730be85c0a8f724344782dcc6ab68e50f857d8ac4ea24cc4102911
DIST bibutils_7.1_src.tgz 620141 BLAKE2B f020ea7c8164a870ef4c72defae1adc11558661a7ae9f3b037115cfc4a9e71b4f37c64f3b74641182300c3e921b8a0c309257a468b6b32f4fc2915e4a36f04d1 SHA512 2a155ca60c97d37941c860635d8e6920bd78de84452e1fee93a2f7331392f6a43f2c10055e84349bcac89314025d1524fd5cc73c47ad1613baa7baf2667c3f33
diff --git a/app-text/bibutils/bibutils-6.10.ebuild b/app-text/bibutils/bibutils-6.10.ebuild
deleted file mode 100644
index 9b7f812f98c..00000000000
--- a/app-text/bibutils/bibutils-6.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 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"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- sed -ie 's/REPLACE_INSTALLDIR/${DESTDIR}&/' Makefile_start || die
- sed -ie 's/REPLACE_LIBINSTALLDIR/${DESTDIR}&/' Makefile_start || die
-}
-
-src_configure() {
- ./configure \
- --install-dir /usr/bin \
- --install-lib /usr/$(get_libdir) \
- --dynamic || die
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- DISTRO_CFLAGS="${CFLAGS}" \
- LDFLAGSIN="${LDFLAGS}"
-}
-
-src_test() {
- emake \
- CC="$(tc-getCC)" \
- DISTRO_CFLAGS="${CFLAGS}" \
- LDFLAGSIN="${LDFLAGS}" test
-}
-
-src_install() {
- emake DESTDIR="${ED}" install
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-11-03 7:12 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-17 21:48 [gentoo-commits] repo/gentoo:master commit in: app-text/bibutils/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-11-03 7:12 Jakov Smolić
2021-11-03 0:03 Sam James
2021-10-01 7:24 Jakov Smolić
2021-08-25 2:30 Sam James
2021-04-25 11:50 David Seifert
2021-04-25 11:50 David Seifert
2021-04-25 5:09 Sam James
2021-02-17 9:37 David Seifert
2019-12-20 8:51 Andreas K. Hüttel
2019-01-11 21:23 Andreas K. Hüttel
2017-02-18 9:54 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox