summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-01-31 19:27:49 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-01-31 19:27:49 +0100
commit2ec543db5c4acd79fe1431fbdae520b03c65fb86 (patch)
tree5cc9f4a07c5cd20cfdbcb22c2759a660df0798aa /sci-astronomy
parentbe82ba1228b1d1924a291424648980a2210b5024 (diff)
downloadbrancik-overlay-2ec543db5c4acd79fe1431fbdae520b03c65fb86.tar.gz
brancik-overlay-2ec543db5c4acd79fe1431fbdae520b03c65fb86.tar.bz2
Made changes to practicaly all ebuilds. Now they should be perfectly according to gentoo guidelines.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/ccd/ccd-1.2.9.ebuild36
-rw-r--r--sci-astronomy/lin_guider/lin_guider-2.11.1.ebuild6
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild2
-rw-r--r--sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild12
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild17
5 files changed, 35 insertions, 38 deletions
diff --git a/sci-astronomy/ccd/ccd-1.2.9.ebuild b/sci-astronomy/ccd/ccd-1.2.9.ebuild
index 3e51a00..07b9591 100644
--- a/sci-astronomy/ccd/ccd-1.2.9.ebuild
+++ b/sci-astronomy/ccd/ccd-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-0.7.2.ebuild,v 1.6 2011/10/30 15:47:38 ssuominen Exp $
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- dev-libs/libusb:1
+ virtual/libusb:1
sys-apps/fxload
media-libs/libgphoto2
>=media-libs/libraw-0.9.1
@@ -23,8 +23,7 @@ RDEPEND="
media-libs/lcms
dev-qt/qtcore:4
dev-qt/qtgui:4
- || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 )
-"
+ || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}"
@@ -32,22 +31,21 @@ S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}/ccd-1.2.9-fix_helper_scripts_paths.patch")
src_compile() {
- qt4-r2_src_compile
- cd ${S}/shutter_procs/
- make
- cd ${S}
+ qt4-r2_src_compile
+ cd "${S}"/shutter_procs/
+ make
+ cd "${S}"
}
src_install() {
- dobin ccd
- exeinto /usr/libexec/ccd
- doexe shutter_procs/shutter
- doexe utils/qhy6reset.sh
- doexe utils/qhy8reset.sh
- doexe utils/qhy8lreset.sh
- doexe utils/qhy9reset.sh
- dodoc readme
- dodoc readme.en
- dodoc readme.ru
+ dobin ccd
+ exeinto /usr/libexec/ccd
+ doexe shutter_procs/shutter
+ doexe utils/qhy6reset.sh
+ doexe utils/qhy8reset.sh
+ doexe utils/qhy8lreset.sh
+ doexe utils/qhy9reset.sh
+ dodoc readme
+ dodoc readme.en
+ dodoc readme.ru
}
-
diff --git a/sci-astronomy/lin_guider/lin_guider-2.11.1.ebuild b/sci-astronomy/lin_guider/lin_guider-2.11.1.ebuild
index be734a2..d2884d0 100644
--- a/sci-astronomy/lin_guider/lin_guider-2.11.1.ebuild
+++ b/sci-astronomy/lin_guider/lin_guider-2.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -26,6 +26,6 @@ RDEPEND="${DEPEND} \
S="${WORKDIR}/lin_guider_pack/lin_guider"
src_install() {
- dobin lin_guider || die
- dodoc COPYING readme.en readme.ru ChangeLog || die
+ dobin lin_guider || die
+ dodoc readme.en readme.ru ChangeLog || die
} \ No newline at end of file
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
index c2dde15..9d7a8df 100644
--- a/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-1.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
diff --git a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
index 0093f29..dff6117 100644
--- a/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
+++ b/sci-astronomy/open-phd-guiding/open-phd-guiding-2.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -30,9 +30,9 @@ src_unpack() {
}
src_install() {
- /bin/sh ${S}/build/build_help.sh
- dohtml -r ${S}/help
- rm ${S}/locale/fr_FR/PHD2GuideHelp.zip
- dodoc PHD_2.0_Architecture.docx
- cmake-utils_src_install
+ /bin/sh "${S}"/build/build_help.sh
+ dohtml -r "${S}"/help
+ rm "${S}"/locale/fr_FR/PHD2GuideHelp.zip
+ dodoc PHD_2.0_Architecture.docx
+ cmake-utils_src_install
} \ No newline at end of file
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
index 2a28dab..42f6c88 100644
--- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
+++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -20,19 +20,18 @@ IUSE="ffmpeg fits jpeg usb sdl qhy"
DEPEND="dev-qt/qtcore
dev-qt/qtgui
qhy? (
- || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 )
- usb? ( virtual/libusb )
+ || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 )
+ usb? ( virtual/libusb )
)
- fits? ( sci-libs/cfitsio )
- jpeg? ( virtual/jpeg )
- ffmpeg? ( virtual/ffmpeg )
- sdl? ( media-libs/libsdl )
-"
+ fits? ( sci-libs/cfitsio )
+ jpeg? ( virtual/jpeg )
+ ffmpeg? ( virtual/ffmpeg )
+ sdl? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/qastrocam-g2-9999-do_not_install_qhy_driver.patch" )
src_unpack() {
- subversion_src_unpack
+ subversion_src_unpack
} \ No newline at end of file