diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-01 00:35:38 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-01 00:35:38 +0000 |
commit | 245e1302e7fd2a0321d64306cd1ddbb5431b992c (patch) | |
tree | 5cf2c423c7ae8bc7fa05dc4c5d2d6773b9cc7ff0 /net-irc/konversation | |
parent | Typo fix and add xinerama flag (Manifest recommit) (diff) | |
download | gentoo-2-245e1302e7fd2a0321d64306cd1ddbb5431b992c.tar.gz gentoo-2-245e1302e7fd2a0321d64306cd1ddbb5431b992c.tar.bz2 gentoo-2-245e1302e7fd2a0321d64306cd1ddbb5431b992c.zip |
Mark x86 stable
Diffstat (limited to 'net-irc/konversation')
-rw-r--r-- | net-irc/konversation/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/konversation/files/digest-konversation-0.12 | 1 | ||||
-rw-r--r-- | net-irc/konversation/konversation-0.12.ebuild | 20 | ||||
-rw-r--r-- | net-irc/konversation/konversation-0.13.ebuild | 4 |
4 files changed, 8 insertions, 25 deletions
diff --git a/net-irc/konversation/ChangeLog b/net-irc/konversation/ChangeLog index e28668ddf579..08b8f3f123d6 100644 --- a/net-irc/konversation/ChangeLog +++ b/net-irc/konversation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/konversation -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.8 2003/11/19 23:44:13 gregf Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.9 2004/03/01 00:35:38 caleb Exp $ + + 29 Feb 2004; Caleb Tennis <caleb@gentoo.org> konversation-0.12.ebuild, + konversation-0.13.ebuild: + x86 stable *konversation-0.13 (19 Nov 2003) diff --git a/net-irc/konversation/files/digest-konversation-0.12 b/net-irc/konversation/files/digest-konversation-0.12 deleted file mode 100644 index 856ab7c262cf..000000000000 --- a/net-irc/konversation/files/digest-konversation-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 53ceb276f6ed54046f6809c20c521d95 konversation-0.12.tar.gz 879671 diff --git a/net-irc/konversation/konversation-0.12.ebuild b/net-irc/konversation/konversation-0.12.ebuild deleted file mode 100644 index 388accd1f89d..000000000000 --- a/net-irc/konversation/konversation-0.12.ebuild +++ /dev/null @@ -1,20 +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.12.ebuild,v 1.1 2003/06/17 13:26:23 caleb 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_install() { - kde_src_install - use nls || rm -rf ${D}/usr/share/locale -} diff --git a/net-irc/konversation/konversation-0.13.ebuild b/net-irc/konversation/konversation-0.13.ebuild index 06b3538a4735..5478980b76c1 100644 --- a/net-irc/konversation/konversation-0.13.ebuild +++ b/net-irc/konversation/konversation-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.13.ebuild,v 1.2 2004/01/17 11:05:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.13.ebuild,v 1.3 2004/03/01 00:35:38 caleb Exp $ IUSE="nls" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/konversation/${P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" src_install() { kde_src_install |