diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 09:30:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 09:30:18 +0000 |
commit | a5601e1ce5d10c7e415d3ed54d4f0158a7e88765 (patch) | |
tree | 98aafcb3477f0ec65a69f25ce5025ad0880e8cb6 /net-nntp | |
parent | Version bump. (diff) | |
download | gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.tar.gz gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.tar.bz2 gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.zip |
remove old
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/hellanzb/ChangeLog | 7 | ||||
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch | 11 | ||||
-rw-r--r-- | net-nntp/hellanzb/hellanzb-0.13-r5.ebuild | 61 | ||||
-rw-r--r-- | net-nntp/hellanzb/hellanzb-0.13-r6.ebuild | 62 |
4 files changed, 6 insertions, 135 deletions
diff --git a/net-nntp/hellanzb/ChangeLog b/net-nntp/hellanzb/ChangeLog index 90c0b7ba9c6e..c3265815d098 100644 --- a/net-nntp/hellanzb/ChangeLog +++ b/net-nntp/hellanzb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-nntp/hellanzb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.12 2009/03/18 07:11:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/hellanzb/ChangeLog,v 1.13 2009/08/05 09:30:18 aballier Exp $ + + 05 Aug 2009; Alexis Ballier <aballier@gentoo.org> + -hellanzb-0.13-r5.ebuild, -hellanzb-0.13-r6.ebuild, + -files/hellanzb-0.13-strip-extra-space-in-group.patch: + remove old 18 Mar 2009; Joseph Jezak <josejx@gentoo.org> hellanzb-0.13-r7.ebuild: Marked ~ppc for bug #251525. diff --git a/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch b/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch deleted file mode 100644 index aa13894189c3..000000000000 --- a/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- hellanzb-0.13-orig/Hellanzb/NZBLeecher/NZBParser.py 2008-06-18 15:41:16.000000000 +0200 -+++ hellanzb-0.13/Hellanzb/NZBLeecher/NZBParser.py 2008-06-18 15:42:39.000000000 +0200 -@@ -149,7 +149,7 @@ - self.fileNeedsDownload = None - - elif name == 'group': -- newsgroup = self.parseUnicode(''.join(self.chars)) -+ newsgroup = self.parseUnicode(''.join(self.chars)).strip() - self.file.groups.append(newsgroup) - - self.chars = None diff --git a/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild deleted file mode 100644 index 5adb21c9e040..000000000000 --- a/net-nntp/hellanzb/hellanzb-0.13-r5.ebuild +++ /dev/null @@ -1,61 +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/hellanzb/hellanzb-0.13-r5.ebuild,v 1.2 2008/06/01 22:20:11 aballier Exp $ - -inherit distutils eutils - -DESCRIPTION="Retrieves and processes .nzb files" -HOMEPAGE="http://www.hellanzb.com/" -SRC_URI="http://www.hellanzb.com/distfiles/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify ssl" - -RDEPEND=">=dev-python/twisted-2.0 - dev-python/twisted-web - || ( app-arch/unrar - app-arch/rar ) - app-arch/par2cmdline - ssl? ( dev-python/pyopenssl ) - libnotify? ( dev-python/notify-python )" - -DEPEND="" - -DOCS="CHANGELOG CREDITS PKG-INFO README" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-datafiles.patch" - epatch "${FILESDIR}/${P}-Fix_conf_file_search_path.patch" - epatch "${FILESDIR}/${P}-Choose_interface_to_bind_on.patch" - epatch "${FILESDIR}/${P}-fix_multiples_hosts.diff" -} - -src_install() { - distutils_src_install - - newconfd "${FILESDIR}/hellanzb.conf" hellanzb - newinitd "${FILESDIR}/hellanzb.init" hellanzb - - insinto etc - doins etc/hellanzb.conf.sample -} - -pkg_postinst() { - elog "You can start hellanzb in the background automatically by using" - elog "the init-script. To do this, add it to your default runlevel:" - elog "" - elog " rc-update add hellanzb default" - elog "" - elog "Use this command to start the daemon now:" - elog "" - elog " /etc/init.d/hellanzb start" - elog "" - elog "You will have to config /etc/conf.d/hellanzb before the init-script" - elog "will work. It is recommended that you change the user under which" - elog "the daemon will run." -} diff --git a/net-nntp/hellanzb/hellanzb-0.13-r6.ebuild b/net-nntp/hellanzb/hellanzb-0.13-r6.ebuild deleted file mode 100644 index 2629b6ec119e..000000000000 --- a/net-nntp/hellanzb/hellanzb-0.13-r6.ebuild +++ /dev/null @@ -1,62 +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/hellanzb/hellanzb-0.13-r6.ebuild,v 1.1 2008/06/18 14:05:56 yngwin Exp $ - -inherit distutils eutils - -DESCRIPTION="Retrieves and processes .nzb files" -HOMEPAGE="http://www.hellanzb.com/" -SRC_URI="http://www.hellanzb.com/distfiles/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libnotify ssl" - -RDEPEND=">=dev-python/twisted-2.0 - dev-python/twisted-web - || ( app-arch/unrar - app-arch/rar ) - app-arch/par2cmdline - ssl? ( dev-python/pyopenssl ) - libnotify? ( dev-python/notify-python )" - -DEPEND="" - -DOCS="CHANGELOG CREDITS PKG-INFO README" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-datafiles.patch" - epatch "${FILESDIR}/${P}-Fix_conf_file_search_path.patch" - epatch "${FILESDIR}/${P}-Choose_interface_to_bind_on.patch" - epatch "${FILESDIR}/${P}-fix_multiples_hosts.diff" - epatch "${FILESDIR}/${P}-strip-extra-space-in-group.patch" -} - -src_install() { - distutils_src_install - - newconfd "${FILESDIR}/hellanzb.conf" hellanzb - newinitd "${FILESDIR}/hellanzb.init" hellanzb - - insinto etc - doins etc/hellanzb.conf.sample -} - -pkg_postinst() { - elog "You can start hellanzb in the background automatically by using" - elog "the init-script. To do this, add it to your default runlevel:" - elog "" - elog " rc-update add hellanzb default" - elog "" - elog "Use this command to start the daemon now:" - elog "" - elog " /etc/init.d/hellanzb start" - elog "" - elog "You will have to config /etc/conf.d/hellanzb before the init-script" - elog "will work. It is recommended that you change the user under which" - elog "the daemon will run." -} |