summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-07-12 01:01:54 +0000
committerThomas Sachau <tommy@gentoo.org>2009-07-12 01:01:54 +0000
commitcfd5ed574b3b5becc5fbd17d67bb31500ab67834 (patch)
treeae4279064a2b62e018422ae6e1267d7facc2b056 /media-sound
parentmedia-sound/basicdsp: Whitespace (diff)
downloadsunrise-cfd5ed574b3b5becc5fbd17d67bb31500ab67834.tar.gz
sunrise-cfd5ed574b3b5becc5fbd17d67bb31500ab67834.tar.bz2
sunrise-cfd5ed574b3b5becc5fbd17d67bb31500ab67834.zip
media-sound/skype-call-recorder: Simplify, use EAPI-2 features, whitespace
svn path=/sunrise/; revision=8774
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/skype-call-recorder/ChangeLog6
-rw-r--r--media-sound/skype-call-recorder/Manifest4
-rw-r--r--media-sound/skype-call-recorder/skype-call-recorder-0.7.ebuild25
3 files changed, 11 insertions, 24 deletions
diff --git a/media-sound/skype-call-recorder/ChangeLog b/media-sound/skype-call-recorder/ChangeLog
index 28ee72438..94a570715 100644
--- a/media-sound/skype-call-recorder/ChangeLog
+++ b/media-sound/skype-call-recorder/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for media-sound/skype-call-recorder
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Jul 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ skype-call-recorder-0.7.ebuild:
+ Simplify, use EAPI-2 features, whitespace
+
22 Oct 2008; Jean-Luc Herren (jlh) <jlh@gmx.ch>
-skype-call-recorder-0.5.ebuild, +skype-call-recorder-0.7.ebuild:
Version bump, thanks to Tobias Kral for his suggestion
diff --git a/media-sound/skype-call-recorder/Manifest b/media-sound/skype-call-recorder/Manifest
index 235ee2d7d..ec1484425 100644
--- a/media-sound/skype-call-recorder/Manifest
+++ b/media-sound/skype-call-recorder/Manifest
@@ -1,4 +1,4 @@
DIST skype-call-recorder-0.7.tar.gz 83814 RMD160 158d48148602e2422981fd930b876a00c26cf261 SHA1 75eb8f2cf678ee6d96c1c8a05bd2e03699c675c7 SHA256 ae1aa2e6080e05ba5bdc792a9369f2bfdacefb3f45d43374471edbdc90bd3828
-EBUILD skype-call-recorder-0.7.ebuild 884 RMD160 9a9b56adc9a91a60b25b73fd980fccb985d6e148 SHA1 afafc001d1b6e0b8006f86b965b5877dc795e31f SHA256 378c040ee2ab4067e882be444fc3b2cf69140c62e5421e35d269989ed60e7843
-MISC ChangeLog 798 RMD160 55dae9a4098488b576585635876d82ee82cbacb0 SHA1 f30b4cdd0d5a2e6ab23f2bd365d012a794d3fdaf SHA256 4a0b6f9f466c09a7d6cba34032c90ae7f33154a25ef21596e6e9514ea1c86c55
+EBUILD skype-call-recorder-0.7.ebuild 530 RMD160 12f4fd5007917c17a8193d95d4097ed21a2f447c SHA1 3a4d62add8b9f091e7db9a5116a0e294a721f164 SHA256 f1c5a2943525497f6836c36a791835c92050fe896ebe367bbf6d83ebe2090379
+MISC ChangeLog 936 RMD160 60989e70b1f847abcd28cac8a4c1c32ab002181e SHA1 80c58ba31c4abb23b29b2f66e8f01c64b280aef1 SHA256 340a496f14e6f171e201d4dc680e35786295c99512393303afad76e3a887d308
MISC metadata.xml 284 RMD160 fdbc7ef7881367e201f273eb9db9ef921584275a SHA1 e72f5abf95c780c14c5082e67e299ecf68281268 SHA256 d533ae1b2e8fee6aee50e0dfb8ef947612ac52fb5441f317c211ed2322bc7638
diff --git a/media-sound/skype-call-recorder/skype-call-recorder-0.7.ebuild b/media-sound/skype-call-recorder/skype-call-recorder-0.7.ebuild
index b827c2d95..b6a8815fb 100644
--- a/media-sound/skype-call-recorder/skype-call-recorder-0.7.ebuild
+++ b/media-sound/skype-call-recorder/skype-call-recorder-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,27 +15,10 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-RDEPEND="
- || (
- x11-libs/qt-gui:4[dbus]
- =x11-libs/qt-4.3*:4
- )
+DEPEND="x11-libs/qt-gui:4[dbus]
media-sound/lame
media-libs/id3lib
>=media-libs/libvorbis-1.2.0
sys-apps/dbus"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4.8"
-
-QT4_BUILT_WITH_USE_CHECK="dbus"
-
-pkg_setup() {
- qt4_pkg_setup
-
- if built_with_use net-im/skype qt-static; then
- ewarn "WARNING: net-im/skype was built with the 'qt-static' USE flag! Skype Call"
- ewarn "Recorder won't be able to connect to Skype! Reinstall Skype without"
- ewarn "'qt-static' to make it work."
- fi
-}
-
+RDEPEND="${RDEPEND}
+ net-im/skype[-qt-static]"