From 1e748aaf69e451dee6f4cb9a7111676b9afe59bb Mon Sep 17 00:00:00 2001 From: Tilman Klar Date: Sun, 1 Dec 2002 13:25:44 +0000 Subject: Bumped to new version. --- net-irc/lostirc/ChangeLog | 9 ++++++++- net-irc/lostirc/files/digest-lostirc-0.2.2 | 1 + net-irc/lostirc/lostirc-0.2.1.ebuild | 4 ++-- net-irc/lostirc/lostirc-0.2.2.ebuild | 16 ++++++++++++++++ 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 net-irc/lostirc/files/digest-lostirc-0.2.2 create mode 100644 net-irc/lostirc/lostirc-0.2.2.ebuild (limited to 'net-irc') diff --git a/net-irc/lostirc/ChangeLog b/net-irc/lostirc/ChangeLog index 1af5236e06fb..247e664f9eed 100644 --- a/net-irc/lostirc/ChangeLog +++ b/net-irc/lostirc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-irc/lostirc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.4 2002/11/28 16:51:18 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.5 2002/12/01 13:25:44 phoenix Exp $ + +*lostirc-0.2.1 (28 Nov 2002) + + 28 Nov 2002; phoen][x lostirc-0.2.2.ebuild, + files/digest-lostirc-0.2.2 : + Bumped to new version. Yeah, bug #10569 againg - thanks to + Morten Brix Pedersen for the update. :) *lostirc-0.2.1 (28 Nov 2002) diff --git a/net-irc/lostirc/files/digest-lostirc-0.2.2 b/net-irc/lostirc/files/digest-lostirc-0.2.2 new file mode 100644 index 000000000000..505f16a7125b --- /dev/null +++ b/net-irc/lostirc/files/digest-lostirc-0.2.2 @@ -0,0 +1 @@ +MD5 495afd316c2e7d314b7af7cc1b48d24b lostirc-0.2.2.tar.gz 208554 diff --git a/net-irc/lostirc/lostirc-0.2.1.ebuild b/net-irc/lostirc/lostirc-0.2.1.ebuild index 1d96346cd294..97e16a71e5e5 100644 --- a/net-irc/lostirc/lostirc-0.2.1.ebuild +++ b/net-irc/lostirc/lostirc-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.1.ebuild,v 1.1 2002/11/28 16:51:18 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.1.ebuild,v 1.2 2002/12/01 13:25:44 phoenix Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="=x11-libs/gtkmm-2.0* =dev-libs/libsigc++-1.2*" diff --git a/net-irc/lostirc/lostirc-0.2.2.ebuild b/net-irc/lostirc/lostirc-0.2.2.ebuild new file mode 100644 index 000000000000..d6bf5a7e9108 --- /dev/null +++ b/net-irc/lostirc/lostirc-0.2.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.1 2002/12/01 13:25:44 phoenix Exp $ + +inherit base + +IUSE="" +DESCRIPTION="A simple but functional graphical IRC client" +HOMEPAGE="http://lostirc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +S=${WORKDIR}/${P} +DEPEND="=x11-libs/gtkmm-2.0* + =dev-libs/libsigc++-1.2*" -- cgit v1.2.3-65-gdbad