* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: bitflu-1.43.ebuild ChangeLog
@ 2012-05-02 10:20 Anthony G. Basile (blueness)
0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-05-02 10:20 UTC (permalink / raw
To: gentoo-commits
blueness 12/05/02 10:20:39
Modified: ChangeLog
Added: bitflu-1.43.ebuild
Log:
Version bump
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.13 net-p2p/bitflu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 10 Apr 2012 10:05:17 -0000 1.12
+++ ChangeLog 2 May 2012 10:20:39 -0000 1.13
@@ -1,5 +1,10 @@
+*bitflu-1.43 (02 May 2012)
+
+ 02 May 2012; Anthony G. Basile <blueness@gentoo.org> +bitflu-1.43.ebuild:
+ Version bump
+
10 Apr 2012; Anthony G. Basile <blueness@gentoo.org> -bitflu-1.38.ebuild,
-bitflu-1.39.ebuild, -bitflu-1.40.ebuild:
Remove older unstable versions
1.1 net-p2p/bitflu/bitflu-1.43.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.1&content-type=text/plain
Index: bitflu-1.43.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/05/02 10:20:39 blueness Exp $
EAPI=4
inherit eutils
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"
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}."
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: bitflu-1.43.ebuild ChangeLog
@ 2012-06-19 19:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-19 19:44 UTC (permalink / raw
To: gentoo-commits
ago 12/06/19 19:44:21
Modified: bitflu-1.43.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #422151
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.2 net-p2p/bitflu/bitflu-1.43.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?r1=1.1&r2=1.2
Index: bitflu-1.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitflu-1.43.ebuild 2 May 2012 10:20:39 -0000 1.1
+++ bitflu-1.43.ebuild 19 Jun 2012 19:44:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.1 2012/05/02 10:20:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v 1.2 2012/06/19 19:44:21 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="dev-perl/Danga-Socket
1.14 net-p2p/bitflu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 2 May 2012 10:20:39 -0000 1.13
+++ ChangeLog 19 Jun 2012 19:44:21 -0000 1.14
@@ -1,5 +1,8 @@
+ 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bitflu-1.43.ebuild:
+ Stable for amd64, wrt bug #422151
+
*bitflu-1.43 (02 May 2012)
02 May 2012; Anthony G. Basile <blueness@gentoo.org> +bitflu-1.43.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: bitflu-1.43.ebuild ChangeLog
@ 2012-06-20 7:11 Jeff Horelick (jdhore)
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-20 7:11 UTC (permalink / raw
To: gentoo-commits
jdhore 12/06/20 07:11:32
Modified: bitflu-1.43.ebuild ChangeLog
Log:
marked x86 per bug 422151
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.3 net-p2p/bitflu/bitflu-1.43.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?r1=1.2&r2=1.3
Index: bitflu-1.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitflu-1.43.ebuild 19 Jun 2012 19:44:21 -0000 1.2
+++ bitflu-1.43.ebuild 20 Jun 2012 07:11:32 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.2 2012/06/19 19:44:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v 1.3 2012/06/20 07:11:32 jdhore Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/Danga-Socket
1.15 net-p2p/bitflu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 19 Jun 2012 19:44:21 -0000 1.14
+++ ChangeLog 20 Jun 2012 07:11:32 -0000 1.15
@@ -1,5 +1,8 @@
+ 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> bitflu-1.43.ebuild:
+ marked x86 per bug 422151
+
19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> bitflu-1.43.ebuild:
Stable for amd64, wrt bug #422151
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: bitflu-1.43.ebuild ChangeLog
@ 2014-01-08 6:28 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-08 6:28 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/08 06:28:48
Modified: bitflu-1.43.ebuild ChangeLog
Log:
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.5 net-p2p/bitflu/bitflu-1.43.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild?r1=1.4&r2=1.5
Index: bitflu-1.43.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/bitflu-1.43.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitflu-1.43.ebuild 12 Jul 2012 01:41:55 -0000 1.4
+++ bitflu-1.43.ebuild 8 Jan 2014 06:28:48 -0000 1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.4 2012/07/12 01:41:55 blueness Exp $
+# $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
+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"
1.21 net-p2p/bitflu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitflu/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitflu/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 18 Sep 2012 13:31:05 -0000 1.20
+++ ChangeLog 8 Jan 2014 06:28:48 -0000 1.21
@@ -1,4 +1,6 @@
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> bitflu-1.43.ebuild:
+ Inherit the user eclass for enewuser/etc...
18 Sep 2012; Johannes Huber <johu@gentoo.org> bitflu-1.50.ebuild:
Stable for x86, wrt bug #433345
@@ -84,4 +86,3 @@
30 Jun 2011; Anthony G. Basile <blueness@gentoo.org> +bitflu-1.37.ebuild,
+files/bitflu.config, +files/bitflu.initd, +metadata.xml:
Initial commit
-
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-08 6:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 7:11 [gentoo-commits] gentoo-x86 commit in net-p2p/bitflu: bitflu-1.43.ebuild ChangeLog Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2014-01-08 6:28 Mike Frysinger (vapier)
2012-06-19 19:44 Agostino Sarubbo (ago)
2012-05-02 10:20 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox