public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nntp/nzbget: ChangeLog nzbget-9.1_pre538.ebuild nzbget-9.0.ebuild
@ 2013-01-08 18:33 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-01-08 18:33 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/01/08 18:33:58

  Modified:             ChangeLog nzbget-9.0.ebuild
  Added:                nzbget-9.1_pre538.ebuild
  Log:
  Version bump. Use checkpath in the init script (bug #436642).
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.54                 net-nntp/nzbget/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	16 Dec 2012 21:26:36 -0000	1.53
+++ ChangeLog	8 Jan 2013 18:33:58 -0000	1.54
@@ -1,6 +1,12 @@
 # ChangeLog for net-nntp/nzbget
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.53 2012/12/16 21:26:36 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.54 2013/01/08 18:33:58 radhermit Exp $
+
+*nzbget-9.1_pre538 (08 Jan 2013)
+
+  08 Jan 2013; Tim Harder <radhermit@gentoo.org> nzbget-9.0.ebuild,
+  +nzbget-9.1_pre538.ebuild, files/nzbget.initd:
+  Version bump. Use checkpath in the init script (bug #436642).
 
   16 Dec 2012; Tim Harder <radhermit@gentoo.org> -nzbget-9.0_pre511.ebuild,
   -nzbget-9.0_pre518.ebuild:



1.2                  net-nntp/nzbget/nzbget-9.0.ebuild

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

Index: nzbget-9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nzbget-9.0.ebuild	16 Dec 2012 21:25:42 -0000	1.1
+++ nzbget-9.0.ebuild	8 Jan 2013 18:33:58 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-9.0.ebuild,v 1.1 2012/12/16 21:25:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-9.0.ebuild,v 1.2 2013/01/08 18:33:58 radhermit Exp $
 
 EAPI="5"
 
@@ -80,7 +80,7 @@
 	rm "${D}"/usr/bin/nzbget-postprocess.sh
 
 	keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
-	keepdir /var/log/nzbget /run/nzbget
+	keepdir /var/log/nzbget
 
 	newinitd "${FILESDIR}"/nzbget.initd nzbget
 	newconfd "${FILESDIR}"/nzbget.confd nzbget
@@ -94,8 +94,8 @@
 	fperms 750 /var/lib/nzbget/{queue,tmp}
 	fperms 770 /var/lib/nzbget/{dst,nzb}
 
-	fowners nzbget:nzbget /var/log/nzbget /run/nzbget
-	fperms 750 /var/log/nzbget /run/nzbget
+	fowners nzbget:nzbget /var/log/nzbget
+	fperms 750 /var/log/nzbget
 
 	fowners root:nzbget /etc/nzbgetd.conf
 	fperms 640 /etc/nzbgetd.conf



1.1                  net-nntp/nzbget/nzbget-9.1_pre538.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/nzbget-9.1_pre538.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/nzbget/nzbget-9.1_pre538.ebuild?rev=1.1&content-type=text/plain

Index: nzbget-9.1_pre538.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-9.1_pre538.ebuild,v 1.1 2013/01/08 18:33:58 radhermit Exp $

EAPI="5"

inherit eutils autotools user

MY_P=${P/_pre/-testing-r}

DESCRIPTION="A command-line based binary newsgrapper supporting .nzb files"
HOMEPAGE="http://nzbget.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug gnutls ncurses parcheck ssl zlib "

RDEPEND="dev-libs/libxml2
	ncurses? ( sys-libs/ncurses )
	parcheck? (
		app-arch/libpar2
		dev-libs/libsigc++:2
	)
	ssl? (
		gnutls? ( net-libs/gnutls )
		!gnutls? ( dev-libs/openssl )
	)
	zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog README nzbget.conf )

S=${WORKDIR}/${P/_pre*/-testing}

src_prepare() {
	sed -i 's:^PostProcess=.*:#PostProcess=/usr/share/nzbget/nzbget-postprocess.sh:' \
		nzbget.conf || die

	sed -e 's:^MainDir=.*:MainDir=/var/lib/nzbget:' \
		-e 's:^LockFile=.*:LockFile=/run/nzbget/nzbget.pid:' \
		-e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
		"${S}"/nzbget.conf > "${S}"/nzbgetd.conf || die

	sed -i "/^dist_doc_DATA/d" Makefile.am || die

	epatch "${FILESDIR}"/${PN}-0.7.0-underlinking.patch
	epatch "${FILESDIR}"/${PN}-9.0_pre477-buffer-overflows.patch

	eautoreconf
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable ncurses curses) \
		$(use_enable parcheck) \
		$(use_enable ssl tls) \
		$(use_enable zlib gzip) \
		--with-tlslib=$(usex gnutls GnuTLS OpenSSL)
}

src_install() {
	default

	# remove unneeded service script
	rm "${D}"/usr/sbin/nzbgetd || die

	insinto /etc
	doins nzbget.conf
	doins nzbgetd.conf

	exeinto /usr/share/nzbget
	doexe nzbget-postprocess.sh

	# remove duplicate script/config
	rm "${D}"/usr/share/nzbget/nzbget.conf
	rm "${D}"/usr/bin/nzbget-postprocess.sh

	keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
	keepdir /var/log/nzbget

	newinitd "${FILESDIR}"/nzbget.initd nzbget
	newconfd "${FILESDIR}"/nzbget.confd nzbget
}

pkg_preinst() {
	enewgroup nzbget
	enewuser nzbget -1 -1 /var/lib/nzbget nzbget

	fowners nzbget:nzbget /var/lib/nzbget/{dst,nzb,queue,tmp}
	fperms 750 /var/lib/nzbget/{queue,tmp}
	fperms 770 /var/lib/nzbget/{dst,nzb}

	fowners nzbget:nzbget /var/log/nzbget
	fperms 750 /var/log/nzbget

	fowners root:nzbget /etc/nzbgetd.conf
	fperms 640 /etc/nzbgetd.conf
}

pkg_postinst() {
	elog
	elog "Please add users that you want to be able to use the system-wide"
	elog "nzbget daemon to the nzbget group. To access the daemon run nzbget"
	elog "with the --configfile /etc/nzbgetd.conf option."
	elog
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-08 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 18:33 [gentoo-commits] gentoo-x86 commit in net-nntp/nzbget: ChangeLog nzbget-9.1_pre538.ebuild nzbget-9.0.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox