commit:     34a75d01888a0c1115bdc134c120257b38ba6141
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 00:42:43 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 00:43:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a75d01

sci-libs/indilib: Drop 1.8.2 (r0)

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/indilib/indilib-1.8.2.ebuild | 52 -----------------------------------
 1 file changed, 52 deletions(-)

diff --git a/sci-libs/indilib/indilib-1.8.2.ebuild 
b/sci-libs/indilib/indilib-1.8.2.ebuild
deleted file mode 100644
index 1598a17c3d0..00000000000
--- a/sci-libs/indilib/indilib-1.8.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils 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"
-
-RDEPEND="
-       net-misc/curl
-       sci-libs/cfitsio:=
-       sci-libs/gsl:=
-       sci-libs/libnova:=
-       sys-libs/zlib
-       virtual/jpeg:0
-       virtual/libusb:0
-       ogg? (
-               media-libs/libogg
-               media-libs/libtheora
-       )
-"
-DEPEND="${RDEPEND}
-       kernel_linux? ( sys-kernel/linux-headers )
-       test? ( >=dev-cpp/gtest-1.8.0 )
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P/lib/}"
-
-src_configure() {
-       local mycmakeargs=(
-               -DINDI_BUILD_QT5_CLIENT=OFF
-               -DINDI_BUILD_UNITTESTS=$(usex test)
-               -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"
-               $(cmake-utils_use_find_package ogg OggTheora)
-       )
-
-       cmake-utils_src_configure
-}
-
-src_test() {
-       BUILD_DIR="${BUILD_DIR}"/test cmake-utils_src_test
-}

Reply via email to