jlec        15/03/21 21:54:33

  Modified:             bitflu-1.50.ebuild bitflu-1.51.ebuild ChangeLog
  Removed:              bitflu-1.43.ebuild
  Log:
  use dosbin instead of exeinto /usr/sbin/ && doexe; Bump EAPI
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  net-p2p/bitflu/bitflu-1.50.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.50.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.50.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.50.ebuild?r1=1.3&r2=1.4

Index: bitflu-1.50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.50.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitflu-1.50.ebuild  18 Sep 2012 13:31:05 -0000      1.3
+++ bitflu-1.50.ebuild  21 Mar 2015 21:54:33 -0000      1.4
@@ -1,12 +1,12 @@
-# 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/net-p2p/bitflu/bitflu-1.50.ebuild,v 1.3 
2012/09/18 13:31:05 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.50.ebuild,v 1.4 
2015/03/21 21:54:33 jlec Exp $
 
 EAPI=4
 
 inherit user
 
-DESCRIPTION="Bitflu is a BitTorrent client, written in Perl and is designed to 
run as a daemon"
+DESCRIPTION="BitTorrent client, written in Perl and is designed to run as a 
daemon"
 HOMEPAGE="http://bitflu.workaround.ch";
 SRC_URI="http://bitflu.workaround.ch/bitflu/${P}.tgz";
 
@@ -15,7 +15,8 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-perl/Danga-Socket
+DEPEND="
+       dev-perl/Danga-Socket
        dev-perl/Sys-Syscall"
 RDEPEND="${DEPEND}"
 
@@ -24,9 +25,7 @@
        enewuser bitflu -1 -1 /var/lib/bitflu bitflu
 }
 
-src_compile() {
-:
-}
+src_compile() { :; }
 
 PLUGINS="/usr/lib/bitflu"
 HOMEDIR="/var/lib/bitflu"
@@ -35,11 +34,9 @@
 
 src_install() {
        # executable daemon
-       exeinto /usr/sbin
-       doexe bitflu.pl
+       dosbin bitflu.pl
 
        # plugins
-       dodir "${PLUGINS}"
        insinto "${PLUGINS}"
        doins -r plugins
 
@@ -49,10 +46,9 @@
        fperms 775 "${HOMEDIR}"
 
        # config file
-       dodir "${CONFDIR}"
+       insinto "${CONFDIR}"
        fowners bitflu:bitflu "${CONFDIR}"
        fperms 775 "${CONFDIR}"
-       insinto "${CONFDIR}"
        doins "${FILESDIR}"/bitflu.config
        fowners bitflu:bitflu "${CONFDIR}"/bitflu.config
        fperms 664 "${CONFDIR}"/bitflu.config



1.2                  net-p2p/bitflu/bitflu-1.51.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.51.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.51.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.51.ebuild?r1=1.1&r2=1.2

Index: bitflu-1.51.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.51.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitflu-1.51.ebuild  3 Mar 2014 12:39:07 -0000       1.1
+++ bitflu-1.51.ebuild  21 Mar 2015 21:54:33 -0000      1.2
@@ -1,12 +1,12 @@
-# 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/net-p2p/bitflu/bitflu-1.51.ebuild,v 1.1 
2014/03/03 12:39:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.51.ebuild,v 1.2 
2015/03/21 21:54:33 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit user
 
-DESCRIPTION="Bitflu is a BitTorrent client, written in Perl and is designed to 
run as a daemon"
+DESCRIPTION="BitTorrent client, written in Perl and is designed to run as a 
daemon"
 HOMEPAGE="http://bitflu.workaround.ch";
 SRC_URI="http://bitflu.workaround.ch/bitflu/${P}.tgz";
 
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-perl/Danga-Socket
+DEPEND="
+       dev-perl/Danga-Socket
        dev-perl/Sys-Syscall"
 RDEPEND="${DEPEND}"
 
@@ -24,9 +25,7 @@
        enewuser bitflu -1 -1 /var/lib/bitflu bitflu
 }
 
-src_compile() {
-:
-}
+src_compile() { :; }
 
 PLUGINS="/usr/lib/bitflu"
 HOMEDIR="/var/lib/bitflu"
@@ -35,11 +34,9 @@
 
 src_install() {
        # executable daemon
-       exeinto /usr/sbin
-       doexe bitflu.pl
+       dosbin bitflu.pl
 
        # plugins
-       dodir "${PLUGINS}"
        insinto "${PLUGINS}"
        doins -r plugins
 
@@ -49,10 +46,9 @@
        fperms 775 "${HOMEDIR}"
 
        # config file
-       dodir "${CONFDIR}"
+       insinto "${CONFDIR}"
        fowners bitflu:bitflu "${CONFDIR}"
        fperms 775 "${CONFDIR}"
-       insinto "${CONFDIR}"
        doins "${FILESDIR}"/bitflu.config
        fowners bitflu:bitflu "${CONFDIR}"/bitflu.config
        fperms 664 "${CONFDIR}"/bitflu.config



1.23                 net-p2p/bitflu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 Mar 2014 12:39:07 -0000       1.22
+++ ChangeLog   21 Mar 2015 21:54:33 -0000      1.23
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bitflu
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v 1.22 2014/03/03 
12:39:07 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v 1.23 2015/03/21 
21:54:33 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> -bitflu-1.43.ebuild,
+  bitflu-1.50.ebuild, bitflu-1.51.ebuild:
+  use dosbin instead of exeinto /usr/sbin/ && doexe; Bump EAPI
 
   08 Jan 2014; Mike Frysinger <[email protected]> bitflu-1.43.ebuild:
   Inherit the user eclass for enewuser/etc...




Reply via email to