summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2010-01-03 15:05:30 +0000
committerSven Wegener <swegener@gentoo.org>2010-01-03 15:05:30 +0000
commite8782e1340008bbeea02ea4ce60b5b3fea2cb4bf (patch)
tree986e995f57c854a0395546afe84da0edf5abe63f /net-nntp
parentRemove old. (diff)
downloadgentoo-2-e8782e1340008bbeea02ea4ce60b5b3fea2cb4bf.tar.gz
gentoo-2-e8782e1340008bbeea02ea4ce60b5b3fea2cb4bf.tar.bz2
gentoo-2-e8782e1340008bbeea02ea4ce60b5b3fea2cb4bf.zip
Cleanup.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/nzbget/ChangeLog9
-rw-r--r--net-nntp/nzbget/files/nzbget-0.4.0-gcc-4.3.patch132
-rw-r--r--net-nntp/nzbget/nzbget-0.4.0-r1.ebuild83
-rw-r--r--net-nntp/nzbget/nzbget-0.4.0.ebuild44
-rw-r--r--net-nntp/nzbget/nzbget-0.4.1.ebuild81
-rw-r--r--net-nntp/nzbget/nzbget-0.5.1.ebuild81
-rw-r--r--net-nntp/nzbget/nzbget-0.6.0.ebuild6
7 files changed, 10 insertions, 426 deletions
diff --git a/net-nntp/nzbget/ChangeLog b/net-nntp/nzbget/ChangeLog
index c177f815a5f7..067d11a4f2dc 100644
--- a/net-nntp/nzbget/ChangeLog
+++ b/net-nntp/nzbget/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nntp/nzbget
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.27 2009/12/13 18:39:13 klausman Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/ChangeLog,v 1.28 2010/01/03 15:05:29 swegener Exp $
+
+ 03 Jan 2010; Sven Wegener <swegener@gentoo.org> -nzbget-0.4.0.ebuild,
+ -nzbget-0.4.0-r1.ebuild, -files/nzbget-0.4.0-gcc-4.3.patch,
+ -nzbget-0.4.1.ebuild, -nzbget-0.5.1.ebuild:
+ Cleanup.
13 Dec 2009; Tobias Klausmann <klausman@gentoo.org> nzbget-0.6.0.ebuild:
Stable on alpha, bug #292370
diff --git a/net-nntp/nzbget/files/nzbget-0.4.0-gcc-4.3.patch b/net-nntp/nzbget/files/nzbget-0.4.0-gcc-4.3.patch
deleted file mode 100644
index a28f30de7588..000000000000
--- a/net-nntp/nzbget/files/nzbget-0.4.0-gcc-4.3.patch
+++ /dev/null
@@ -1,132 +0,0 @@
---- nzbget-0.4.0/ArticleDownloader.cpp
-+++ nzbget-0.4.0/ArticleDownloader.cpp
-@@ -42,6 +42,7 @@
- #endif
- #include <sys/stat.h>
- #include <errno.h>
-+#include <stdio.h>
-
- #include "nzbget.h"
- #include "ArticleDownloader.h"
---- nzbget-0.4.0/Connection.cpp
-+++ nzbget-0.4.0/Connection.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #ifndef WIN32
- #include <netdb.h>
- #include <unistd.h>
---- nzbget-0.4.0/DownloadInfo.cpp
-+++ nzbget-0.4.0/DownloadInfo.cpp
-@@ -34,6 +34,8 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
-+#include <ctype.h>
- #include <sys/stat.h>
-
- #include "nzbget.h"
---- nzbget-0.4.0/Log.cpp
-+++ nzbget-0.4.0/Log.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #include <sys/stat.h>
- #include <stdarg.h>
-
---- nzbget-0.4.0/NNTPConnection.cpp
-+++ nzbget-0.4.0/NNTPConnection.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
-
- #include "nzbget.h"
- #include "Log.h"
---- nzbget-0.4.0/Frontend.cpp
-+++ nzbget-0.4.0/Frontend.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #ifndef WIN32
- #include <unistd.h>
- #include <arpa/inet.h>
---- nzbget-0.4.0/PrePostProcessor.cpp
-+++ nzbget-0.4.0/PrePostProcessor.cpp
-@@ -34,6 +34,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <ctype.h>
-+#include <stdio.h>
- #ifndef WIN32
- #include <unistd.h>
- #include <sys/wait.h>
---- nzbget-0.4.0/QueueEditor.cpp
-+++ nzbget-0.4.0/QueueEditor.cpp
-@@ -33,6 +33,8 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
-+#include <ctype.h>
- #ifndef WIN32
- #include <unistd.h>
- #include <sys/time.h>
---- nzbget-0.4.0/RemoteClient.cpp
-+++ nzbget-0.4.0/RemoteClient.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #ifdef WIN32
- #include <windows.h>
- #else
---- nzbget-0.4.0/Options.cpp
-+++ nzbget-0.4.0/Options.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #include <sys/stat.h>
- #ifdef WIN32
- #include <direct.h>
---- nzbget-0.4.0/QueueCoordinator.cpp
-+++ nzbget-0.4.0/QueueCoordinator.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #include <sys/stat.h>
- #ifndef WIN32
- #include <unistd.h>
---- nzbget-0.4.0/BinRpc.cpp
-+++ nzbget-0.4.0/BinRpc.cpp
-@@ -34,6 +34,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #ifndef WIN32
- #include <unistd.h>
- #include <sys/socket.h>
---- nzbget-0.4.0/XmlRpc.cpp
-+++ nzbget-0.4.0/XmlRpc.cpp
-@@ -33,6 +33,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <stdio.h>
- #ifndef WIN32
- #include <unistd.h>
- #include <sys/socket.h>
diff --git a/net-nntp/nzbget/nzbget-0.4.0-r1.ebuild b/net-nntp/nzbget/nzbget-0.4.0-r1.ebuild
deleted file mode 100644
index 67d0e9ae78f5..000000000000
--- a/net-nntp/nzbget/nzbget-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.4.0-r1.ebuild,v 1.4 2008/06/20 20:48:44 swegener Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="http://nzbget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="debug ncurses parcheck"
-
-DEPEND="dev-libs/libxml2
- parcheck? (
- app-arch/libpar2
- dev-libs/libsigc++:2
- )
- ncurses? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch
-
- sed \
- -e 's:^$MAINDIR=.*:$MAINDIR=/var/lib/nzbget:' \
- -e 's:^LockFile=.*:LockFile=/var/run/nzbget/nzbget.pid:' \
- -e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
- "${S}"/nzbget.conf.example >"${S}"/nzbgetd.conf.example \
- || die "sed nzbgetd.conf.example failed"
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ncurses curses) \
- $(use_enable parcheck) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-
- insinto /etc
- newins nzbget.conf.example nzbget.conf || die "newins failed"
- newins nzbgetd.conf.example nzbgetd.conf || die "newins failed"
-
- keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
- keepdir /var/{log,run}/nzbget
-
- newinitd "${FILESDIR}"/nzbget.initd nzbget
- newconfd "${FILESDIR}"/nzbget.confd nzbget
-
- dodoc AUTHORS ChangeLog README nzbget.conf.example || die "dodoc failed"
-}
-
-pkg_postinst() {
- enewgroup nzbget
- enewuser nzbget -1 -1 /var/lib/nzbget nzbget
-
- chown nzbget:nzbget "${ROOT}"/var/lib/nzbget/{dst,nzb,queue,tmp}
- chmod 750 "${ROOT}"/var/lib/nzbget/{queue,tmp}
- chmod 770 "${ROOT}"/var/lib/nzbget/{dst,nzb}
-
- chown nzbget:nzbget "${ROOT}"/var/{log,run}/nzbget
- chmod 750 "${ROOT}"/var/{log,run}/nzbget
-
- chown root:nzbget "${ROOT}"/etc/nzbgetd.conf
- chmod 640 "${ROOT}"/etc/nzbgetd.conf
-
- 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
-}
diff --git a/net-nntp/nzbget/nzbget-0.4.0.ebuild b/net-nntp/nzbget/nzbget-0.4.0.ebuild
deleted file mode 100644
index 903197abfff3..000000000000
--- a/net-nntp/nzbget/nzbget-0.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.4.0.ebuild,v 1.6 2008/06/20 20:48:44 swegener Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="http://nzbget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc x86"
-IUSE="debug ncurses parcheck"
-
-DEPEND="dev-libs/libxml2
- parcheck? (
- app-arch/libpar2
- dev-libs/libsigc++:2
- )
- ncurses? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-gcc-4.3.patch
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ncurses curses) \
- $(use_enable parcheck) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog README nzbget.conf.example || die "dodoc failed"
-}
diff --git a/net-nntp/nzbget/nzbget-0.4.1.ebuild b/net-nntp/nzbget/nzbget-0.4.1.ebuild
deleted file mode 100644
index b9c657cc5afb..000000000000
--- a/net-nntp/nzbget/nzbget-0.4.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.4.1.ebuild,v 1.1 2008/07/11 19:14:08 swegener Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="http://nzbget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="debug ncurses parcheck"
-
-DEPEND="dev-libs/libxml2
- parcheck? (
- app-arch/libpar2
- dev-libs/libsigc++:2
- )
- ncurses? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed \
- -e 's:^$MAINDIR=.*:$MAINDIR=/var/lib/nzbget:' \
- -e 's:^LockFile=.*:LockFile=/var/run/nzbget/nzbget.pid:' \
- -e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
- "${S}"/nzbget.conf.example >"${S}"/nzbgetd.conf.example \
- || die "sed nzbgetd.conf.example failed"
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ncurses curses) \
- $(use_enable parcheck) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-
- insinto /etc
- newins nzbget.conf.example nzbget.conf || die "newins failed"
- newins nzbgetd.conf.example nzbgetd.conf || die "newins failed"
-
- keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
- keepdir /var/{log,run}/nzbget
-
- newinitd "${FILESDIR}"/nzbget.initd nzbget
- newconfd "${FILESDIR}"/nzbget.confd nzbget
-
- dodoc AUTHORS ChangeLog README nzbget.conf.example || die "dodoc failed"
-}
-
-pkg_postinst() {
- enewgroup nzbget
- enewuser nzbget -1 -1 /var/lib/nzbget nzbget
-
- chown nzbget:nzbget "${ROOT}"/var/lib/nzbget/{dst,nzb,queue,tmp}
- chmod 750 "${ROOT}"/var/lib/nzbget/{queue,tmp}
- chmod 770 "${ROOT}"/var/lib/nzbget/{dst,nzb}
-
- chown nzbget:nzbget "${ROOT}"/var/{log,run}/nzbget
- chmod 750 "${ROOT}"/var/{log,run}/nzbget
-
- chown root:nzbget "${ROOT}"/etc/nzbgetd.conf
- chmod 640 "${ROOT}"/etc/nzbgetd.conf
-
- 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
-}
diff --git a/net-nntp/nzbget/nzbget-0.5.1.ebuild b/net-nntp/nzbget/nzbget-0.5.1.ebuild
deleted file mode 100644
index 15791df4565d..000000000000
--- a/net-nntp/nzbget/nzbget-0.5.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.5.1.ebuild,v 1.1 2008/10/04 16:40:09 swegener Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="http://nzbget.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="debug ncurses parcheck"
-
-DEPEND="dev-libs/libxml2
- parcheck? (
- app-arch/libpar2
- dev-libs/libsigc++:2
- )
- ncurses? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed \
- -e 's:^$MAINDIR=.*:$MAINDIR=/var/lib/nzbget:' \
- -e 's:^LockFile=.*:LockFile=/var/run/nzbget/nzbget.pid:' \
- -e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
- "${S}"/nzbget.conf.example >"${S}"/nzbgetd.conf.example \
- || die "sed nzbgetd.conf.example failed"
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ncurses curses) \
- $(use_enable parcheck) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-
- insinto /etc
- newins nzbget.conf.example nzbget.conf || die "newins failed"
- newins nzbgetd.conf.example nzbgetd.conf || die "newins failed"
-
- keepdir /var/lib/nzbget/{dst,nzb,queue,tmp}
- keepdir /var/{log,run}/nzbget
-
- newinitd "${FILESDIR}"/nzbget.initd nzbget
- newconfd "${FILESDIR}"/nzbget.confd nzbget
-
- dodoc AUTHORS ChangeLog README nzbget.conf.example || die "dodoc failed"
-}
-
-pkg_postinst() {
- enewgroup nzbget
- enewuser nzbget -1 -1 /var/lib/nzbget nzbget
-
- chown nzbget:nzbget "${ROOT}"/var/lib/nzbget/{dst,nzb,queue,tmp}
- chmod 750 "${ROOT}"/var/lib/nzbget/{queue,tmp}
- chmod 770 "${ROOT}"/var/lib/nzbget/{dst,nzb}
-
- chown nzbget:nzbget "${ROOT}"/var/{log,run}/nzbget
- chmod 750 "${ROOT}"/var/{log,run}/nzbget
-
- chown root:nzbget "${ROOT}"/etc/nzbgetd.conf
- chmod 640 "${ROOT}"/etc/nzbgetd.conf
-
- 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
-}
diff --git a/net-nntp/nzbget/nzbget-0.6.0.ebuild b/net-nntp/nzbget/nzbget-0.6.0.ebuild
index c925a73b3f19..ad91a76df55c 100644
--- a/net-nntp/nzbget/nzbget-0.6.0.ebuild
+++ b/net-nntp/nzbget/nzbget-0.6.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.6.0.ebuild,v 1.4 2009/12/13 18:39:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzbget/nzbget-0.6.0.ebuild,v 1.5 2010/01/03 15:05:29 swegener Exp $
EAPI="2"
inherit eutils
DESCRIPTION="A command-line based binary newsgrapper supporting .nzb files"
-HOMEPAGE="http://nzbget.sourceforge.net"
+HOMEPAGE="http://nzbget.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"