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 B64F9138331 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 C9A94E08FB; Fri, 12 Jan 2018 10:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A2E97E08FB for ; Fri, 12 Jan 2018 10:39:14 +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 403B3335C4B 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 A68D6193 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: <1515753538.4b01ce68aed386e957b04bd9818c232abdb36ab8.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.3.1.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4b01ce68aed386e957b04bd9818c232abdb36ab8 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: 72a30098-e8a3-449d-baee-d948f9467be1 X-Archives-Hash: f0d758cd0960c2511f42891f61e38b02 commit: 4b01ce68aed386e957b04bd9818c232abdb36ab8 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 12 09:20:51 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 12 10:38:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b01ce68 sci-libs/indilib: remove 1.3.1 Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-libs/indilib/Manifest | 1 - sci-libs/indilib/indilib-1.3.1.ebuild | 45 ----------------------------------- 2 files changed, 46 deletions(-) diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest index f4d4302cf59..c926c7ff76e 100644 --- a/sci-libs/indilib/Manifest +++ b/sci-libs/indilib/Manifest @@ -1,2 +1 @@ -DIST indi-1.3.1.zip 20752009 BLAKE2B 45dcdae1fa3b830ef9220c1d38212aae74bbc64911577a67f8926b8f88c7567df49766db84bc2b037ae63e9467c4cef1dc831750313c620905db0d9213d4eb40 SHA512 80184287aebf1bc8381ba9f36b83f346411348c610c6c06c7b9aeb4a2c9f3a9713e4f043af66cb777d7fa8fe208d98fa1134c1f0935a706d1797eae38f0ef3f0 DIST indilib-1.4.1.tar.gz 1529660 BLAKE2B e869ba6b7430515a88f536d1738a9e5beb2622fad20d47ef2e981f9f00eb46e8703b2ad7842dca00b784d972cae639db3c8bfbb301ecbec8d582f372dae2f360 SHA512 b1655070fbc71095215a06edc88b8fff247ed3dcab86c2af058978b209e48ce1701f3a6eef13d0b200be58abfcfdffe7800ecea35d820fc2fb158ea0f899833f diff --git a/sci-libs/indilib/indilib-1.3.1.ebuild b/sci-libs/indilib/indilib-1.3.1.ebuild deleted file mode 100644 index accd09d2328..00000000000 --- a/sci-libs/indilib/indilib-1.3.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 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="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 -}