summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-21 18:45:47 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-21 18:45:47 +0000
commit2909fe2ce8100f6800b468abb844b9e1ca302bdf (patch)
tree581aea804858c4b5add73552ce8d6c51401174b3 /media-tv/mythtv-status/mythtv-status-0.10.2.ebuild
parentuse dobin instead of exeinto /usr/bin/ && doexe (diff)
downloadgentoo-2-2909fe2ce8100f6800b468abb844b9e1ca302bdf.tar.gz
gentoo-2-2909fe2ce8100f6800b468abb844b9e1ca302bdf.tar.bz2
gentoo-2-2909fe2ce8100f6800b468abb844b9e1ca302bdf.zip
use dobin instead of exeinto /usr/bin/ && doexe
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-tv/mythtv-status/mythtv-status-0.10.2.ebuild')
-rw-r--r--media-tv/mythtv-status/mythtv-status-0.10.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild b/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild
index e668334be344..e9c1620f8f0d 100644
--- a/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild
+++ b/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild,v 1.1 2013/02/16 22:38:43 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild,v 1.2 2015/03/21 18:45:47 jlec Exp $
EAPI=5
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-perl/libwww-perl
+DEPEND="
+ dev-perl/libwww-perl
dev-perl/XML-LibXML
dev-perl/DateManip
dev-perl/MIME-tools
@@ -32,7 +33,6 @@ src_compile() {
}
src_install() {
- exeinto /usr/bin
- doexe bin/mythtv-status
+ dobin bin/mythtv-status
doman "${FILESDIR}/mythtv-status.1"
}