public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/
Date: Wed, 22 Nov 2017 20:39:16 +0000 (UTC)	[thread overview]
Message-ID: <1511383132.41fbe302919373f8e012d9d1cb9c84958178e686.swegener@gentoo> (raw)

commit:     41fbe302919373f8e012d9d1cb9c84958178e686
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Nov 18 23:22:55 2017 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 20:38:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fbe302

net-nntp/nzbget: remove old

Package-Manager: Portage-2.3.14, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6229

 net-nntp/nzbget/Manifest                   |   1 -
 net-nntp/nzbget/nzbget-20.0_pre2075.ebuild | 121 -----------------------------
 2 files changed, 122 deletions(-)

diff --git a/net-nntp/nzbget/Manifest b/net-nntp/nzbget/Manifest
index c3e4f00761e..22bd0d21337 100644
--- a/net-nntp/nzbget/Manifest
+++ b/net-nntp/nzbget/Manifest
@@ -1,5 +1,4 @@
 DIST nzbget-14.1.tar.gz 1332334 SHA256 a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18 SHA512 fae938529bb3968c0161f63ec3af07f844a8128b61abf6298457a4878ac0d47541d76730c8a068509fa091b102de07c9d28dcd668a8192fcfac60980f69be56d WHIRLPOOL 9e9636b67d0af7780d2cc8f897465f5a2e23cd8695b3bd982e3e9f78d68adb34f84faf59253044c7b2f95db737cf59207b35cf312d1f1825fe4b9ecce2e4014f
 DIST nzbget-19.1.tar.gz 1809849 SHA256 06df42356ac2d63bbc9f7861abe9c3216df56fa06802e09e8a50b05f4ad95ce6 SHA512 3ba7cd7f7fec28e29129be0a1ca5879a0593bc54be49e3776e84eeb7804377eec47106aa2371b31dec7d9152301d68b199ce9e66db714195defc8e15ef636532 WHIRLPOOL 157168fde3152a02d4f1d8b257998851b05b6c1dcb0a839868f0d85859ae9539ef6281035c44ccdbc981ec6f093f28f8333cc40c4871e4d7f415658a5599f5aa
-DIST nzbget-20.0_pre2075.tar.gz 1817105 SHA256 0fcb83077c878db13e13590690a873d14c5ef62df777bb80ac9f105034388750 SHA512 d386b61dee32e3f30d580eba484f1431fb29ced31e63adc6135f88e603993502e3d93f2d36a3ce654492a014a51c07451361c1954c62e7ccc439d2a3fc48554f WHIRLPOOL e37b53aa596b094e3b2e783b365e4bc421d0a8b35bb8aaea5de201da55d3fd0b9c3c25122476313900ff02fa982b8a56261af0cd467a385bae7791c437ed5172
 DIST nzbget-20.0_pre2108.tar.gz 1820172 SHA256 6889079774f847334dbecf0c4e700eaab51bb61025df06c3a372947e85e0aee1 SHA512 4abdab3d45829eb5574d2cb6b532372ba0a9c62a701acdebe498b71466f7ac8c7b47aa85ed80c1132c10e86b829c48dd6df4826d20f542a7a935aaa958ba0222 WHIRLPOOL 723e3da5d6d16002539f792f3a4a78b8e3ba821839093b667470c2ae94e6b3c7ee62994a5ee8630eb7362825a04d4d16ae3100f149b8ba182cf6928fc214109c
 DIST nzbget-20.0_pre2159.tar.gz 1840392 SHA256 b7d465a99df7f4be89a952cbc58e2f18148ff260430ff518c1e81fb93dd1d00d SHA512 31799b2164db748389b7a2895d8571543aaf2e4324017b1adcb4eb44ad2046a0b488fb29a2c77b1d4963b858f7ec614d78eb541090b0889bef634d6d0461a50c WHIRLPOOL 4cff2f6204cd1634994fdc9a65f8c47350a8e7b30fc38767103ffac8255565d87b73e9eaef4de8bb0f78eb1f60bbd2b8aa436f7b796e97890dc999bf84f366a9

diff --git a/net-nntp/nzbget/nzbget-20.0_pre2075.ebuild b/net-nntp/nzbget/nzbget-20.0_pre2075.ebuild
deleted file mode 100644
index c6d86f04383..00000000000
--- a/net-nntp/nzbget/nzbget-20.0_pre2075.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic user
-
-MY_PV=${PV/_pre/-r}
-MY_P=${PN}-${PV/_pre/-testing-r}
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="https://nzbget.net/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-src.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug gnutls ncurses parcheck ssl test zlib"
-
-RDEPEND="dev-libs/libxml2
-	ncurses? ( sys-libs/ncurses:0= )
-	ssl? (
-		gnutls? (
-			net-libs/gnutls:=
-			dev-libs/nettle:=
-		)
-		!gnutls? ( dev-libs/openssl:0= )
-	)
-	zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-DOCS=( ChangeLog README nzbget.conf )
-
-S=${WORKDIR}/${PN}-${PV/_pre*/-testing}
-
-check_compiler() {
-	if [[ ${MERGE_TYPE} != binary ]] && ! test-flag-CXX -std=c++14; then
-		eerror "${P} requires a C++14-capable compiler. Your current compiler"
-		eerror "does not seem to support the -std=c++14 option. Please"
-		eerror "upgrade to gcc-4.9 or an equivalent version supporting C++14."
-		die "The currently active compiler does not support -std=c++14"
-	fi
-}
-
-pkg_pretend() {
-	check_compiler
-}
-
-pkg_setup() {
-	check_compiler
-}
-
-src_prepare() {
-	default
-	eautoreconf
-
-	sed -i 's:^ScriptDir=.*:ScriptDir=/usr/share/nzbget/ppscripts:' 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:' \
-		-e 's:^WebDir=.*:WebDir=/usr/share/nzbget/webui:' \
-		-e 's:^ConfigTemplate=.*:ConfigTemplate=/usr/share/nzbget/nzbget.conf:' \
-		-e 's:^DaemonUsername=.*:DaemonUsername=nzbget:' \
-		nzbget.conf > nzbgetd.conf || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable debug) \
-		$(use_enable ncurses curses) \
-		$(use_enable parcheck) \
-		$(use_enable ssl tls) \
-		$(use_enable zlib gzip) \
-		$(use_enable test tests) \
-		--with-tlslib=$(usex gnutls GnuTLS OpenSSL)
-}
-
-src_test() {
-	./nzbget --tests || die "Tests failed"
-}
-
-src_install() {
-	default
-
-	insinto /etc
-	doins nzbget.conf
-	doins nzbgetd.conf
-
-	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 nzbget:nzbget /etc/nzbgetd.conf
-	fperms 640 /etc/nzbgetd.conf
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		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
-	fi
-}


             reply	other threads:[~2017-11-22 20:39 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-22 20:39 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-19  0:33 [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/ Louis Sautier
2025-03-19  0:33 Louis Sautier
2025-03-09 23:31 Louis Sautier
2025-03-09 23:31 Louis Sautier
2025-02-24 22:17 Louis Sautier
2024-09-16 23:55 Jakov Smolić
2024-09-16 23:55 Jakov Smolić
2024-09-16  8:52 Louis Sautier
2024-09-16  8:52 Louis Sautier
2023-06-23  2:14 Sam James
2023-06-23  2:14 Sam James
2023-06-23  2:14 Sam James
2022-09-24  7:15 Arthur Zamarin
2022-08-24 10:42 Louis Sautier
2022-08-17  7:06 Agostino Sarubbo
2022-08-17  4:04 Sam James
2022-08-16  7:46 Agostino Sarubbo
2022-08-16  7:44 Agostino Sarubbo
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-06-03 20:32 Louis Sautier
2021-06-03 20:32 Louis Sautier
2021-03-29 14:50 Sam James
2021-02-26 20:58 Agostino Sarubbo
2021-02-24 16:22 Sam James
2021-02-15 15:40 Thomas Deutschmann
2020-10-03 21:33 Louis Sautier
2020-10-03 21:33 Louis Sautier
2019-05-02 23:08 Louis Sautier
2019-05-02 23:08 Louis Sautier
2019-03-25 10:54 Louis Sautier
2018-10-29 22:21 Louis Sautier
2018-07-31  0:24 Mikle Kolyada
2018-07-21 16:02 Mikle Kolyada
2018-07-20 23:18 Sergei Trofimovich
2018-07-20 22:40 Thomas Deutschmann
2018-06-18 10:34 Louis Sautier
2018-06-09 13:38 Michał Górny
2018-06-09 13:38 Michał Górny
2018-04-28 21:03 Patrice Clement
2018-04-28 21:03 Patrice Clement
2018-04-09 21:07 Sven Wegener
2018-04-09 21:07 Sven Wegener
2017-11-22 20:39 Sven Wegener
2017-10-27 21:30 Patrice Clement
2017-10-03 23:56 Sven Wegener
2017-09-02 22:55 Michał Górny
2017-09-02 22:55 Michał Górny
2017-07-22 15:48 Sven Wegener
2017-07-22 15:48 Sven Wegener
2017-06-30 13:16 Patrice Clement
2017-06-22 20:39 Sven Wegener
2017-06-22 20:39 Sven Wegener
2017-06-22 20:39 Sven Wegener
2017-06-22 20:39 Sven Wegener
2017-03-07  9:14 David Seifert
2017-03-07  9:14 David Seifert
2017-01-29 22:55 David Seifert
2017-01-29 22:55 David Seifert
2016-11-08 16:30 Sven Wegener
2016-11-08 16:30 Sven Wegener
2016-09-18 15:23 Sven Wegener
2016-09-18 15:23 Sven Wegener
2016-08-04  5:12 Göktürk Yüksek
2016-08-04  5:12 Göktürk Yüksek
2016-06-08 21:39 Sven Wegener
2016-06-08 21:39 Sven Wegener
2016-04-11 20:21 Patrice Clement
2016-03-27 17:32 Michael Palimaka
2016-03-24 16:36 Sven Wegener
2016-01-07  8:53 Patrice Clement
2015-12-22  0:03 Patrice Clement
2015-09-15  0:41 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511383132.41fbe302919373f8e012d9d1cb9c84958178e686.swegener@gentoo \
    --to=swegener@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox