summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-07 18:07:05 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2012-06-07 18:07:05 -0400
commit6eda7509d19e6944e5d0cfcf406fa2f4b399726b (patch)
tree281193f516012a67878447301397a1605428a685 /media-video
parentFixing description, thanks to Mr Chainsaw for the remark. (diff)
downloadArmageddon-6eda7509d19e6944e5d0cfcf406fa2f4b399726b.tar.gz
Armageddon-6eda7509d19e6944e5d0cfcf406fa2f4b399726b.tar.bz2
Armageddon-6eda7509d19e6944e5d0cfcf406fa2f4b399726b.zip
Minor fixes to SRC_URI. Removed die calls for helper functions.
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subdownloader/subdownloader-2.0.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/subdownloader/subdownloader-2.0.14.ebuild b/media-video/subdownloader/subdownloader-2.0.14.ebuild
index 1a448ef..a6ce204 100644
--- a/media-video/subdownloader/subdownloader-2.0.14.ebuild
+++ b/media-video/subdownloader/subdownloader-2.0.14.ebuild
@@ -8,7 +8,7 @@ inherit python eutils
DESCRIPTION="GUI application for automatic downloading/uploading of subtitles for videofiles"
HOMEPAGE="http://www.subdownloader.net/"
-SRC_URI="http://launchpad.net/subdownloader/trunk/${PV}/+download/${P}.tar.gz"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -27,6 +27,6 @@ src_install() {
dosym /usr/$(get_libdir)/subdownloader/run.py /usr/bin/subdownloader
doman subdownloader.1
dodoc README ChangeLog
- doicon gui/images/subdownloader.png || die "doicon failed"
- domenu subdownloader.desktop || die "domenu failed"
+ doicon gui/images/subdownloader.png
+ domenu subdownloader.desktop
}