jlec        15/03/21 18:45:47

  Modified:             mythtv-status-0.10.2.ebuild
                        mythtv-status-0.10.1.ebuild
                        mythtv-status-0.10.4.ebuild ChangeLog
  Log:
  use dobin instead of exeinto /usr/bin/ && doexe
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  media-tv/mythtv-status/mythtv-status-0.10.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild?r1=1.1&r2=1.2

Index: mythtv-status-0.10.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-status-0.10.2.ebuild 16 Feb 2013 22:38:43 -0000      1.1
+++ mythtv-status-0.10.2.ebuild 21 Mar 2015 18:45:47 -0000      1.2
@@ -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 @@
 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_install() {
-       exeinto /usr/bin
-       doexe bin/mythtv-status
+       dobin bin/mythtv-status
        doman "${FILESDIR}/mythtv-status.1"
 }



1.3                  media-tv/mythtv-status/mythtv-status-0.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild?r1=1.2&r2=1.3

Index: mythtv-status-0.10.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-status-0.10.1.ebuild 24 Jun 2012 00:15:31 -0000      1.2
+++ mythtv-status-0.10.1.ebuild 21 Mar 2015 18:45:47 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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.1.ebuild,v 
1.2 2012/06/24 00:15:31 cardoe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.1.ebuild,v 
1.3 2015/03/21 18:45:47 jlec Exp $
 
 EAPI=4
 
@@ -13,7 +13,8 @@
 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
@@ -31,6 +32,5 @@
 }
 
 src_install() {
-       exeinto /usr/bin
-       doexe bin/mythtv-status
+       dobin bin/mythtv-status
 }



1.2                  media-tv/mythtv-status/mythtv-status-0.10.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild?r1=1.1&r2=1.2

Index: mythtv-status-0.10.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-status-0.10.4.ebuild 6 Sep 2014 10:45:33 -0000       1.1
+++ mythtv-status-0.10.4.ebuild 21 Mar 2015 18:45:47 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 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.4.ebuild,v 
1.1 2014/09/06 10:45:33 rich0 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-tv/mythtv-status/mythtv-status-0.10.4.ebuild,v 
1.2 2015/03/21 18:45:47 jlec Exp $
 
 EAPI=5
 
@@ -14,7 +14,8 @@
 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,8 +33,7 @@
 }
 
 src_install() {
-       exeinto /usr/bin
-       doexe bin/mythtv-status
+       dobin bin/mythtv-status
        doman "${FILESDIR}/mythtv-status.1"
        dodoc README FAQ ChangeLog THANKS
 }



1.5                  media-tv/mythtv-status/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/mythtv-status/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Sep 2014 10:45:33 -0000       1.4
+++ ChangeLog   21 Mar 2015 18:45:47 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-tv/mythtv-status
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.4 
2014/09/06 10:45:33 rich0 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv-status/ChangeLog,v 1.5 
2015/03/21 18:45:47 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> mythtv-status-0.10.1.ebuild,
+  mythtv-status-0.10.2.ebuild, mythtv-status-0.10.4.ebuild:
+  use dobin instead of exeinto /usr/bin/ && doexe
 
 *mythtv-status-0.10.4 (06 Sep 2014)
 
@@ -21,4 +25,3 @@
   22 Jun 2012; Doug Goldstein <[email protected]> +mythtv-status-0.10.1.ebuild,
   +metadata.xml:
   Add initial version of mythtv-status script
-




Reply via email to