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 99C5A138334 for ; Sat, 16 Jun 2018 07:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68667E07EF; Sat, 16 Jun 2018 07:04:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2BE98E07EF for ; Sat, 16 Jun 2018 07:04:11 +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 E30A5335C77 for ; Sat, 16 Jun 2018 07:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0231E2D9 for ; Sat, 16 Jun 2018 07:04:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529132630.e3abd279e337da43b44040749fec3c88ed21af30.asturm@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.4.1.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e3abd279e337da43b44040749fec3c88ed21af30 X-VCS-Branch: master Date: Sat, 16 Jun 2018 07:04:08 +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: 4879696d-fce4-4c82-8dec-d703e105e2c9 X-Archives-Hash: 438e2f9d74c56e6aa4bd4f47295e8d10 commit: e3abd279e337da43b44040749fec3c88ed21af30 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 14 19:55:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 16 07:03:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3abd279 sci-libs/indilib: Drop 1.4.1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/indilib/Manifest | 1 - sci-libs/indilib/indilib-1.4.1.ebuild | 44 ----------------------------------- 2 files changed, 45 deletions(-) diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest index a3a719b37c7..ce8109973af 100644 --- a/sci-libs/indilib/Manifest +++ b/sci-libs/indilib/Manifest @@ -1,2 +1 @@ -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.4.1.ebuild b/sci-libs/indilib/indilib-1.4.1.ebuild deleted file mode 100644 index 6ff6dfdaa8c..00000000000 --- a/sci-libs/indilib/indilib-1.4.1.ebuild +++ /dev/null @@ -1,44 +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="https://github.com/${PN}/${PN/lib/}/releases/download/v${PV}/${MY_PN}_${PV}.tar.gz -> ${P}.tar.gz" - -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} - sys-kernel/linux-headers -" - -DOCS=( AUTHORS ChangeLog README TODO ) - -S=${WORKDIR}/${MY_PN} - -src_configure() { - local mycmakeargs=( - -INDI_BUILD_UNITTESTS=OFF - -INDI_BUILD_QT5_CLIENT=OFF - -DUDEVRULES_INSTALL_DIR="$(get_udevdir)" - ) - - cmake-utils_src_configure -}