public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/
Date: Wed,  1 Mar 2017 17:31:06 +0000 (UTC)	[thread overview]
Message-ID: <1488389462.120ee4db558d3435b0979e94654ac35a125e90ba.johu@gentoo> (raw)

commit:     120ee4db558d3435b0979e94654ac35a125e90ba
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 17:30:48 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 17:31:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120ee4db

sci-libs/indilib: Remove 1.4.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/indilib/Manifest             |  1 -
 sci-libs/indilib/indilib-1.4.0.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index 55e0715283e..5e03efbf91d 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1,4 +1,3 @@
 DIST indi-1.3.1.zip 20752009 SHA256 a28b3cd578ac6c85bda91ace287f0d37e6e315d1746d55d1623f9094ebf5747b SHA512 80184287aebf1bc8381ba9f36b83f346411348c610c6c06c7b9aeb4a2c9f3a9713e4f043af66cb777d7fa8fe208d98fa1134c1f0935a706d1797eae38f0ef3f0 WHIRLPOOL 7335c2c4ab9da01fddf1c8844500fe0da35d0e139f9ac67ac8133f5d922f8a6a4ec4bf83859f6aa8e9389e4563820a106f3cb3473c7d4e8a2e5efaa658d4b6f1
-DIST indilib-1.4.0.tar.gz 1534429 SHA256 3a91c2cd8f7bdcbfba3112ef67596a0db0e09842ad40d9d6ac8234852c6380cf SHA512 474a3c71054120c436433cd40de8e22b28236550a50a9d653b61606ac2f959d817c257b6d08517b77a7d1bfd7282ee22446d7199f986e989ff5f4adb7c52270a WHIRLPOOL df0aeb8c6fbac611093435a196d0b9a688c7ce458c97f201bf596ca55473f2f9707489c91878fdeed1644230cc2ec198cbb93f31084041e43f7dfdf67715ea57
 DIST indilib-1.4.1.tar.gz 1529660 SHA256 f393faa01d98ead9a4205b567402d37fc48a1e53896ed0caeb0e0567bd3ba2e6 SHA512 b1655070fbc71095215a06edc88b8fff247ed3dcab86c2af058978b209e48ce1701f3a6eef13d0b200be58abfcfdffe7800ecea35d820fc2fb158ea0f899833f WHIRLPOOL 8e799d9de2c636f67f4dafa26fb0bab19d0cff4b020b0840213fdc4d84fe22e5d2ef2630e97a3d8b861f6b2f38a57c08679581d38e163fcd06543fb2958fa06c
 DIST libindi_1.2.0.tar.gz 1425804 SHA256 a1cf17a4f0a0ca30afd4c131b82e181aeb42a68cda176d5b4c6945436ced2321 SHA512 4d7b67e3ff6000132c2971e58942c5f95822d156c6f9587697b6179137cd40997527d62886d0f5fe053980d1a404b61191d1c54194e9a7154bd10b0e3a7c05d6 WHIRLPOOL fe710841e63acc806b17414df231cd178680da8ed8e7c719c32e34cae9d2203362a9cce0cb7e0593d46dda98f9bb8e9b2cc7d28442e491fb11e1786b3145feca

diff --git a/sci-libs/indilib/indilib-1.4.0.ebuild b/sci-libs/indilib/indilib-1.4.0.ebuild
deleted file mode 100644
index 7aad7ca17b1..00000000000
--- a/sci-libs/indilib/indilib-1.4.0.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="test"
-
-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
-}


             reply	other threads:[~2017-03-01 17:31 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 17:31 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06 20:09 [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ Andreas Sturmlechner
2024-07-23  3:40 Eli Schwartz
2024-07-03 19:22 Arthur Zamarin
2024-06-06 20:14 Andreas Sturmlechner
2024-06-06 20:14 Andreas Sturmlechner
2024-06-04 19:06 Arthur Zamarin
2024-04-22 18:09 Andreas Sturmlechner
2024-04-09 20:02 Andreas Sturmlechner
2024-04-06  5:34 Arthur Zamarin
2024-04-04 18:54 Arthur Zamarin
2024-04-04 18:54 Arthur Zamarin
2024-03-09 11:09 Jakov Smolić
2024-03-07 11:51 Sam James
2024-03-07  9:39 Andreas Sturmlechner
2024-02-05 20:50 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2023-12-08 20:56 Arthur Zamarin
2023-11-03 15:08 Arthur Zamarin
2023-10-20 11:30 Andreas Sturmlechner
2023-08-18  1:29 Sam James
2023-08-17  8:38 Arthur Zamarin
2023-07-28 11:28 Sam James
2023-07-25 14:05 Andreas Sturmlechner
2022-12-24 14:03 Andreas Sturmlechner
2022-12-24 14:01 Andreas Sturmlechner
2022-11-03  8:40 Andreas Sturmlechner
2022-11-03  8:08 Agostino Sarubbo
2022-11-03  7:59 Agostino Sarubbo
2022-11-02 12:26 Arthur Zamarin
2022-11-02 11:48 Arthur Zamarin
2022-10-05 20:47 Andreas Sturmlechner
2022-08-25  1:23 Sam James
2022-08-25  1:23 Sam James
2022-06-22 13:42 Andreas Sturmlechner
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 10:24 Andreas Sturmlechner
2022-06-22 10:14 Agostino Sarubbo
2022-06-21 19:09 Arthur Zamarin
2022-06-21 16:07 Jakov Smolić
2022-06-14 12:44 Andreas Sturmlechner
2022-06-14 12:44 Andreas Sturmlechner
2022-05-26 14:36 Andreas Sturmlechner
2022-04-21 13:00 Jakov Smolić
2022-04-20  6:37 Agostino Sarubbo
2022-04-20  6:37 Agostino Sarubbo
2022-03-25 19:59 Andreas Sturmlechner
2022-03-16 16:50 Andreas Sturmlechner
2022-02-23  9:42 Jakov Smolić
2022-02-17  7:33 Agostino Sarubbo
2022-02-16 20:02 Arthur Zamarin
2022-01-18 16:31 Andreas Sturmlechner
2021-12-28  2:29 Sam James
2021-12-17  8:37 Agostino Sarubbo
2021-12-16 22:20 Sam James
2021-11-29  8:14 Arthur Zamarin
2021-11-29  8:14 Arthur Zamarin
2021-11-26  4:32 Sam James
2021-11-25  4:26 Sam James
2021-11-25  0:12 Sam James
2021-11-15 13:07 Andreas Sturmlechner
2021-11-06  8:23 Jakov Smolić
2021-11-04  5:43 Yixun Lan
2021-10-02 11:26 Andreas Sturmlechner
2021-09-26 21:01 Sam James
2021-09-07  6:48 Andreas Sturmlechner
2021-09-07  4:48 Sam James
2021-09-07  4:48 Sam James
2021-09-07  4:48 Sam James
2021-08-03 23:37 Sam James
2021-07-26  6:54 Sam James
2021-07-18  0:36 Sam James
2021-07-14 13:44 Andreas Sturmlechner
2021-07-03 13:31 Andreas Sturmlechner
2021-06-21  6:17 Agostino Sarubbo
2021-05-16 23:45 Sam James
2021-05-16 23:40 Sam James
2021-04-27 17:32 Andreas Sturmlechner
2021-04-05 16:45 Sam James
2021-03-07  6:59 Joonas Niilola
2021-03-05 16:22 Andreas Sturmlechner
2021-03-05 16:22 Andreas Sturmlechner
2021-03-05  6:11 Joonas Niilola
2021-02-18 21:46 Sam James
2021-02-18 21:44 Sam James
2021-02-12 21:59 Andreas Sturmlechner
2021-02-03 20:19 Thomas Deutschmann
2021-01-17 11:52 David Seifert
2021-01-08 19:19 Andreas Sturmlechner
2021-01-08 19:19 Andreas Sturmlechner
2021-01-07 10:06 Sam James
2020-11-27  8:51 Andreas Sturmlechner
2020-11-17 20:42 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-09-06 16:46 Andreas Sturmlechner
2020-05-27 22:10 Andreas Sturmlechner
2020-05-27 22:10 Andreas Sturmlechner
2020-03-19 15:43 Andreas Sturmlechner
2020-03-01 22:02 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:44 Mikle Kolyada
2020-01-04 14:53 Andreas Sturmlechner
2020-01-01  7:55 Andreas Sturmlechner
2020-01-01  7:55 Andreas Sturmlechner
2019-12-09 15:25 Agostino Sarubbo
2019-12-04  0:44 Andreas Sturmlechner
2019-12-04  0:44 Andreas Sturmlechner
2019-11-20 20:59 Andreas Sturmlechner
2019-11-20 20:36 Andreas Sturmlechner
2019-01-16 16:13 Andreas Sturmlechner
2019-01-16 15:45 Mikle Kolyada
2018-12-23  1:25 Andreas Sturmlechner
2018-06-16  7:04 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-03-08 19:33 Mike Gilbert
2018-01-12 10:39 Michael Palimaka
2018-01-12 10:39 Michael Palimaka
2017-08-12 14:14 Michael Palimaka
2017-08-12 14:14 Michael Palimaka
2017-07-31 12:20 Tobias Klausmann
2017-07-30 15:10 Andreas Sturmlechner
2017-04-17  8:02 Agostino Sarubbo
2017-04-16 20:58 Agostino Sarubbo
2017-03-01 17:31 Johannes Huber
2017-02-26 14:28 Johannes Huber
2017-02-26 14:28 Johannes Huber
2016-11-19 19:44 Johannes Huber
2016-09-15 15:48 Michael Palimaka
2016-08-19 18:51 Michael Palimaka
2016-06-23 13:40 Michael Palimaka
2016-05-25  6:58 Johannes Huber
2016-05-25  6:58 Johannes Huber
2015-10-27 17:50 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1488389462.120ee4db558d3435b0979e94654ac35a125e90ba.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox