[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/

2019-11-29 Thread Aaron Bauman
commit: b17b19b933aea02acbb7dac7fb955ea5f70db2da
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 29 22:18:15 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 29 22:18:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17b19b9

dev-libs/libtomfloat: drop old EAPI

Signed-off-by: Aaron Bauman  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..000
--- 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):' \
-   -e 's:\:$(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/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/

2019-11-29 Thread Aaron Bauman
commit: 5cc0fc86d15fa0fac1f2c1c26a97c5e882900087
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun May 26 08:36:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 29 22:16:40 2019 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12111
Signed-off-by: Aaron Bauman  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 000..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):' \
+   -e 's:\:$(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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/

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

dev-libs/libtomfloat: a few QA fixes

Signed-off-by: Aaron Bauman  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):' \
-e 's:\:$(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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/

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

dev-libs/libtomfloat: fix HOMEPAGE, SRC_URI

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  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"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomfloat/

2016-03-06 Thread Patrick Lauer
commit: 5e8432b66b80cb76274a6dec0ae0fc8b554d52d2
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Mar  5 16:23:46 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Mar  5 16:24:47 2016 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+patr...@gentoo.org
+Patrick Lauer
+