* [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
@ 2012-01-29 18:18 Marc van der Sluys
0 siblings, 0 replies; 5+ messages in thread
From: Marc van der Sluys @ 2012-01-29 18:18 UTC (permalink / raw
To: gentoo-commits
commit: ea19de3fb22906309e01bc95b5fab9db89718b2b
Author: Marc van der Sluys (AstroFloyd) <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 17:54:07 2012 +0000
Commit: Marc van der Sluys <linux <AT> vandersluys <DOT> nl>
CommitDate: Sun Jan 29 17:54:07 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ea19de3f
Added first ebuild for k3match, version 1.0
---
sci-libs/k3match/ChangeLog | 10 ++++++++++
sci-libs/k3match/k3match-1.0.ebuild | 22 ++++++++++++++++++++++
sci-libs/k3match/metadata.xml | 9 +++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
new file mode 100644
index 0000000..b499da0
--- /dev/null
+++ b/sci-libs/k3match/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-libs/k3match
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+* k3match-1.0 (29 Jan 2012)
+
+ 29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com>
+ +k3match-1.0.ebuild +metadata.xml:
+ Initial import.
+
diff --git a/sci-libs/k3match/k3match-1.0.ebuild b/sci-libs/k3match/k3match-1.0.ebuild
new file mode 100644
index 0000000..bcabe3a
--- /dev/null
+++ b/sci-libs/k3match/k3match-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_DEPEND="*:2.6"
+PYTHON_USE_WITH="threads"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
+HOMEPAGE="http://pschella.github.com/k3match/"
+SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=" "
+
+DEPEND=">=dev-python/numpy-1.4.0"
+RDEPEND="${DEPEND}"
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
new file mode 100644
index 0000000..d995315
--- /dev/null
+++ b/sci-libs/k3match/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>Marc van der Sluys (AstroFloyd)</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
@ 2012-11-02 0:18 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2012-11-02 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 8d8aa503120dd4d6076f178f076a0a1c5221cda6
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 2 00:17:23 2012 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Fri Nov 2 00:18:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8d8aa503
version bump
Package-Manager: portage-2.2.0_alpha142
---
sci-libs/k3match/ChangeLog | 7 ++++++-
.../{k3match-1.0.ebuild => k3match-1.1.ebuild} | 0
sci-libs/k3match/metadata.xml | 3 +++
3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
index b499da0..fef1764 100644
--- a/sci-libs/k3match/ChangeLog
+++ b/sci-libs/k3match/ChangeLog
@@ -2,9 +2,14 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*k3match-1.1 (02 Nov 2012)
+
+ 02 Nov 2012; Christoph Junghans <ottxor@gentoo.org> +k3match-1.1.ebuild,
+ -k3match-1.0.ebuild, metadata.xml:
+ version bump
+
* k3match-1.0 (29 Jan 2012)
29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com>
+k3match-1.0.ebuild +metadata.xml:
Initial import.
-
diff --git a/sci-libs/k3match/k3match-1.0.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
similarity index 100%
rename from sci-libs/k3match/k3match-1.0.ebuild
rename to sci-libs/k3match/k3match-1.1.ebuild
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
index d995315..ef7bca3 100644
--- a/sci-libs/k3match/metadata.xml
+++ b/sci-libs/k3match/metadata.xml
@@ -6,4 +6,7 @@
<email>AstroFloyd@gmail.com</email>
<name>Marc van der Sluys (AstroFloyd)</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">pschella/k3match</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
@ 2013-02-02 12:18 Marc van der Sluys
0 siblings, 0 replies; 5+ messages in thread
From: Marc van der Sluys @ 2013-02-02 12:18 UTC (permalink / raw
To: gentoo-commits
commit: b4412ec2b1138b1d64b4d16f5cb57713e6ec51f7
Author: AstroFloyd <AstroFloyd <AT> gmail <DOT> com>
AuthorDate: Sat Feb 2 12:17:52 2013 +0000
Commit: Marc van der Sluys <AstroFloyd <AT> gmail <DOT> com>
CommitDate: Sat Feb 2 12:17:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4412ec2
Fixed name in ChangeLog and metadata.xml
---
sci-libs/k3match/ChangeLog | 2 +-
sci-libs/k3match/metadata.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
index fef1764..4bba73f 100644
--- a/sci-libs/k3match/ChangeLog
+++ b/sci-libs/k3match/ChangeLog
@@ -10,6 +10,6 @@
* k3match-1.0 (29 Jan 2012)
- 29 Jan 2012; Marc van der Sluys <AstroFloyd@gmail.com>
+ 29 Jan 2012; AstroFloyd <AstroFloyd@gmail.com>
+k3match-1.0.ebuild +metadata.xml:
Initial import.
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
index ef7bca3..0c0ff1c 100644
--- a/sci-libs/k3match/metadata.xml
+++ b/sci-libs/k3match/metadata.xml
@@ -4,7 +4,7 @@
<herd>sci</herd>
<maintainer>
<email>AstroFloyd@gmail.com</email>
- <name>Marc van der Sluys (AstroFloyd)</name>
+ <name>AstroFloyd</name>
</maintainer>
<upstream>
<remote-id type="github">pschella/k3match</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
@ 2013-12-04 15:00 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 7f43efd065590a60a8070654b58609342fbba6d0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 14:23:03 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 14:23:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7f43efd0
sci-libs/k3match: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
---
sci-libs/k3match/ChangeLog | 6 +++++-
sci-libs/k3match/k3match-1.1.ebuild | 14 +++++++-------
sci-libs/k3match/metadata.xml | 16 ++++++++--------
3 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/sci-libs/k3match/ChangeLog b/sci-libs/k3match/ChangeLog
index 4bba73f..1491096 100644
--- a/sci-libs/k3match/ChangeLog
+++ b/sci-libs/k3match/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-libs/k3match
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org> k3match-1.1.ebuild,
+ metadata.xml:
+ Bump to distutils-r1 eclass
+
*k3match-1.1 (02 Nov 2012)
02 Nov 2012; Christoph Junghans <ottxor@gentoo.org> +k3match-1.1.ebuild,
diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
index bcabe3a..44f05cb 100644
--- a/sci-libs/k3match/k3match-1.1.ebuild
+++ b/sci-libs/k3match/k3match-1.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
-PYTHON_DEPEND="*:2.6"
-PYTHON_USE_WITH="threads"
-SUPPORT_PYTHON_ABIS="1"
+EAPI=5
-inherit distutils
+PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE="threads"
+
+inherit distutils-r1
DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
HOMEPAGE="http://pschella.github.com/k3match/"
@@ -18,5 +18,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=" "
-DEPEND=">=dev-python/numpy-1.4.0"
+DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
index 0c0ff1c..bf8d474 100644
--- a/sci-libs/k3match/metadata.xml
+++ b/sci-libs/k3match/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
- <upstream>
- <remote-id type="github">pschella/k3match</remote-id>
- </upstream>
+ <herd>sci</herd>
+ <maintainer>
+ <email>AstroFloyd@gmail.com</email>
+ <name>AstroFloyd</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pschella/k3match</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/
@ 2020-09-27 23:44 Aisha Tammy
0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-09-27 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 37580ad3a79e7c371d7acc6dcd1b78fb3ff512ef
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 23:44:16 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 23:44:16 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37580ad3
sci-libs/k3match: drop dead package
suggested replacements
- pyflann
- pynndescent
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-libs/k3match/k3match-1.1.ebuild | 21 ---------------------
sci-libs/k3match/metadata.xml | 12 ------------
2 files changed, 33 deletions(-)
diff --git a/sci-libs/k3match/k3match-1.1.ebuild b/sci-libs/k3match/k3match-1.1.ebuild
deleted file mode 100644
index 22a049103..000000000
--- a/sci-libs/k3match/k3match-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit distutils-r1
-
-DESCRIPTION="Fast matching of large sets of points in 3D space, in O(N log N) time"
-HOMEPAGE="http://pschella.github.com/k3match/"
-SRC_URI="http://www.astro.ru.nl/~pschella/files/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=" "
-
-DEPEND=">=dev-python/numpy-1.4.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
diff --git a/sci-libs/k3match/metadata.xml b/sci-libs/k3match/metadata.xml
deleted file mode 100644
index 27bcacd8e..000000000
--- a/sci-libs/k3match/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>AstroFloyd@gmail.com</email>
- <name>AstroFloyd</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-27 23:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 18:18 [gentoo-commits] proj/sci:master commit in: sci-libs/k3match/ Marc van der Sluys
-- strict thread matches above, loose matches on Subject: below --
2012-11-02 0:18 Christoph Junghans
2013-02-02 12:18 Marc van der Sluys
2013-12-04 15:00 Justin Lecher
2020-09-27 23:44 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox