summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-07 16:47:24 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-07 16:47:24 +0000
commit4c5bb3f8710fd59caac00564b79b620b7e4e80fc (patch)
tree86c3d2afbfa957e08b1428c914ecf4f4b51cbdeb /net-nntp
parentAdd pkg_nofetch function to prevent bug reports for fetch failures. (diff)
downloadgentoo-2-4c5bb3f8710fd59caac00564b79b620b7e4e80fc.tar.gz
gentoo-2-4c5bb3f8710fd59caac00564b79b620b7e4e80fc.tar.bz2
gentoo-2-4c5bb3f8710fd59caac00564b79b620b7e4e80fc.zip
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/kwooty/ChangeLog5
-rw-r--r--net-nntp/kwooty/kwooty-0.8.4.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog
index a441a47db465..33a5b2a1c58e 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.29 2012/09/07 16:44:30 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.30 2012/09/07 16:47:24 johu Exp $
+
+ 07 Sep 2012; Johannes Huber <johu@gentoo.org> -kwooty-0.8.4.ebuild:
+ Remove old.
07 Sep 2012; Johannes Huber <johu@gentoo.org> kwooty-0.9.0.ebuild:
Stable for x86, wrt bug #434004
diff --git a/net-nntp/kwooty/kwooty-0.8.4.ebuild b/net-nntp/kwooty/kwooty-0.8.4.ebuild
deleted file mode 100644
index 4fdadce1ee24..000000000000
--- a/net-nntp/kwooty/kwooty-0.8.4.ebuild
+++ /dev/null
@@ -1,25 +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.8.4.ebuild,v 1.3 2012/08/04 18:14:57 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 )