From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/
Date: Tue, 7 Sep 2021 06:48:43 +0000 (UTC) [thread overview]
Message-ID: <1630997309.3aea7b20a557d33610652628d8678553da40563e.asturm@gentoo> (raw)
commit: 3aea7b20a557d33610652628d8678553da40563e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 06:48:10 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 06:48:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aea7b20
sci-libs/indilib: Drop 1.8.8, 1.8.9 and 1.9.0
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/indilib/Manifest | 3 --
sci-libs/indilib/indilib-1.8.8.ebuild | 56 -----------------------------------
sci-libs/indilib/indilib-1.8.9.ebuild | 56 -----------------------------------
sci-libs/indilib/indilib-1.9.0.ebuild | 56 -----------------------------------
4 files changed, 171 deletions(-)
diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index c0292c69364..bcdca55e19c 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1,4 +1 @@
-DIST indilib-1.8.8.tar.gz 2234987 BLAKE2B 542c77e1826002e6268be82048014cdd7db2e58d6860bf21e058775acccbca49091218c24d5910f91705aebcf592e21f9008d780f39bb0458115b073319e3949 SHA512 0598b117fa582daaaf7c71524fd40866a37fcdc47b523b2ee1ed3301701c7351b027a3aab794e2e1405aec7293ecc6705d5f7852bb472cd21f40d7e3d7733d1d
-DIST indilib-1.8.9.tar.gz 2253721 BLAKE2B 477880606867ef58e334efeb8d891996187833cdb2f6344018a47c36ad51cfe983e645d92be3e868246bc8dd730d51927834ad73efb2db5edb2ce238ae6d32f6 SHA512 7d561e3619a1ff9e4ec96c54d339f5a85b6d2f4adde57630044fa7f2a8d70c74488ab22eb6221de62c0738bb9c9d187b86b67c4e47f4f98a237d4f69731fe906
-DIST indilib-1.9.0.tar.gz 2291283 BLAKE2B 1ef715cfb388a686ad2121e1fcf2589a5d88e68e5cbdb11d72797dead63032782c32e9ae16a88304e59bb0cbb53aaefb6b919125b566958884cc252607c876d5 SHA512 7b02afb24bb2b71a7384c045af6654bb1e19f9b0fe525b31ad0ff3ecc5f1c4b9d53e4f9af225ae3845bd17d44cb7cb2274a72e331498828a2098a9984488b28e
DIST indilib-1.9.1.tar.gz 2322783 BLAKE2B 801071bf9190e4c27b4f3bf9fa2d9a44c4e297f7ee879061636f041d138a02db23525ee411782f3303a0d82bb2fc4d9d6489e2bda18f8e011bfa0d1b33595343 SHA512 d87c341efdaa8109059741738c69b9d6fb4b5dc68c774453eab378aa3784af29e8ed8469dba968a41c584fec1556fdbf0bd65cbb8aa65c2d9e1784d82e7bcc67
diff --git a/sci-libs/indilib/indilib-1.8.8.ebuild b/sci-libs/indilib/indilib-1.8.8.ebuild
deleted file mode 100644
index 7aa68380cde..00000000000
--- a/sci-libs/indilib/indilib-1.8.8.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="https://www.indilib.org/"
-SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="ogg test websocket"
-
-RDEPEND="
- net-misc/curl
- sci-libs/cfitsio:=
- sci-libs/fftw:3.0=
- sci-libs/gsl:=
- sci-libs/libnova:=
- sys-libs/zlib
- virtual/jpeg:0
- virtual/libusb:0
- ogg? (
- media-libs/libogg
- media-libs/libtheora
- )
- websocket? ( dev-libs/boost:= )
-"
-DEPEND="${RDEPEND}
- kernel_linux? ( sys-kernel/linux-headers )
- test? ( >=dev-cpp/gtest-1.8.0 )
- websocket? ( dev-cpp/websocketpp )
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P/lib/}"
-
-src_configure() {
- local mycmakeargs=(
- -DINDI_BUILD_QT5_CLIENT=OFF
- -DINDI_BUILD_UNITTESTS=$(usex test)
- -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d
- $(cmake_use_find_package ogg OggTheora)
- -DINDI_BUILD_WEBSOCKET=$(usex websocket)
- )
-
- cmake_src_configure
-}
-
-src_test() {
- BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
-}
diff --git a/sci-libs/indilib/indilib-1.8.9.ebuild b/sci-libs/indilib/indilib-1.8.9.ebuild
deleted file mode 100644
index dd34c66f11c..00000000000
--- a/sci-libs/indilib/indilib-1.8.9.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="https://www.indilib.org/"
-SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="amd64 ~ppc ppc64 x86"
-IUSE="ogg test websocket"
-
-RDEPEND="
- net-misc/curl
- sci-libs/cfitsio:=
- sci-libs/fftw:3.0=
- sci-libs/gsl:=
- sci-libs/libnova:=
- sys-libs/zlib
- virtual/jpeg:0
- virtual/libusb:0
- ogg? (
- media-libs/libogg
- media-libs/libtheora
- )
- websocket? ( dev-libs/boost:= )
-"
-DEPEND="${RDEPEND}
- kernel_linux? ( sys-kernel/linux-headers )
- test? ( >=dev-cpp/gtest-1.8.0 )
- websocket? ( dev-cpp/websocketpp )
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P/lib/}"
-
-src_configure() {
- local mycmakeargs=(
- -DINDI_BUILD_QT5_CLIENT=OFF
- -DINDI_BUILD_UNITTESTS=$(usex test)
- -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d
- $(cmake_use_find_package ogg OggTheora)
- -DINDI_BUILD_WEBSOCKET=$(usex websocket)
- )
-
- cmake_src_configure
-}
-
-src_test() {
- BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
-}
diff --git a/sci-libs/indilib/indilib-1.9.0.ebuild b/sci-libs/indilib/indilib-1.9.0.ebuild
deleted file mode 100644
index d133f7e4225..00000000000
--- a/sci-libs/indilib/indilib-1.9.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="https://www.indilib.org/"
-SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="ogg test websocket"
-
-RDEPEND="
- net-misc/curl
- sci-libs/cfitsio:=
- sci-libs/fftw:3.0=
- sci-libs/gsl:=
- sci-libs/libnova:=
- sys-libs/zlib
- virtual/jpeg:0
- virtual/libusb:0
- ogg? (
- media-libs/libogg
- media-libs/libtheora
- )
- websocket? ( dev-libs/boost:= )
-"
-DEPEND="${RDEPEND}
- kernel_linux? ( sys-kernel/linux-headers )
- test? ( >=dev-cpp/gtest-1.8.0 )
- websocket? ( dev-cpp/websocketpp )
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P/lib/}"
-
-src_configure() {
- local mycmakeargs=(
- -DINDI_BUILD_QT5_CLIENT=OFF
- -DINDI_BUILD_UNITTESTS=$(usex test)
- -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d
- $(cmake_use_find_package ogg OggTheora)
- -DINDI_BUILD_WEBSOCKET=$(usex websocket)
- )
-
- cmake_src_configure
-}
-
-src_test() {
- BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
-}
next reply other threads:[~2021-09-07 6:48 UTC|newest]
Thread overview: 143+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-07 6:48 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 22:32 [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ Andreas Sturmlechner
2025-02-23 21:43 Andreas Sturmlechner
2025-02-01 23:42 Andreas Sturmlechner
2025-01-29 22:30 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2025-01-23 22:43 Sam James
2024-12-03 19:21 Andreas Sturmlechner
2024-10-31 22:34 Andreas Sturmlechner
2024-10-21 21:49 Andreas Sturmlechner
2024-10-04 13:01 Andreas Sturmlechner
2024-08-06 20:09 Andreas Sturmlechner
2024-07-23 3:40 Eli Schwartz
2024-07-03 19:22 Arthur Zamarin
2024-06-06 20:14 Andreas Sturmlechner
2024-06-06 20:14 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-04-22 18:09 Andreas Sturmlechner
2024-04-09 20:02 Andreas Sturmlechner
2024-04-06 5:34 Arthur Zamarin
2024-04-04 18:54 Arthur Zamarin
2024-04-04 18:54 Arthur Zamarin
2024-03-09 11:09 Jakov Smolić
2024-03-07 11:51 Sam James
2024-03-07 9:39 Andreas Sturmlechner
2024-02-05 20:50 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2023-12-08 20:56 Arthur Zamarin
2023-11-03 15:08 Arthur Zamarin
2023-10-20 11:30 Andreas Sturmlechner
2023-08-18 1:29 Sam James
2023-08-17 8:38 Arthur Zamarin
2023-07-28 11:28 Sam James
2023-07-25 14:05 Andreas Sturmlechner
2022-12-24 14:03 Andreas Sturmlechner
2022-12-24 14:01 Andreas Sturmlechner
2022-11-03 8:40 Andreas Sturmlechner
2022-11-03 8:08 Agostino Sarubbo
2022-11-03 7:59 Agostino Sarubbo
2022-11-02 12:26 Arthur Zamarin
2022-11-02 11:48 Arthur Zamarin
2022-10-05 20:47 Andreas Sturmlechner
2022-08-25 1:23 Sam James
2022-08-25 1:23 Sam James
2022-06-22 13:42 Andreas Sturmlechner
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 10:24 Andreas Sturmlechner
2022-06-22 10:14 Agostino Sarubbo
2022-06-21 19:09 Arthur Zamarin
2022-06-21 16:07 Jakov Smolić
2022-06-14 12:44 Andreas Sturmlechner
2022-06-14 12:44 Andreas Sturmlechner
2022-05-26 14:36 Andreas Sturmlechner
2022-04-21 13:00 Jakov Smolić
2022-04-20 6:37 Agostino Sarubbo
2022-04-20 6:37 Agostino Sarubbo
2022-03-25 19:59 Andreas Sturmlechner
2022-03-16 16:50 Andreas Sturmlechner
2022-02-23 9:42 Jakov Smolić
2022-02-17 7:33 Agostino Sarubbo
2022-02-16 20:02 Arthur Zamarin
2022-01-18 16:31 Andreas Sturmlechner
2021-12-28 2:29 Sam James
2021-12-17 8:37 Agostino Sarubbo
2021-12-16 22:20 Sam James
2021-11-29 8:14 Arthur Zamarin
2021-11-29 8:14 Arthur Zamarin
2021-11-26 4:32 Sam James
2021-11-25 4:26 Sam James
2021-11-25 0:12 Sam James
2021-11-15 13:07 Andreas Sturmlechner
2021-11-06 8:23 Jakov Smolić
2021-11-04 5:43 Yixun Lan
2021-10-02 11:26 Andreas Sturmlechner
2021-09-26 21:01 Sam James
2021-09-07 4:48 Sam James
2021-09-07 4:48 Sam James
2021-09-07 4:48 Sam James
2021-08-03 23:37 Sam James
2021-07-26 6:54 Sam James
2021-07-18 0:36 Sam James
2021-07-14 13:44 Andreas Sturmlechner
2021-07-03 13:31 Andreas Sturmlechner
2021-06-21 6:17 Agostino Sarubbo
2021-05-16 23:45 Sam James
2021-05-16 23:40 Sam James
2021-04-27 17:32 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-03-07 6:59 Joonas Niilola
2021-03-05 16:22 Andreas Sturmlechner
2021-03-05 16:22 Andreas Sturmlechner
2021-03-05 6:11 Joonas Niilola
2021-02-18 21:46 Sam James
2021-02-18 21:44 Sam James
2021-02-12 21:59 Andreas Sturmlechner
2021-02-03 20:19 Thomas Deutschmann
2021-01-17 11:52 David Seifert
2021-01-08 19:19 Andreas Sturmlechner
2021-01-08 19:19 Andreas Sturmlechner
2021-01-07 10:06 Sam James
2020-11-27 8:51 Andreas Sturmlechner
2020-11-17 20:42 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-05-27 22:10 Andreas Sturmlechner
2020-05-27 22:10 Andreas Sturmlechner
2020-03-19 15:43 Andreas Sturmlechner
2020-03-01 22:02 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:44 Mikle Kolyada
2020-01-04 14:53 Andreas Sturmlechner
2020-01-01 7:55 Andreas Sturmlechner
2020-01-01 7:55 Andreas Sturmlechner
2019-12-09 15:25 Agostino Sarubbo
2019-12-04 0:44 Andreas Sturmlechner
2019-12-04 0:44 Andreas Sturmlechner
2019-11-20 20:59 Andreas Sturmlechner
2019-11-20 20:36 Andreas Sturmlechner
2019-01-16 16:13 Andreas Sturmlechner
2019-01-16 15:45 Mikle Kolyada
2018-12-23 1:25 Andreas Sturmlechner
2018-06-16 7:04 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-03-08 19:33 Mike Gilbert
2018-01-12 10:39 Michael Palimaka
2018-01-12 10:39 Michael Palimaka
2017-08-12 14:14 Michael Palimaka
2017-08-12 14:14 Michael Palimaka
2017-07-31 12:20 Tobias Klausmann
2017-07-30 15:10 Andreas Sturmlechner
2017-04-17 8:02 Agostino Sarubbo
2017-04-16 20:58 Agostino Sarubbo
2017-03-01 17:31 Johannes Huber
2017-03-01 17:31 Johannes Huber
2017-02-26 14:28 Johannes Huber
2017-02-26 14:28 Johannes Huber
2016-11-19 19:44 Johannes Huber
2016-09-15 15:48 Michael Palimaka
2016-08-19 18:51 Michael Palimaka
2016-06-23 13:40 Michael Palimaka
2016-05-25 6:58 Johannes Huber
2016-05-25 6:58 Johannes Huber
2015-10-27 17:50 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1630997309.3aea7b20a557d33610652628d8678553da40563e.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox