public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
@ 2019-11-29 22:18 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-29 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5cc0fc86d15fa0fac1f2c1c26a97c5e882900087
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 26 08:36:32 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:16:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc0fc86

dev-libs/libtomfloat: EAPI=7 bump

Closes: https://bugs.gentoo.org/686774
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12111
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild | 33 +++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
new file mode 100644
index 00000000000..be4077cf256
--- /dev/null
+++ b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="library for floating point number manipulation"
+HOMEPAGE="http://www.libtom.net/"
+SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="dev-libs/libtommath"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -i \
+		-e 's:\<ar\>:$(AR):' \
+		-e 's:\<ranlib\>:$(RANLIB):' \
+		-e "/^LIBPATH/s:/lib:/$(get_libdir):" \
+		makefile || die
+	tc-export AR CC RANLIB
+}
+
+src_install() {
+	default
+	dodoc changes.txt float.pdf WARNING
+	docinto demos ; dodoc demos/ex1.c
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
@ 2019-11-29 22:18 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-29 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b17b19b933aea02acbb7dac7fb955ea5f70db2da
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 22:18:15 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:18:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17b19b9

dev-libs/libtomfloat: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtomfloat/libtomfloat-0.02.ebuild | 33 ----------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
deleted file mode 100644
index 8a0fc302361..00000000000
--- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/"
-SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libtommath"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i \
-		-e 's:\<ar\>:$(AR):' \
-		-e 's:\<ranlib\>:$(RANLIB):' \
-		-e "/^LIBPATH/s:/lib:/$(get_libdir):" \
-		makefile || die
-	tc-export AR CC RANLIB
-}
-
-src_install() {
-	default
-	dodoc changes.txt *.pdf WARNING
-	docinto demos ; dodoc demos/*
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
@ 2019-11-29 22:18 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-29 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     47ccaa12a0f36c10bf4fb9a807eb3180a79ebba4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 26 08:32:33 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:16:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ccaa12

dev-libs/libtomfloat: fix HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtomfloat/libtomfloat-0.02.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
index a72fc3f8942..8a0fc302361 100644
--- a/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
+++ b/dev-libs/libtomfloat/libtomfloat-0.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -6,8 +6,8 @@ EAPI="4"
 inherit toolchain-funcs multilib
 
 DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://libtom.org/"
-SRC_URI="http://libtom.org/files/ltf-${PV}.tar.bz2"
+HOMEPAGE="http://www.libtom.net/"
+SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
 
 LICENSE="WTFPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
@ 2019-11-29 22:18 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-29 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     15ac00fe48d4d797992202afdf3e88ff8147b6cb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 22:17:47 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:17:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ac00fe

dev-libs/libtomfloat: a few QA fixes

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
index be4077cf256..48b02dfaa7a 100644
--- a/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
+++ b/dev-libs/libtomfloat/libtomfloat-0.02-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="library for floating point number manipulation"
-HOMEPAGE="http://www.libtom.net/"
+HOMEPAGE="https://www.libtom.net/"
 SRC_URI="https://github.com/libtom/libtomfloat/releases/download/${PV}/ltf-${PV}.tar.bz2"
 
 LICENSE="WTFPL-2"
@@ -22,12 +22,13 @@ src_prepare() {
 		-e 's:\<ar\>:$(AR):' \
 		-e 's:\<ranlib\>:$(RANLIB):' \
 		-e "/^LIBPATH/s:/lib:/$(get_libdir):" \
-		makefile || die
+		makefile || die "Fixing makefile failed"
 	tc-export AR CC RANLIB
 }
 
 src_install() {
 	default
 	dodoc changes.txt float.pdf WARNING
-	docinto demos ; dodoc demos/ex1.c
+	docinto demos
+	dodoc demos/ex1.c
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/
@ 2016-03-05 16:25 Patrick Lauer
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer @ 2016-03-05 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5e8432b66b80cb76274a6dec0ae0fc8b554d52d2
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 16:23:46 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 16:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8432b6

dev-libs/libtomfloat: Add maintainer

Package-Manager: portage-2.2.27

 dev-libs/libtomfloat/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libtomfloat/metadata.xml b/dev-libs/libtomfloat/metadata.xml
index 6f49eba..a7029b1 100644
--- a/dev-libs/libtomfloat/metadata.xml
+++ b/dev-libs/libtomfloat/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+        <maintainer type="person">
+                <email>patrick@gentoo.org</email>
+                <name>Patrick Lauer</name>
+        </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-29 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 22:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2019-11-29 22:18 Aaron Bauman
2019-11-29 22:18 Aaron Bauman
2019-11-29 22:18 Aaron Bauman
2016-03-05 16:25 Patrick Lauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox