diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-12-01 13:25:44 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-12-01 13:25:44 +0000 |
commit | 1e748aaf69e451dee6f4cb9a7111676b9afe59bb (patch) | |
tree | 59e12234bc203ac53d913bad6d84d9474d294561 /net-irc | |
parent | added S=$WORKDIR/kdelibs-3.0.99 (diff) | |
download | gentoo-2-1e748aaf69e451dee6f4cb9a7111676b9afe59bb.tar.gz gentoo-2-1e748aaf69e451dee6f4cb9a7111676b9afe59bb.tar.bz2 gentoo-2-1e748aaf69e451dee6f4cb9a7111676b9afe59bb.zip |
Bumped to new version.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/lostirc/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/lostirc/files/digest-lostirc-0.2.2 | 1 | ||||
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.2.ebuild | 16 |
4 files changed, 27 insertions, 3 deletions
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 <phoenix@gentoo.org> lostirc-0.2.2.ebuild, + files/digest-lostirc-0.2.2 : + Bumped to new version. Yeah, bug #10569 againg - thanks to + Morten Brix Pedersen <morten@wtf.dk> 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*" |