* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2015-10-19 17:11 Sergey Popov
0 siblings, 0 replies; 14+ messages in thread
From: Sergey Popov @ 2015-10-19 17:11 UTC (permalink / raw
To: gentoo-commits
commit: c337e46391e9fbbc1e639f860cd7b3eb72bdb536
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 17:11:00 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 17:11:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c337e463
sci-biology/seqan: correct dependency on sci-biology/samtools
Seqan 1.3.1 does not compile with samtools greater than 0.1.19
Also it does not compile with GCC 4.9 or higher, so restrict this too
Gentoo-Bug: 514250
Package-Manager: portage-2.2.20
sci-biology/seqan/seqan-1.3.1-r1.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
index a74eac3..2bcb7f6 100644
--- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild
+++ b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
@@ -20,11 +20,19 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- sci-biology/samtools"
+ ~sci-biology/samtools-0.1.19"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${P}/cmake
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ [[ $(gcc-major-version) -gt 4 ]] || \
+ ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -gt 8 ]] ) \
+ && die "Sorry, but gcc 4.9 or higher is unsupported"
+ fi
+}
+
src_prepare() {
append-cppflags -I"${EPREFIX}/usr/include/bam"
rm -rf "${S}"/../lib/samtools || die
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2015-10-19 20:48 Sergey Popov
0 siblings, 0 replies; 14+ messages in thread
From: Sergey Popov @ 2015-10-19 20:48 UTC (permalink / raw
To: gentoo-commits
commit: c72d47c69f192bd9877544f84c0de48e63f99ed5
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 20:42:53 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 20:43:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d47c6
sci-biology/seqan: drop SSE instruction check in pkg_pretend(), which sometimes fails on correct situations, add -msse4.1 unconditionally
Package-Manager: portage-2.2.20
sci-biology/seqan/seqan-1.4.2.ebuild | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/sci-biology/seqan/seqan-1.4.2.ebuild b/sci-biology/seqan/seqan-1.4.2.ebuild
index a7e436a..4b9740c 100644
--- a/sci-biology/seqan/seqan-1.4.2.ebuild
+++ b/sci-biology/seqan/seqan-1.4.2.ebuild
@@ -15,9 +15,9 @@ SRC_URI="http://packages.${PN}.de/${PN}-src/${PN}-src-${PV}.tar.gz"
SLOT="0"
LICENSE="BSD GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
+IUSE="cpu_flags_x86_sse4_1"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} cpu_flags_x86_sse4_1"
RDEPEND="${PYTHON_DEPS}
sci-biology/samtools"
@@ -28,17 +28,8 @@ PATCHES=(
"${FILESDIR}"/${P}-include.patch
)
-pkg_pretend() {
- [[ ${MERGE_TYPE} = "binary" ]] && return 0
- if use amd64; then
- if ! echo "#include <smmintrin.h>" | gcc -E - 2>&1 > /dev/null; then
- ewarn "Need at least SSE4.1 support"
- die "Missing SSE4.1 support"
- fi
- fi
-}
-
src_prepare() {
+ append-cppflags -msse4.1
rm -f \
util/cmake/FindZLIB.cmake \
|| die
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2016-07-30 10:07 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2016-07-30 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 633977dde15ac4778ad467b010ae27c8a2f5611a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 10:06:46 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 10:07:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633977dd
sci-biology/seqan: version bump
Package-Manager: portage-2.3.0
sci-biology/seqan/Manifest | 2 +-
sci-biology/seqan/{seqan-2.1.1.ebuild => seqan-2.2.0.ebuild} | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-biology/seqan/Manifest b/sci-biology/seqan/Manifest
index ab534dc..79cd2b3 100644
--- a/sci-biology/seqan/Manifest
+++ b/sci-biology/seqan/Manifest
@@ -1,2 +1,2 @@
DIST seqan-src-1.4.2.tar.gz 120601994 SHA256 2b2c48572ea82fc2ac6a6e46bbd4204b6f8200fde717612797426af5ff6b82c3 SHA512 dbb56167c507b70111619a414054d9e70f1db42507bbfdf9e40c5dcbbe9489ad4187d882e638a675e96551c860c08f8203c929c4c9a558b19ea7d6059f50492a WHIRLPOOL 3c7f38e35d826adad94d53d359df8b5f1fb51746f3103457b12b41bd0bf161dc463d4a1932b0b23f2274d723c796116af0940260e1922ce806bb2466445788f0
-DIST seqan-src-2.1.1.tar.gz 110874831 SHA256 df083d5939d7e73fd00bbc6bb291ac7ea7b8d446cf89a9758fdffdc0eca9ec1c SHA512 b82eb93129921eb867785add46d63f667c07f40556cd431acc73489c1032c19ff65b49415697415bdc7b788ffb8a80ab8d9e987fa38fc39c2399ff265fdc333f WHIRLPOOL b684d14db0cf22c7d1428c589293ee69674225e5b91845532f3135950a5a6178d4434b783177b3622e8661247856a20b42a7fb9275df4324124d2b21d728790f
+DIST seqan-src-2.2.0.tar.gz 110936119 SHA256 6add074932c2723ef1fb658c88f906bdd6ced1fc34cb16a7410251ffc4cb8cc8 SHA512 1097372976ec9c86baa3787ac38aa4fde3a3e153d81c22435e6a12df87d8063165f27406de33851bffadd904b0ac4ea579a28625cff6257fe8c14d906f408421 WHIRLPOOL 1241488ee52d315b6ca68ff730eb4d356db2102b8e78eb0be13cd9c07f0b04e96821a78944b3738204f67f08874cf328b0ef609b373cb8b077524b17b1e9650d
diff --git a/sci-biology/seqan/seqan-2.1.1.ebuild b/sci-biology/seqan/seqan-2.2.0.ebuild
similarity index 94%
rename from sci-biology/seqan/seqan-2.1.1.ebuild
rename to sci-biology/seqan/seqan-2.2.0.ebuild
index 401b63c..cac98d6 100644
--- a/sci-biology/seqan/seqan-2.1.1.ebuild
+++ b/sci-biology/seqan/seqan-2.2.0.ebuild
@@ -70,5 +70,7 @@ src_install() {
# pkg-config file
mv "${ED}"/usr/share/pkgconfig/${PN}-{$(get_version_component_range 1),${SLOT}}.pc || die
- dosym /usr/share/pkgconfig/${PN}-{${SLOT},$(get_version_component_range 1)}.pc
+ pushd "${ED}"/usr/share/pkgconfig/ >/dev/null
+ ln -s ${PN}-{${SLOT},$(get_version_component_range 1)}.pc || die
+ popd >/dev/null
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2016-12-14 20:34 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2016-12-14 20:34 UTC (permalink / raw
To: gentoo-commits
commit: da90f594219f91865c4310e86f154dbc7dd8d3cd
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 20:28:14 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 20:32:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da90f594
sci-biology/seqan: Add blocker for older SLOTs
Gentoo-bug: 602508
Package-Manager: portage-2.3.3
.../{seqan-2.2.0.ebuild => seqan-2.2.0-r1.ebuild} | 40 +++++++++++++---------
1 file changed, 23 insertions(+), 17 deletions(-)
diff --git a/sci-biology/seqan/seqan-2.2.0.ebuild b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
similarity index 59%
rename from sci-biology/seqan/seqan-2.2.0.ebuild
rename to sci-biology/seqan/seqan-2.2.0-r1.ebuild
index cac98d6..313186f 100644
--- a/sci-biology/seqan/seqan-2.2.0.ebuild
+++ b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
@@ -12,33 +12,42 @@ DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"
SRC_URI="http://packages.${PN}.de/${PN}-src/${PN}-src-${PV}.tar.gz"
-SLOT="$(get_version_component_range 1-2)"
+SLOT="0"
LICENSE="BSD GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cpu_flags_x86_sse4_1 doc test"
-DEPEND="sys-libs/zlib
+RDEPEND="
app-arch/bzip2
+ sys-libs/zlib
+ !!sci-biology/seqan:2.0
+ !!sci-biology/seqan:2.1
+ !!sci-biology/seqan:2.2"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE} cpu_flags_x86_sse4_1"
+REQUIRED_USE="doc? ( ${PYTHON_REQUIRED_USE} ) test? ( ${PYTHON_REQUIRED_USE} ) cpu_flags_x86_sse4_1"
S="${WORKDIR}"/${PN}-${PN}-v${PV}
src_prepare() {
+ seqan_major_ver=$(get_version_component_range 1)
+ seqan_majorminor_ver=$(get_version_component_range 1-2)
+
# install docs in proper Gentoo structure
sed -e "s#share/doc/seqan#share/doc/${PF}#" \
-e "s#\"share/doc/\${APP_NAME}\"#\"share/doc/${PF}/\${APP_NAME}\"#" \
-i util/cmake/SeqAnBuildSystem.cmake dox/CMakeLists.txt || die
# cmake module
- sed -e "s#find_path(_SEQAN_BASEDIR \"seqan\"#find_path(_SEQAN_BASEDIR \"seqan-${SLOT}\"#" \
+ sed -e "s#find_path(_SEQAN_BASEDIR \"seqan\"#find_path(_SEQAN_BASEDIR \"seqan-${seqan_majorminor_ver}\"#" \
-e 's#NO_DEFAULT_PATH)#PATHS /usr)#' \
- -e "s#set(SEQAN_INCLUDE_DIRS_MAIN \${SEQAN_INCLUDE_DIRS_MAIN} \${_SEQAN_BASEDIR})#set(SEQAN_INCLUDE_DIRS_MAIN \${SEQAN_INCLUDE_DIRS_MAIN} \${_SEQAN_BASEDIR}/seqan-${SLOT})#" \
+ -e "s#set(SEQAN_INCLUDE_DIRS_MAIN \${SEQAN_INCLUDE_DIRS_MAIN} \${_SEQAN_BASEDIR})#set(SEQAN_INCLUDE_DIRS_MAIN \${SEQAN_INCLUDE_DIRS_MAIN} \${_SEQAN_BASEDIR}/seqan-${seqan_majorminor_ver})#" \
-i util/cmake/FindSeqAn.cmake || die
# pkg-config file
- sed -e "s#includedir=\${prefix}/include#includedir=\${prefix}/include/${PN}-${SLOT}#" \
+ sed -e "s#includedir=\${prefix}/include#includedir=\${prefix}/include/${PN}-${seqan_majorminor_ver}#" \
-i util/pkgconfig/${PN}.pc.in || die
rm -f util/cmake/FindZLIB.cmake || die
@@ -47,30 +56,27 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DBoost_NO_BOOST_CMAKE=ON
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
- -DSEQAN_NO_DOX="$(usex !doc)"
+ -DSEQAN_NO_DOX=$(usex !doc)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
- cd "${BUILD_DIR}" || die
- use doc && emake dox
+ use doc && cmake-utils_src_compile -C "${BUILD_DIR}" dox
}
src_install() {
cmake-utils_src_install
- # SLOT header such that different seqan versions can be installed in parallel
- mkdir "${ED}"/usr/include/${PN}-${SLOT} || die
- mv "${ED}"/usr/include/{${PN},${PN}-${SLOT}/} || die
+ # multi-version header such that different seqan versions can be installed in parallel
+ mkdir "${ED%/}"/usr/include/${PN}-${seqan_majorminor_ver} || die
+ mv "${ED%/}"/usr/include/${PN}{,-${seqan_majorminor_ver}/} || die
# pkg-config file
- mv "${ED}"/usr/share/pkgconfig/${PN}-{$(get_version_component_range 1),${SLOT}}.pc || die
+ mv "${ED%/}"/usr/share/pkgconfig/${PN}-{${seqan_major_ver},${seqan_majorminor_ver}}.pc || die
- pushd "${ED}"/usr/share/pkgconfig/ >/dev/null
- ln -s ${PN}-{${SLOT},$(get_version_component_range 1)}.pc || die
- popd >/dev/null
+ # create pkg-config symlink to restore default behaviour
+ dosym ${PN}-${seqan_majorminor_ver}.pc /usr/share/pkgconfig/${PN}-${seqan_major_ver}.pc
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2016-12-26 13:12 Aaron Bauman
0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2016-12-26 13:12 UTC (permalink / raw
To: gentoo-commits
commit: cb197f2a398adf85a3fff67a741de2f9384e9656
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 13:12:26 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 13:12:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb197f2a
sci-biology/seqan: amd64 stable wrt bug #525628
sci-biology/seqan/seqan-1.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/seqan/seqan-1.4.2-r1.ebuild b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
index 28e6cad..5cfd0aa 100644
--- a/sci-biology/seqan/seqan-1.4.2-r1.ebuild
+++ b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://packages.${PN}.de/${PN}-src/${PN}-src-${PV}.tar.gz"
SLOT="$(get_version_component_range 1-2)"
LICENSE="BSD GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cpu_flags_x86_sse4_1 test"
DEPEND="sys-libs/zlib
app-arch/bzip2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2018-02-11 12:21 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2018-02-11 12:21 UTC (permalink / raw
To: gentoo-commits
commit: a1b3056e6cae31c803fd4cd3a77adbd5a9cd4937
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 12:20:51 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 12:20:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b3056e
sci-biology/seqan: Add live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-biology/seqan/seqan-9999.ebuild | 90 +++++++++++++++++++++++++++++++++++++
1 file changed, 90 insertions(+)
diff --git a/sci-biology/seqan/seqan-9999.ebuild b/sci-biology/seqan/seqan-9999.ebuild
new file mode 100644
index 00000000000..0005819ff4d
--- /dev/null
+++ b/sci-biology/seqan/seqan-9999.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils multibuild python-any-r1 toolchain-funcs
+
+DESCRIPTION="C++ Sequence Analysis Library"
+HOMEPAGE="http://www.seqan.de/"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/seqan/seqan.git"
+ EGIT_BRANCH="develop"
+else
+ SRC_URI="https://github.com/seqan/seqan/archive/seqan-v${PV}.tar.gz"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+ S=${WORKDIR}/seqan-seqan-v${PV}
+fi
+
+LICENSE="BSD GPL-3"
+SLOT="0"
+IUSE="cpu_flags_x86_sse4_1 doc tools"
+REQUIRED_USE="cpu_flags_x86_sse4_1"
+
+RDEPEND="
+ app-arch/bzip2:=
+ sys-libs/zlib:=
+ !!sci-biology/seqan:2.0
+ !!sci-biology/seqan:2.1
+ !!sci-biology/seqan:2.2"
+DEPEND="
+ ${RDEPEND}
+ doc? (
+ $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
+ ${PYTHON_DEPS}
+ )"
+
+python_check_deps() {
+ use doc && has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ if [[ ${MERGE_TYPE} != binary ]]; then
+ use doc && python-any-r1_pkg_setup
+ use tools && tc-check-openmp
+
+ MULTIBUILD_VARIANTS=(
+ $(usev tools)
+ library
+ )
+ fi
+}
+
+src_configure() {
+ my_configure() {
+ local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
+ case "${MULTIBUILD_ID}" in
+ tools)
+ mycmakeargs+=(
+ -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
+ -DSEQAN_NO_DOX=ON
+ )
+ ;;
+ library)
+ mycmakeargs+=(
+ -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
+ -DSEQAN_NO_DOX=$(usex !doc)
+ )
+ ;;
+ *)
+ die "${MULTIBUILD_ID} is not recognized"
+ ;;
+ esac
+ cmake-utils_src_configure
+ }
+ multibuild_foreach_variant my_configure
+}
+
+src_compile() {
+ multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_install() {
+ multibuild_foreach_variant cmake-utils_src_install
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2018-05-18 21:15 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2018-05-18 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 178d628ab66b25fc08078bde0d49fe3e8f9f8fc6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 21:15:33 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 18 21:15:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178d628a
sci-biology/seqan: inherit versionator
Package-Manager: Portage-2.3.38, Repoman-2.3.9
sci-biology/seqan/seqan-1.4.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/seqan/seqan-1.4.2-r1.ebuild b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
index 5fd8f1ae8a1..b06c697334c 100644
--- a/sci-biology/seqan/seqan-1.4.2-r1.ebuild
+++ b/sci-biology/seqan/seqan-1.4.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-any-r1
+inherit cmake-utils python-any-r1 versionator
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2018-05-18 22:33 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2018-05-18 22:33 UTC (permalink / raw
To: gentoo-commits
commit: fa6632773009f7c76041c9db3aa608d7f0bdcb4a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 22:26:53 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 18 22:32:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa663277
sci-biology/seqan: inherit versionator
Package-Manager: Portage-2.3.38, Repoman-2.3.9
sci-biology/seqan/seqan-2.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-biology/seqan/seqan-2.2.0-r1.ebuild b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
index 2452ff0baea..b559386860d 100644
--- a/sci-biology/seqan/seqan-2.2.0-r1.ebuild
+++ b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-any-r1
+inherit cmake-utils python-any-r1 versionator
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2020-09-09 10:36 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2020-09-09 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 2236a5f7ab3440ef27da0f5adc86a93ea557b63a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 10:29:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 10:34:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2236a5f7
sci-biology/seqan: Eradicate doc (python2)
Closes: https://bugs.gentoo.org/735442
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-biology/seqan/seqan-2.4.0.ebuild | 25 ++++++++-----------------
sci-biology/seqan/seqan-9999.ebuild | 25 ++++++++-----------------
2 files changed, 16 insertions(+), 34 deletions(-)
diff --git a/sci-biology/seqan/seqan-2.4.0.ebuild b/sci-biology/seqan/seqan-2.4.0.ebuild
index 8b337e77e6b..5653a1ec94e 100644
--- a/sci-biology/seqan/seqan-2.4.0.ebuild
+++ b/sci-biology/seqan/seqan-2.4.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils multibuild python-any-r1 toolchain-funcs
+inherit cmake-utils multibuild toolchain-funcs
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"
@@ -24,7 +23,7 @@ fi
LICENSE="BSD GPL-3"
SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 doc tools"
+IUSE="cpu_flags_x86_sse4_1 tools"
REQUIRED_USE="cpu_flags_x86_sse4_1"
RDEPEND="
@@ -34,21 +33,12 @@ RDEPEND="
!!sci-biology/seqan:2.1
!!sci-biology/seqan:2.2"
DEPEND="
- ${RDEPEND}
- doc? (
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- ${PYTHON_DEPS}
- )"
+ ${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-2.4.0-fix-pthread.patch )
-python_check_deps() {
- use doc && has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
- use doc && python-any-r1_pkg_setup
use tools && tc-check-openmp
MULTIBUILD_VARIANTS=(
@@ -60,18 +50,19 @@ pkg_setup() {
src_configure() {
my_configure() {
- local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+ -DSEQAN_NO_DOX=ON
+ )
case "${MULTIBUILD_ID}" in
tools)
mycmakeargs+=(
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
- -DSEQAN_NO_DOX=ON
)
;;
library)
mycmakeargs+=(
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
- -DSEQAN_NO_DOX=$(usex !doc)
)
;;
*)
diff --git a/sci-biology/seqan/seqan-9999.ebuild b/sci-biology/seqan/seqan-9999.ebuild
index 0005819ff4d..b344b39cbc4 100644
--- a/sci-biology/seqan/seqan-9999.ebuild
+++ b/sci-biology/seqan/seqan-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils multibuild python-any-r1 toolchain-funcs
+inherit cmake-utils multibuild toolchain-funcs
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"
@@ -24,7 +23,7 @@ fi
LICENSE="BSD GPL-3"
SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 doc tools"
+IUSE="cpu_flags_x86_sse4_1 tools"
REQUIRED_USE="cpu_flags_x86_sse4_1"
RDEPEND="
@@ -34,19 +33,10 @@ RDEPEND="
!!sci-biology/seqan:2.1
!!sci-biology/seqan:2.2"
DEPEND="
- ${RDEPEND}
- doc? (
- $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
- ${PYTHON_DEPS}
- )"
-
-python_check_deps() {
- use doc && has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
+ ${RDEPEND}"
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
- use doc && python-any-r1_pkg_setup
use tools && tc-check-openmp
MULTIBUILD_VARIANTS=(
@@ -58,18 +48,19 @@ pkg_setup() {
src_configure() {
my_configure() {
- local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+ -DSEQAN_NO_DOX=ON
+ )
case "${MULTIBUILD_ID}" in
tools)
mycmakeargs+=(
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
- -DSEQAN_NO_DOX=ON
)
;;
library)
mycmakeargs+=(
-DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
- -DSEQAN_NO_DOX=$(usex !doc)
)
;;
*)
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2021-03-07 18:53 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-03-07 18:53 UTC (permalink / raw
To: gentoo-commits
commit: b9213e262c897736fc78b3184c6d846c7fd9ae7d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 18:47:40 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 18:53:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9213e26
sci-biology/seqan: Drop 2.4.0 (r0)
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-biology/seqan/seqan-2.4.0.ebuild | 76 ------------------------------------
1 file changed, 76 deletions(-)
diff --git a/sci-biology/seqan/seqan-2.4.0.ebuild b/sci-biology/seqan/seqan-2.4.0.ebuild
deleted file mode 100644
index cf73c6984d0..00000000000
--- a/sci-biology/seqan/seqan-2.4.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake multibuild toolchain-funcs
-
-DESCRIPTION="C++ Sequence Analysis Library"
-HOMEPAGE="https://www.seqan.de/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/seqan/seqan.git"
- EGIT_BRANCH="develop"
-else
- SRC_URI="https://github.com/seqan/seqan/archive/seqan-v${PV}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
- S="${WORKDIR}"/seqan-seqan-v${PV}
-fi
-
-LICENSE="BSD GPL-3"
-SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 tools"
-REQUIRED_USE="cpu_flags_x86_sse4_1"
-
-RDEPEND="
- app-arch/bzip2:=
- sys-libs/zlib:=
- !!sci-biology/seqan:2.0
- !!sci-biology/seqan:2.1
- !!sci-biology/seqan:2.2"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.4.0-fix-pthread.patch )
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- use tools && tc-check-openmp
-
- MULTIBUILD_VARIANTS=( $(usev tools) library )
- fi
-}
-
-src_configure() {
- my_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
- -DSEQAN_NO_DOX=ON
- )
- case "${MULTIBUILD_ID}" in
- tools)
- mycmakeargs+=(
- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
- )
- ;;
- library)
- mycmakeargs+=(
- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
- )
- ;;
- *)
- die "${MULTIBUILD_ID} is not recognized"
- ;;
- esac
- cmake_src_configure
- }
- multibuild_foreach_variant my_configure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake_src_compile
-}
-
-src_install() {
- multibuild_foreach_variant cmake_src_install
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2021-03-07 18:53 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-03-07 18:53 UTC (permalink / raw
To: gentoo-commits
commit: eba558dccec830283c42e6250e25e7cedcbf4432
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 18:51:15 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 18:53:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba558dc
sci-biology/seqan: Drop unmaintained live ebuild
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-biology/seqan/seqan-9999.ebuild | 81 -------------------------------------
1 file changed, 81 deletions(-)
diff --git a/sci-biology/seqan/seqan-9999.ebuild b/sci-biology/seqan/seqan-9999.ebuild
deleted file mode 100644
index b344b39cbc4..00000000000
--- a/sci-biology/seqan/seqan-9999.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-
-inherit cmake-utils multibuild toolchain-funcs
-
-DESCRIPTION="C++ Sequence Analysis Library"
-HOMEPAGE="http://www.seqan.de/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/seqan/seqan.git"
- EGIT_BRANCH="develop"
-else
- SRC_URI="https://github.com/seqan/seqan/archive/seqan-v${PV}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
- S=${WORKDIR}/seqan-seqan-v${PV}
-fi
-
-LICENSE="BSD GPL-3"
-SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 tools"
-REQUIRED_USE="cpu_flags_x86_sse4_1"
-
-RDEPEND="
- app-arch/bzip2:=
- sys-libs/zlib:=
- !!sci-biology/seqan:2.0
- !!sci-biology/seqan:2.1
- !!sci-biology/seqan:2.2"
-DEPEND="
- ${RDEPEND}"
-
-pkg_setup() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- use tools && tc-check-openmp
-
- MULTIBUILD_VARIANTS=(
- $(usev tools)
- library
- )
- fi
-}
-
-src_configure() {
- my_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
- -DSEQAN_NO_DOX=ON
- )
- case "${MULTIBUILD_ID}" in
- tools)
- mycmakeargs+=(
- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_APPS
- )
- ;;
- library)
- mycmakeargs+=(
- -DSEQAN_BUILD_SYSTEM=SEQAN_RELEASE_LIBRARY
- )
- ;;
- *)
- die "${MULTIBUILD_ID} is not recognized"
- ;;
- esac
- cmake-utils_src_configure
- }
- multibuild_foreach_variant my_configure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
- multibuild_foreach_variant cmake-utils_src_install
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2022-02-24 15:48 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2022-02-24 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 8ae0a404819aea5af6bc920231434c3523fb8281
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 15:48:06 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 15:48:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae0a404
sci-biology/seqan: add version 3.1.0
Closes: https://bugs.gentoo.org/774702
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-biology/seqan/Manifest | 1 +
sci-biology/seqan/seqan-3.1.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/sci-biology/seqan/Manifest b/sci-biology/seqan/Manifest
index b8572815a1e0..f9ddca8ef871 100644
--- a/sci-biology/seqan/Manifest
+++ b/sci-biology/seqan/Manifest
@@ -1 +1,2 @@
DIST seqan-v2.4.0.tar.gz 109626901 BLAKE2B a10b5ee9a95667f560a8c2aec3808131f5f838f3c07d56584f4b29e9622912bf3d00b958b02db7c9d62dd52d9d08a171abcccef7f50cddf0407538168cf2c592 SHA512 f92cfc97304581920850c5d49fe4336f7c3855e99c3bcb035b6172fa7307e08e6f06fb06d1cd8f5b447c3220fc7f669684fbfe25641b43e9f6953999cf9ddd4b
+DIST seqan3-3.1.0-Source.tar.xz 2656120 BLAKE2B 6a18844f62d935fdbd7008822f83ffeefd596e93b704a8c7b0f478dec87b2265ff532be107ebfd1adc248e2b1db65e4b86cdce2e989c7ac097054d43633a24bd SHA512 686d0ffbe32951e7f831e399a3eab35b7249f45408b7de27ee9cfd6a012215603f033afa6082c8a81783de1cc7c93d3ffbae42cabc122d3b77988c236a049ffd
diff --git a/sci-biology/seqan/seqan-3.1.0.ebuild b/sci-biology/seqan/seqan-3.1.0.ebuild
new file mode 100644
index 000000000000..fc9dd78e4233
--- /dev/null
+++ b/sci-biology/seqan/seqan-3.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ Sequence Analysis Library"
+HOMEPAGE="https://www.seqan.de/"
+SRC_URI="https://github.com/seqan/seqan3/releases/download/${PV}/seqan3-${PV}-Source.tar.xz"
+S="${WORKDIR}/seqan3-${PV}-Source"
+
+LICENSE="BSD GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux"
+IUSE="cpu_flags_x86_sse4_2"
+REQUIRED_USE="cpu_flags_x86_sse4_2"
+
+RDEPEND="
+ app-arch/bzip2:=
+ dev-cpp/range-v3
+ dev-libs/cereal
+ sci-libs/lemon
+ sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ cmake_src_install
+ dodoc -r doc/*
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2022-05-16 8:12 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2022-05-16 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 70d003c62bd0ba9a96609f2522a6854d99ba4148
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 08:12:13 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 16 08:12:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d003c6
sci-biology/seqan: [QA] use tc-check-openmp correctly
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-biology/seqan/seqan-2.4.0-r1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-biology/seqan/seqan-2.4.0-r1.ebuild b/sci-biology/seqan/seqan-2.4.0-r1.ebuild
index 76a73d759bef..933b55e04eab 100644
--- a/sci-biology/seqan/seqan-2.4.0-r1.ebuild
+++ b/sci-biology/seqan/seqan-2.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,6 +37,10 @@ PATCHES=(
"${FILESDIR}"/${P}-cmake-add_library-static.patch
)
+pkg_pretend() {
+ [[ ${MERGE_TYPE} != binary ]] && use tools && tc-check-openmp
+}
+
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
use tools && tc-check-openmp
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/
@ 2022-06-01 12:04 Jakov Smolić
0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-06-01 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 865e84b9099e01f7fd92ac1b8b30a948a06e8bc9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 12:03:51 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 12:03:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865e84b9
sci-biology/seqan: Keyword 3.1.0 x86, #834863
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sci-biology/seqan/seqan-3.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/seqan/seqan-3.1.0.ebuild b/sci-biology/seqan/seqan-3.1.0.ebuild
index fc9dd78e4233..976430bec641 100644
--- a/sci-biology/seqan/seqan-3.1.0.ebuild
+++ b/sci-biology/seqan/seqan-3.1.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/seqan3-${PV}-Source"
LICENSE="BSD GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="cpu_flags_x86_sse4_2"
REQUIRED_USE="cpu_flags_x86_sse4_2"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-06-01 12:04 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 12:21 [gentoo-commits] repo/gentoo:master commit in: sci-biology/seqan/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-06-01 12:04 Jakov Smolić
2022-05-16 8:12 David Seifert
2022-02-24 15:48 Andrew Ammerlaan
2021-03-07 18:53 Andreas Sturmlechner
2021-03-07 18:53 Andreas Sturmlechner
2020-09-09 10:36 Michał Górny
2018-05-18 22:33 Andreas Sturmlechner
2018-05-18 21:15 Andreas Sturmlechner
2016-12-26 13:12 Aaron Bauman
2016-12-14 20:34 David Seifert
2016-07-30 10:07 David Seifert
2015-10-19 20:48 Sergey Popov
2015-10-19 17:11 Sergey Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox