summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-21 21:54:33 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-21 21:54:33 +0000
commit4e9150c8c4d2ec1e70bef39f30c29440bafbac32 (patch)
tree3e584e788496901cc6c99746789faf6f5ad6abef /net-p2p
parentuse dosbin instead of exeinto /usr/sbin/ && doexe (diff)
downloadgentoo-2-4e9150c8c4d2ec1e70bef39f30c29440bafbac32.tar.gz
gentoo-2-4e9150c8c4d2ec1e70bef39f30c29440bafbac32.tar.bz2
gentoo-2-4e9150c8c4d2ec1e70bef39f30c29440bafbac32.zip
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!)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitflu/ChangeLog8
-rw-r--r--net-p2p/bitflu/bitflu-1.43.ebuild79
-rw-r--r--net-p2p/bitflu/bitflu-1.50.ebuild20
-rw-r--r--net-p2p/bitflu/bitflu-1.51.ebuild22
4 files changed, 23 insertions, 106 deletions
diff --git a/net-p2p/bitflu/ChangeLog b/net-p2p/bitflu/ChangeLog
index 3dbe6e23cbab..e08f23f489c8 100644
--- a/net-p2p/bitflu/ChangeLog
+++ b/net-p2p/bitflu/ChangeLog
@@ -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 <jlec@gentoo.org> -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 <vapier@gentoo.org> bitflu-1.43.ebuild:
Inherit the user eclass for enewuser/etc...
diff --git a/net-p2p/bitflu/bitflu-1.43.ebuild b/net-p2p/bitflu/bitflu-1.43.ebuild
deleted file mode 100644
index 4e53e715bcff..000000000000
--- a/net-p2p/bitflu/bitflu-1.43.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v 1.5 2014/01/08 06:28:48 vapier Exp $
-
-EAPI=4
-
-inherit eutils user
-
-DESCRIPTION="Bitflu is a 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"
-
-LICENSE="Artistic-2 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/Danga-Socket
- dev-perl/Sys-Syscall"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup bitflu
- enewuser bitflu -1 -1 /var/lib/bitflu bitflu
-}
-
-src_compile() {
-:
-}
-
-PLUGINS="/usr/lib/bitflu"
-HOMEDIR="/var/lib/bitflu"
-CONFDIR="/etc/bitflu"
-LOGDIR="/var/log/bitflu"
-
-src_install() {
- # executable daemon
- exeinto /usr/sbin
- doexe bitflu.pl
-
- # plugins
- dodir "${PLUGINS}"
- insinto "${PLUGINS}"
- doins -r plugins
-
- # working dir
- dodir "${HOMEDIR}"
- fowners bitflu:bitflu "${HOMEDIR}"
- fperms 775 "${HOMEDIR}"
-
- # config file
- dodir "${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
-
- # log file
- dodir "${LOGDIR}"
- fowners bitflu:bitflu "${LOGDIR}"
- fperms 775 "${LOGDIR}"
-
- # docs
- dodoc bitflu.config.example ChangeLog.txt CONTRIBUTING README_IPv6.txt \
- README.txt Documentation/bitflu-internals.txt
-
- newinitd "${FILESDIR}"/bitflu.initd bitflu
-}
-
-pkg_postinst() {
- ewarn "Note: At startup, or at the user's request, ${PN} (re)reads its"
- ewarn "configuration file and overwrites it with its own sanitized"
- ewarn "version. A backup is created in the configuration directory,"
- ewarn "/etc/${PN}, but that file will subseqently be overwritten if"
- ewarn "a further backup is made. You may want to keep your own backup."
- ewarn "A prestine example with comments may be found in /usr/share/doc/${P}."
-}
diff --git a/net-p2p/bitflu/bitflu-1.50.ebuild b/net-p2p/bitflu/bitflu-1.50.ebuild
index 347c423ecccb..b0ce65cbd2b3 100644
--- a/net-p2p/bitflu/bitflu-1.50.ebuild
+++ b/net-p2p/bitflu/bitflu-1.50.ebuild
@@ -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 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="dev-perl/Danga-Socket
+DEPEND="
+ dev-perl/Danga-Socket
dev-perl/Sys-Syscall"
RDEPEND="${DEPEND}"
@@ -24,9 +25,7 @@ pkg_setup() {
enewuser bitflu -1 -1 /var/lib/bitflu bitflu
}
-src_compile() {
-:
-}
+src_compile() { :; }
PLUGINS="/usr/lib/bitflu"
HOMEDIR="/var/lib/bitflu"
@@ -35,11 +34,9 @@ LOGDIR="/var/log/bitflu"
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 @@ src_install() {
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
diff --git a/net-p2p/bitflu/bitflu-1.51.ebuild b/net-p2p/bitflu/bitflu-1.51.ebuild
index 9b0599e65501..7d59c578c188 100644
--- a/net-p2p/bitflu/bitflu-1.51.ebuild
+++ b/net-p2p/bitflu/bitflu-1.51.ebuild
@@ -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 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-perl/Danga-Socket
+DEPEND="
+ dev-perl/Danga-Socket
dev-perl/Sys-Syscall"
RDEPEND="${DEPEND}"
@@ -24,9 +25,7 @@ pkg_setup() {
enewuser bitflu -1 -1 /var/lib/bitflu bitflu
}
-src_compile() {
-:
-}
+src_compile() { :; }
PLUGINS="/usr/lib/bitflu"
HOMEDIR="/var/lib/bitflu"
@@ -35,11 +34,9 @@ LOGDIR="/var/log/bitflu"
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 @@ src_install() {
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