summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2008-10-23 19:19:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2008-10-23 19:19:47 +0000
commit6d78d2b40a555383a9eb128dac9e9903e7c148e4 (patch)
tree4a33388929ecc1b9468e0ee767a8aa4741781e91 /net-misc/kanyremote
parentmedia-sound/skype-call-recorder: Version bump, thanks to Tobias Kral for his ... (diff)
downloadsunrise-6d78d2b40a555383a9eb128dac9e9903e7c148e4.tar.gz
sunrise-6d78d2b40a555383a9eb128dac9e9903e7c148e4.tar.bz2
sunrise-6d78d2b40a555383a9eb128dac9e9903e7c148e4.zip
Whitespacing all around the packages. Preparation for review.
svn path=/sunrise/; revision=7251
Diffstat (limited to 'net-misc/kanyremote')
-rw-r--r--net-misc/kanyremote/Manifest2
-rw-r--r--net-misc/kanyremote/kanyremote-5.4.ebuild10
2 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/kanyremote/Manifest b/net-misc/kanyremote/Manifest
index 4ca49d2d5..5d89c63cb 100644
--- a/net-misc/kanyremote/Manifest
+++ b/net-misc/kanyremote/Manifest
@@ -1,4 +1,4 @@
DIST kanyremote-5.4.tar.gz 528859 RMD160 75cb834cad0dba6d46b9e9ebdbde0438ab3ef29d SHA1 b0c3eb7e6afe7d2b147dac93b4445790aac9a2e9 SHA256 8ad13be8e7fca607e12895545c5adf516e41a195b117e6ad3f4407a102502756
-EBUILD kanyremote-5.4.ebuild 884 RMD160 1103b20cf3ef7d33ea7a71612424483df30280f3 SHA1 30879c2a3ead48fb72d75d283e65941514c2b513 SHA256 84531c5111c8f5ec343604fe326bb9d3ab1f7dbb606a4fac74e74d40571cb33d
+EBUILD kanyremote-5.4.ebuild 839 RMD160 747754c3d2b4c859532fc928a5448aeb0000b705 SHA1 2f3833e76e12f3d7395044944ce92767d161af14 SHA256 841247c418e3a315c6d0be4b4abb730c7cba8feb1543e7ee2bf22f3690d73a88
MISC ChangeLog 633 RMD160 79c5192712d7f1beca055724e2c15147e1397890 SHA1 a3bbcc71d6882b0f81ccd63110bfac49337fc00f SHA256 63ddd50bd28c7900f647e7ff3781851ad009fbdd3add9b80615d68692b13864f
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-misc/kanyremote/kanyremote-5.4.ebuild b/net-misc/kanyremote/kanyremote-5.4.ebuild
index 821799b5b..07875e0fb 100644
--- a/net-misc/kanyremote/kanyremote-5.4.ebuild
+++ b/net-misc/kanyremote/kanyremote-5.4.ebuild
@@ -16,7 +16,6 @@ IUSE=""
DEPEND=" >=net-misc/anyremote-4.4
>=dev-python/PyQt-3.17
>=dev-python/pykde-3.16"
-RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
@@ -25,11 +24,10 @@ src_install() {
}
pkg_postinst() {
- if ! built_with_use net-misc/anyremote bluetooth ; then
- echo
- ewarn "If you want to use bluetooth with kanyremote, you need to "
- ewarn "compile net-misc/anyremote with bluetooth use flag."
- echo
+ if ! built_with_use net-misc/anyremote bluetooth ; then
+ elog
+ elog "If you want to use bluetooth with kanyremote, you need to"
+ elog "compile net-misc/anyremote with bluetooth use flag."
fi
}