summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-11-14 20:54:07 +0000
committerJohannes Huber <johu@gentoo.org>2012-11-14 20:54:07 +0000
commit912938ed4d32c6439b5aad7a5f5bac2e9f1cf875 (patch)
tree0d4b8e8910989bedd55aca777dfc7c703337d71f /net-nntp
parentStable for x86, wrt bug #441492 (diff)
downloadgentoo-2-912938ed4d32c6439b5aad7a5f5bac2e9f1cf875.tar.gz
gentoo-2-912938ed4d32c6439b5aad7a5f5bac2e9f1cf875.tar.bz2
gentoo-2-912938ed4d32c6439b5aad7a5f5bac2e9f1cf875.zip
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/kwooty/ChangeLog5
-rw-r--r--net-nntp/kwooty/kwooty-0.9.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog
index 08aa01ff3f66..99af2463965b 100644
--- a/net-nntp/kwooty/ChangeLog
+++ b/net-nntp/kwooty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/kwooty
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.33 2012/11/14 20:53:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.34 2012/11/14 20:54:07 johu Exp $
+
+ 14 Nov 2012; Johannes Huber <johu@gentoo.org> -kwooty-0.9.0.ebuild:
+ Remove old.
14 Nov 2012; Johannes Huber <johu@gentoo.org> kwooty-0.9.1.ebuild:
Stable for x86, wrt bug #441492
diff --git a/net-nntp/kwooty/kwooty-0.9.0.ebuild b/net-nntp/kwooty/kwooty-0.9.0.ebuild
deleted file mode 100644
index 93722148a3b8..000000000000
--- a/net-nntp/kwooty/kwooty-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.9.0.ebuild,v 1.3 2012/09/07 16:44:30 johu Exp $
-
-EAPI=4
-
-KDE_MINIMAL="4.6"
-KDE_LINGUAS="cs de fr"
-inherit kde4-base
-
-DESCRIPTION="Friendly nzb linux usenet binary client"
-HOMEPAGE="http://kwooty.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep libkworkspace)
-"
-RDEPEND="
- ${DEPEND}
- app-arch/unrar
- app-arch/par2cmdline
-"
-
-DOCS=( README.txt TODO )