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 37D0B1395E2 for ; Sat, 19 Nov 2016 19:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A8D6E0A84; Sat, 19 Nov 2016 19:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E473CE0A84 for ; Sat, 19 Nov 2016 19:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA4CE33BEFC for ; Sat, 19 Nov 2016 19:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628DC332 for ; Sat, 19 Nov 2016 19:44:48 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1479584684.0e06b41906f48d37444ea6c8457f67bde7551622.johu@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.3.1.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0e06b41906f48d37444ea6c8457f67bde7551622 X-VCS-Branch: master Date: Sat, 19 Nov 2016 19:44:48 +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: 21c691dc-f5e7-4496-9fa6-bed1755acd50 X-Archives-Hash: 3e42f43facfd025a69e1291cd4186f52 commit: 0e06b41906f48d37444ea6c8457f67bde7551622 Author: Johannes Huber gentoo org> AuthorDate: Sat Nov 19 19:44:28 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Nov 19 19:44:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e06b419 sci-libs/indilib: Version bump 1.3.1 Package-Manager: portage-2.3.2 sci-libs/indilib/Manifest | 1 + sci-libs/indilib/indilib-1.3.1.ebuild | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest index ce627cc..82d722e 100644 --- a/sci-libs/indilib/Manifest +++ b/sci-libs/indilib/Manifest @@ -1 +1,2 @@ +DIST indi-1.3.1.zip 20752009 SHA256 a28b3cd578ac6c85bda91ace287f0d37e6e315d1746d55d1623f9094ebf5747b SHA512 80184287aebf1bc8381ba9f36b83f346411348c610c6c06c7b9aeb4a2c9f3a9713e4f043af66cb777d7fa8fe208d98fa1134c1f0935a706d1797eae38f0ef3f0 WHIRLPOOL 7335c2c4ab9da01fddf1c8844500fe0da35d0e139f9ac67ac8133f5d922f8a6a4ec4bf83859f6aa8e9389e4563820a106f3cb3473c7d4e8a2e5efaa658d4b6f1 DIST libindi_1.2.0.tar.gz 1425804 SHA256 a1cf17a4f0a0ca30afd4c131b82e181aeb42a68cda176d5b4c6945436ced2321 SHA512 4d7b67e3ff6000132c2971e58942c5f95822d156c6f9587697b6179137cd40997527d62886d0f5fe053980d1a404b61191d1c54194e9a7154bd10b0e3a7c05d6 WHIRLPOOL fe710841e63acc806b17414df231cd178680da8ed8e7c719c32e34cae9d2203362a9cce0cb7e0593d46dda98f9bb8e9b2cc7d28442e491fb11e1786b3145feca diff --git a/sci-libs/indilib/indilib-1.3.1.ebuild b/sci-libs/indilib/indilib-1.3.1.ebuild new file mode 100644 index 00000000..7991370 --- /dev/null +++ b/sci-libs/indilib/indilib-1.3.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN="lib${PN/lib/}" + +inherit cmake-utils udev + +DESCRIPTION="INDI Astronomical Control Protocol library" +HOMEPAGE="http://www.indilib.org/" +SRC_URI="mirror://sourceforge/${PN/lib/}/${PN/lib/}-${PV}.zip" + +LICENSE="LGPL-2" +SLOT="0/1" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + net-misc/curl + sci-libs/cfitsio + sci-libs/gsl + sci-libs/libnova + sys-libs/zlib + virtual/jpeg:0 + virtual/libusb:0 +" +DEPEND="${RDEPEND} + dev-qt/qtcore:5 + dev-qt/qtnetwork:5 + sys-kernel/linux-headers +" + +DOCS=( AUTHORS ChangeLog README TODO ) + +S=${WORKDIR}/${PN/lib/}-${PV}/${MY_PN} + +src_configure() { + local mycmakeargs=( + -INDI_BUILD_UNITTESTS=OFF + -DUDEVRULES_INSTALL_DIR="$(get_udevdir)" + ) + + cmake-utils_src_configure +}