* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2016-09-05 21:10 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-09-05 21:10 UTC (permalink / raw
To: gentoo-commits
commit: 9086cec68c5744872fb5422de30a9ebb84abecae
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Mon Sep 5 15:34:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 21:09:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9086cec6
sci-libs/cqrlib: Version bump to 1.1.3 and EAPI 4 -> 6
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2248
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/cqrlib/Manifest | 1 +
sci-libs/cqrlib/cqrlib-1.1.3.ebuild | 59 +++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/sci-libs/cqrlib/Manifest b/sci-libs/cqrlib/Manifest
index 18afb8a..63fd502 100644
--- a/sci-libs/cqrlib/Manifest
+++ b/sci-libs/cqrlib/Manifest
@@ -1 +1,2 @@
DIST CQRlib-1.1.2.tar.gz 43082 SHA256 af3cf2402974579f3c6efc6a6174a5da52786db4bfee9d38d504d93bc42410fd SHA512 41510d0a03ef48385896be6695b8ca328d56dc7d0ef82db2e46108913d814d3545febe76114589ee6fa3bfad75a2832d98120ec966e052245a3b4f0e684c2b9f WHIRLPOOL 2c1de60f88b5cfb9c5e406bc2b9f93617c7ef390ae290716bcec891b17ec8388bab37bf9bed4ed87c1796a6af2c6d0a6d95086fb4c971941306810f30849d3f5
+DIST CQRlib-1.1.3.tar.gz 93987 SHA256 90ecd9aabfb72e55e56957c7b233910d18b8c2bb522a8e59eddbcc4618c72d0e SHA512 49ee134171bc4736513556781cc978599a3017c0692cf48fba876b2cf8d846ff9b1bbce41c0beba3836701de0dc00d987142253683cd9c1da71586435a5c4010 WHIRLPOOL 244be95a8f2d73a62010c03b6ceb587fd9265c5144ff3e47c81965f65adc655394a45800aacd2ceb75c54fe4943ab31739344dee8ea29d67fbdc47273136ee1a
diff --git a/sci-libs/cqrlib/cqrlib-1.1.3.ebuild b/sci-libs/cqrlib/cqrlib-1.1.3.ebuild
new file mode 100644
index 00000000..1fc9f13
--- /dev/null
+++ b/sci-libs/cqrlib/cqrlib-1.1.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+MY_PN=CQRlib
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Utility library for quaternion arithmetic / rotation math (ANSI C implemented)"
+HOMEPAGE="http://cqrlib.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/cvector"
+DEPEND="${RDEPEND}"
+
+DOCS=( README_CQRlib.txt )
+HTML_DOCS=( README_CQRlib.html )
+PATCHES=( "${FILESDIR}"/1.0.6-gentoo.patch )
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+ default
+ sed "s:GENTOOLIBDIR:$(get_libdir):g" -i Makefile || die
+ append-cflags -std=c90
+ append-cxxflags -std=c++98
+}
+
+src_compile() {
+ emake \
+ CC=$(tc-getCC) \
+ CXX=$(tc-getCXX) \
+ CFLAGS="${CFLAGS}" \
+ CPPFLAGS="${CXXFLAGS} -DCQR_NOCCODE=1" \
+ all
+}
+
+src_test() {
+ emake -j1 \
+ CC=$(tc-getCC) \
+ CXX=$(tc-getCXX) \
+ CFLAGS="${CFLAGS}" \
+ tests
+}
+
+src_install() {
+ emake -j1 DESTDIR="${ED}" install
+ einstalldocs
+
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2016-09-05 21:10 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2016-09-05 21:10 UTC (permalink / raw
To: gentoo-commits
commit: e64ee376770f7a8baf50d44f8c6d853b660dd3cd
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 16:54:21 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 21:09:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ee376
sci-libs/cqrlib: Fix overlong DESCRIPTION
Package-Manager: portage-2.3.0
sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild b/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
index 2435639..4d3866d 100644
--- a/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ inherit eutils flag-o-matic multilib toolchain-funcs versionator
MY_PN=CQRlib
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="An ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math"
+DESCRIPTION="Utility library for quaternion arithmetic / rotation math (ANSI C implemented)"
HOMEPAGE="http://cqrlib.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2022-03-20 18:51 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-03-20 18:51 UTC (permalink / raw
To: gentoo-commits
commit: a4e2c9c3ebb7b2e4e735698905c0907db254803c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:50:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:51:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e2c9c3
sci-libs/cqrlib: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/cqrlib/cqrlib-1.1.3.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-libs/cqrlib/cqrlib-1.1.3.ebuild b/sci-libs/cqrlib/cqrlib-1.1.3.ebuild
index d43706733c17..b6f66281567c 100644
--- a/sci-libs/cqrlib/cqrlib-1.1.3.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -35,8 +35,8 @@ src_prepare() {
src_compile() {
emake \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
CFLAGS="${CFLAGS}" \
CPPFLAGS="${CXXFLAGS} -DCQR_NOCCODE=1" \
all
@@ -44,8 +44,8 @@ src_compile() {
src_test() {
emake -j1 \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
CFLAGS="${CFLAGS}" \
tests
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2022-06-20 2:31 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-06-20 2:31 UTC (permalink / raw
To: gentoo-commits
commit: b10097aa5e1a4509546ec86bb11fd75d41a30efc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 02:26:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 02:31:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10097aa
sci-libs/cqrlib: add github remote-id
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/cqrlib/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/cqrlib/metadata.xml b/sci-libs/cqrlib/metadata.xml
index 5bc340b2ec67..b8e1e1e8db7d 100644
--- a/sci-libs/cqrlib/metadata.xml
+++ b/sci-libs/cqrlib/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">cqrlib</remote-id>
+ <remote-id type="github">yayahjb/cqrlib</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2022-08-30 18:40 Jakov Smolić
0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2022-08-30 18:40 UTC (permalink / raw
To: gentoo-commits
commit: c62ca437fa1e32af93484bdf44bea492e7d8a354
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:38:17 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 18:38:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62ca437
sci-libs/cqrlib: Stabilize 1.1.4 amd64, #867526
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-libs/cqrlib/cqrlib-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
index 525ebb014f17..bbf0534009fb 100644
--- a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/yayahjb/${PN}/archive/${MY_P}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/cvector"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2022-08-30 18:40 Jakov Smolić
0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2022-08-30 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 30e1168cc5d6d6522757fcb0d220bcf1814a9fd8
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:39:45 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 18:39:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e1168c
sci-libs/cqrlib: Stabilize 1.1.4 x86, #867526
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-libs/cqrlib/cqrlib-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
index bbf0534009fb..ccbe4868271a 100644
--- a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/yayahjb/${PN}/archive/${MY_P}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/cvector"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/
@ 2022-08-31 12:05 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2022-08-31 12:05 UTC (permalink / raw
To: gentoo-commits
commit: 56137e7a2caa98d7801282b48d3790d7f7c980a4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 12:05:08 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 12:05:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56137e7a
sci-libs/cqrlib: ppc stable wrt bug #867526
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-libs/cqrlib/cqrlib-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
index ccbe4868271a..ad24b574fd1f 100644
--- a/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
+++ b/sci-libs/cqrlib/cqrlib-1.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/yayahjb/${PN}/archive/${MY_P}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/cvector"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-08-31 12:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20 18:51 [gentoo-commits] repo/gentoo:master commit in: sci-libs/cqrlib/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-08-31 12:05 Agostino Sarubbo
2022-08-30 18:40 Jakov Smolić
2022-08-30 18:40 Jakov Smolić
2022-06-20 2:31 Sam James
2016-09-05 21:10 David Seifert
2016-09-05 21:10 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox