summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:22:19 +0200
committerCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:22:19 +0200
commit4268b0ee98a9882bae12ac2778b15ab98bb40ab1 (patch)
tree485f3e491ef9b264548edec7a19a1feb1cd990d1 /sci-astronomy
parent264ac5559c732346121f4ce256ce71bd26eca099 (diff)
downloadbrancik-overlay-4268b0ee98a9882bae12ac2778b15ab98bb40ab1.tar.gz
brancik-overlay-4268b0ee98a9882bae12ac2778b15ab98bb40ab1.tar.bz2
Removed qt4 eclass and added QT4 dependecies to sci-astronomy/qastrocam-g2 ebuild.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/qastrocam-g2/Manifest2
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild14
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-astronomy/qastrocam-g2/Manifest b/sci-astronomy/qastrocam-g2/Manifest
index dfce31b..df8e308 100644
--- a/sci-astronomy/qastrocam-g2/Manifest
+++ b/sci-astronomy/qastrocam-g2/Manifest
@@ -1 +1 @@
-EBUILD qastrocam-g2-9999.ebuild 666 SHA256 700c661e37d7b2acd47537a69dbe5d7c6f45140c75317eae244836d63eb252b0 SHA512 2a8c0cc19b0813a08ef1008905646552918376ca84ac822fcaca6f1179c5d639438c3045c90cf13e83159b54e3731f26f1cda58d6900c9e4b1378b7fc179bb33 WHIRLPOOL de9655000e6c3b9563e5097a2ec655b6cbe6f378f2096903520a8bea6de0eed5815e8b79dfd9f367233a5e0fc7e1af323475a447630febde3f8e081cc5550987
+EBUILD qastrocam-g2-9999.ebuild 705 SHA256 1d592ae1f1a6088c1fd5d7bdb44c95518f1defbc2ad6af2cea394b8f038fec03 SHA512 fc1ae9c82b85f98fa2416f6a09a1b7c07ac06beeef519231e8b04862b60bef8a5ee01b816b22d0c224a2cbaf3ecd7138cd761b18b45d96e3c146f8a8f9438543 WHIRLPOOL 8f5ce6c096307081eb4c5c7c6ee4f3cd49674045a05f321aa3501ffed7ebce9e5c1321d73c1f33780278b9ecc33be1361a98e9881e7182805b42b45d0bdecb17
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
index 83acf47..b29a3c8 100644
--- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
+++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit subversion qt4-r2 cmake-utils eutils
+inherit subversion cmake-utils eutils
DESCRIPTION="Astrophoto imaging and guiding software"
HOMEPAGE="http://sourceforge.net/projects/qastrocam-g2"
@@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg fits jpeg usb sdl"
-DEPEND="usb? ( virtual/libusb ) \
- fits? ( sci-libs/cfitsio ) \
- jpeg? ( virtual/jpeg ) \
- ffmpeg? ( virtual/ffmpeg ) \
- sdl? ( media-libs/libsdl )"
+DEPEND="dev-qt/qt-core \
+ dev-qt/qt-gui \
+ usb? ( virtual/libusb ) \
+ fits? ( sci-libs/cfitsio ) \
+ jpeg? ( virtual/jpeg ) \
+ ffmpeg? ( virtual/ffmpeg ) \
+ sdl? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"