summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2003-03-03 16:31:15 +0000
committerBart Verwilst <verwilst@gentoo.org>2003-03-03 16:31:15 +0000
commitc628894c64d98f2bcead90d0c5fe248ae50cf35c (patch)
treec8ac6e14e40f90c4daa9e36fe40327649246e07b /net-irc
parentcleanups + adding to stable (diff)
downloadhistorical-c628894c64d98f2bcead90d0c5fe248ae50cf35c.tar.gz
historical-c628894c64d98f2bcead90d0c5fe248ae50cf35c.tar.bz2
historical-c628894c64d98f2bcead90d0c5fe248ae50cf35c.zip
added latest to table
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/konversation/files/digest-konversation-0.81
-rw-r--r--net-irc/konversation/konversation-0.10.ebuild4
-rw-r--r--net-irc/konversation/konversation-0.8.ebuild15
-rw-r--r--net-irc/konversation/konversation-0.9.ebuild32
4 files changed, 2 insertions, 50 deletions
diff --git a/net-irc/konversation/files/digest-konversation-0.8 b/net-irc/konversation/files/digest-konversation-0.8
deleted file mode 100644
index dd122fe3c79a..000000000000
--- a/net-irc/konversation/files/digest-konversation-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0dad99a34646883e185df0567b360136 konversation-0.8.tar.gz 815470
diff --git a/net-irc/konversation/konversation-0.10.ebuild b/net-irc/konversation/konversation-0.10.ebuild
index 065c140fe21e..2d0a938940e6 100644
--- a/net-irc/konversation/konversation-0.10.ebuild
+++ b/net-irc/konversation/konversation-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.10.ebuild,v 1.1 2003/02/24 04:17:36 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.10.ebuild,v 1.2 2003/03/03 16:31:15 verwilst Exp $
IUSE="nls"
@@ -12,7 +12,7 @@ HOMEPAGE="http://konversation.sourceforge.net"
SRC_URI="http://konversation.sourceforge.net/downloads/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
src_install() {
diff --git a/net-irc/konversation/konversation-0.8.ebuild b/net-irc/konversation/konversation-0.8.ebuild
deleted file mode 100644
index d14b9746113f..000000000000
--- a/net-irc/konversation/konversation-0.8.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.8.ebuild,v 1.2 2003/02/13 14:15:28 vapier Exp $
-
-inherit kde-base
-need-kde 3
-
-DESCRIPTION="A user friendly IRC Client for KDE3.x"
-HOMEPAGE="http://konversation.sourceforge.net"
-SRC_URI="http://konversation.sourceforge.net/downloads/${P}.tar.gz"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="~x86"
-
-S=${WORKDIR}/${PN}
diff --git a/net-irc/konversation/konversation-0.9.ebuild b/net-irc/konversation/konversation-0.9.ebuild
deleted file mode 100644
index de55795b32fd..000000000000
--- a/net-irc/konversation/konversation-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.9.ebuild,v 1.3 2003/02/15 07:50:38 gerk Exp $
-
-IUSE="nls"
-
-inherit kde-base
-need-kde 3
-
-DESCRIPTION="A user friendly IRC Client for KDE3.x"
-HOMEPAGE="http://konversation.sourceforge.net"
-SRC_URI="http://konversation.sourceforge.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-src_compile() {
-
- rm configure
-
- need-autoconf 2.1
- need-automake 1.4
-
- kde_src_compile
-}
-
-src_install() {
-
- kde_src_install
-
- use nls || rm -rf ${D}/usr/share/locale
-}