From 9ca82af9e1c638145f61ebf28ad3d5e8a26fc79d Mon Sep 17 00:00:00 2001 From: Ctibor Date: Sun, 10 Dec 2017 21:38:24 +0100 Subject: Bump sci-astronomy/lin_guider --- sci-astronomy/lin_guider/Manifest | 2 +- sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild | 34 ------------------------ sci-astronomy/lin_guider/lin_guider-4.2.0.ebuild | 34 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild create mode 100644 sci-astronomy/lin_guider/lin_guider-4.2.0.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/lin_guider/Manifest b/sci-astronomy/lin_guider/Manifest index 780465a..dff3986 100644 --- a/sci-astronomy/lin_guider/Manifest +++ b/sci-astronomy/lin_guider/Manifest @@ -1 +1 @@ -DIST lin_guider-4.0.0.tar.bz2 422650 SHA256 40b5a12f4801c3c291a68d87d996ea9fd21edaa1d5d13b5374b27adffd333a9f SHA512 2ae0743a4920c73a78a315758eb1b16430f30626abc1566b3142dcda936357780b840adcb1d3e4343ded2f0df78eee0efb494d3ced57925afaf0a94fcf75f6bf WHIRLPOOL bb4528820aa296ad759046ceb180beaa00851371cdbf710eb0fe41d14f5c5b37389cce926ce13ec19b3b64cf503744084fb17137043e6fc8ec6df88a224414e3 +DIST lin_guider-4.2.0.tar.bz2 454124 SHA256 2a67f1076d2238d7830d29e80a42881ba1943443a70ac248a85ee177681f7396 SHA512 0115e9d7698c434a89045a6fe158d29deb875be00bd1ba5f093599fd6299de4c5da3d8e1cde57be43a50468bd932b825ab1f3c9e87657a29ac6bd1bab464bc5f WHIRLPOOL 33d414d068a8fa591295f431cd38079cf06956565ce95a2a5e885e34bbddad0f9abfe9041108f972e7dcda5a9c98d3effa80b78f4634b5eb90d8e74c58bd9ff0 diff --git a/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild b/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild deleted file mode 100644 index af04b4f..0000000 --- a/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="Lin-guider is an astronomical autoguiding program for Linux." -HOMEPAGE="http://sourceforge.net/projects/linguider/" -SRC_URI="http://downloads.sourceforge.net/project/linguider/${PV}/${P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" - -IUSE="+qhy" - -SLOT="0" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - virtual/libusb:1" - -RDEPEND="${DEPEND} - sys-apps/fxload - dev-embedded/libftdi - qhy? ( sci-libs/libqhy )" - -S="${WORKDIR}/lin_guider_pack/lin_guider" - -src_install() { - dobin lin_guider || die - dodoc readme.en readme.ru ChangeLog || die -} diff --git a/sci-astronomy/lin_guider/lin_guider-4.2.0.ebuild b/sci-astronomy/lin_guider/lin_guider-4.2.0.ebuild new file mode 100644 index 0000000..af04b4f --- /dev/null +++ b/sci-astronomy/lin_guider/lin_guider-4.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qt4-r2 + +DESCRIPTION="Lin-guider is an astronomical autoguiding program for Linux." +HOMEPAGE="http://sourceforge.net/projects/linguider/" +SRC_URI="http://downloads.sourceforge.net/project/linguider/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" + +IUSE="+qhy" + +SLOT="0" + +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + virtual/libusb:1" + +RDEPEND="${DEPEND} + sys-apps/fxload + dev-embedded/libftdi + qhy? ( sci-libs/libqhy )" + +S="${WORKDIR}/lin_guider_pack/lin_guider" + +src_install() { + dobin lin_guider || die + dodoc readme.en readme.ru ChangeLog || die +} -- cgit v1.2.3