diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-04-16 11:09:46 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-04-16 11:09:46 +0000 |
commit | a76ac22ab349e54c853fb1f85fd6a7309d68c5df (patch) | |
tree | a5a86dd3129d9b796d8e36014a636a6a04ac7298 /net-nntp | |
parent | Version bump. Added src_test. Quoting. (diff) | |
download | gentoo-2-a76ac22ab349e54c853fb1f85fd6a7309d68c5df.tar.gz gentoo-2-a76ac22ab349e54c853fb1f85fd6a7309d68c5df.tar.bz2 gentoo-2-a76ac22ab349e54c853fb1f85fd6a7309d68c5df.zip |
Updating hellanzb.init to make it compatible with baselayout-2 and openrc.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/hellanzb/ChangeLog | 11 | ||||
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb.init | 2 | ||||
-rw-r--r-- | net-nntp/hellanzb/hellanzb-0.13-r4.ebuild (renamed from net-nntp/hellanzb/hellanzb-0.13-r3.ebuild) | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/net-nntp/hellanzb/ChangeLog b/net-nntp/hellanzb/ChangeLog index 7890c6e6fe4b..ced27699f45c 100644 --- a/net-nntp/hellanzb/ChangeLog +++ b/net-nntp/hellanzb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-nntp/hellanzb -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.4 2007/11/22 23:38:51 aballier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.5 2008/04/16 11:09:45 yngwin Exp $ + +*hellanzb-0.13-r4 (16 Apr 2008) + + 16 Apr 2008; Ben de Groot <yngwin@gentoo.org> files/hellanzb.init, + -hellanzb-0.13-r3.ebuild, +hellanzb-0.13-r4.ebuild: + Updating init script to make it compatible with baselayout-2 and openrc. + Revbump to force upgrade. *hellanzb-0.13-r3 (22 Nov 2007) diff --git a/net-nntp/hellanzb/files/hellanzb.init b/net-nntp/hellanzb/files/hellanzb.init index a5a8b94c68de..005f02b4a1ab 100644 --- a/net-nntp/hellanzb/files/hellanzb.init +++ b/net-nntp/hellanzb/files/hellanzb.init @@ -18,7 +18,7 @@ start() { export PATH="${PATH}:/opt/bin" start-stop-daemon --quiet --start -c ${HELLA_USER} \ -g ${HELLA_GROUP} \ - --exec /usr/bin/hellanzb.py -- \ + --exec /usr/bin/python /usr/bin/hellanzb.py -- \ -D -c ${HELLA_CONFIGFILE} ${HELLA_OPTS} &> /dev/null eend $? } diff --git a/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild index d8e2e93bce33..953fc95aba3c 100644 --- a/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild +++ b/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r3.ebuild,v 1.1 2007/11/22 23:38:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/hellanzb-0.13-r4.ebuild,v 1.1 2008/04/16 11:09:45 yngwin Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.hellanzb.com/distfiles/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="libnotify" RDEPEND=">=dev-python/twisted-2.0 |