From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EA8A138206 for ; Fri, 12 Jan 2018 10:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8827DE091B; Fri, 12 Jan 2018 10:39:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A578E091B for ; Fri, 12 Jan 2018 10:39:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EB59335C4F for ; Fri, 12 Jan 2018 10:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2F4B1B0 for ; Fri, 12 Jan 2018 10:39:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1515753539.a8b5d18ba24a91a15dfa70185c6df0a3b0417e06.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/Manifest sci-libs/indilib/indilib-1.6.0.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a8b5d18ba24a91a15dfa70185c6df0a3b0417e06 X-VCS-Branch: master Date: Fri, 12 Jan 2018 10:39:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60a3c08d-baf2-495d-9e6c-0285cd2f6abf X-Archives-Hash: a7ba0ec9fbe7e5615452ed2124e58b04 commit: a8b5d18ba24a91a15dfa70185c6df0a3b0417e06 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 12 10:38:28 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 12 10:38:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b5d18b sci-libs/indilib: version bump 1.6.0 Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-libs/indilib/Manifest | 1 + sci-libs/indilib/indilib-1.6.0.ebuild | 57 +++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest index c926c7ff76e..a3a719b37c7 100644 --- a/sci-libs/indilib/Manifest +++ b/sci-libs/indilib/Manifest @@ -1 +1,2 @@ DIST indilib-1.4.1.tar.gz 1529660 BLAKE2B e869ba6b7430515a88f536d1738a9e5beb2622fad20d47ef2e981f9f00eb46e8703b2ad7842dca00b784d972cae639db3c8bfbb301ecbec8d582f372dae2f360 SHA512 b1655070fbc71095215a06edc88b8fff247ed3dcab86c2af058978b209e48ce1701f3a6eef13d0b200be58abfcfdffe7800ecea35d820fc2fb158ea0f899833f +DIST indilib-1.6.0.tar.gz 1726681 BLAKE2B fc746fe74b41467930f50f4aabe63d485372dc3f7e551bf8b91ec92694efc5a73a29495ee4931f84215a90afdd1deb3c12f87aaedc32d33e408114674e6d79ad SHA512 a086a63e15f5f6fb05a0d1569578f5fbd4d6ba6ff5a0aaff7bd475925d3858840753f1aa04e7429a22576f52432a19e93b781e821ea908db6b7352af85f30422 diff --git a/sci-libs/indilib/indilib-1.6.0.ebuild b/sci-libs/indilib/indilib-1.6.0.ebuild new file mode 100644 index 00000000000..e071e3c07b7 --- /dev/null +++ b/sci-libs/indilib/indilib-1.6.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="lib${PN/lib/}" + +inherit cmake-utils udev + +DESCRIPTION="INDI Astronomical Control Protocol library" +HOMEPAGE="http://www.indilib.org/" +SRC_URI="https://github.com/${PN}/${PN/lib/}/releases/download/v${PV}/${MY_PN}_${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} + sys-kernel/linux-headers + test? ( + dev-cpp/gmock + dev-cpp/gtest + ) +" + +DOCS=( AUTHORS ChangeLog COPYRIGHT README TODO ) + +S=${WORKDIR}/${MY_PN} + +src_test() { + BUILD_DIR="${BUILD_DIR}"/test cmake-utils_src_test +} + +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 +}