summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-07-08 20:16:30 +0000
committerJohannes Huber <johu@gentoo.org>2013-07-08 20:16:30 +0000
commit823029630cbe2c99e01a8f5769ecbeadce97e15f (patch)
treee0f85a20a844847e7a334f897dafe98a941fc251 /net-nntp
parentopenvas-manager bump (diff)
downloadgentoo-2-823029630cbe2c99e01a8f5769ecbeadce97e15f.tar.gz
gentoo-2-823029630cbe2c99e01a8f5769ecbeadce97e15f.tar.bz2
gentoo-2-823029630cbe2c99e01a8f5769ecbeadce97e15f.zip
Remove old.
(Portage version: 2.2.0_alpha187/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-1.0.0.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog
index ee0e2ea59b38..b086df3c8c3c 100644
--- a/net-nntp/kwooty/ChangeLog
+++ b/net-nntp/kwooty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/kwooty
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.41 2013/07/07 19:18:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.42 2013/07/08 20:16:30 johu Exp $
+
+ 08 Jul 2013; Johannes Huber <johu@gentoo.org> -kwooty-1.0.0.ebuild:
+ Remove old.
07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kwooty-1.0.1.ebuild:
Stable for x86, wrt bug #476092
diff --git a/net-nntp/kwooty/kwooty-1.0.0.ebuild b/net-nntp/kwooty/kwooty-1.0.0.ebuild
deleted file mode 100644
index 7516c79990c7..000000000000
--- a/net-nntp/kwooty/kwooty-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-1.0.0.ebuild,v 1.3 2013/03/31 16:59:44 ago Exp $
-
-EAPI=5
-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 )