diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-17 08:13:37 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-17 08:13:37 +0000 |
commit | 82045e5189e602fd85b8752cff63105e39ac0945 (patch) | |
tree | 486bd35e82c9051330d9b2a2b78ba34d378ecad0 /net-irc | |
parent | Version bump (~x86 masked) (diff) | |
download | gentoo-2-82045e5189e602fd85b8752cff63105e39ac0945.tar.gz gentoo-2-82045e5189e602fd85b8752cff63105e39ac0945.tar.bz2 gentoo-2-82045e5189e602fd85b8752cff63105e39ac0945.zip |
Version bump (~x86 masked)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/lostirc/Manifest | 2 | ||||
-rw-r--r-- | net-irc/lostirc/files/digest-lostirc-0.2.6 | 1 | ||||
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.6.ebuild | 23 |
3 files changed, 25 insertions, 1 deletions
diff --git a/net-irc/lostirc/Manifest b/net-irc/lostirc/Manifest index 4b768146d834..6c24c1d386b7 100644 --- a/net-irc/lostirc/Manifest +++ b/net-irc/lostirc/Manifest @@ -4,7 +4,7 @@ MD5 4f14fd076d3647999924a70ff076d5a4 lostirc-0.2.2.ebuild 617 MD5 08c2214faa7c6324d328d762dca1733b lostirc-0.2.3.ebuild 632 MD5 a51cdcc10add1b1af6ffa9ff12d4f1d2 lostirc-0.2.4.ebuild 633 MD5 83b47ac59e6627c631c0f8571a6f6d1d lostirc-0.2.5.ebuild 630 -MD5 d54fd34bf67c1ce96af6ac0573bdc8b0 lostirc-0.2.6.ebuild 535 +MD5 f2d2eecdf6ddcf911dddc435d77ff71a lostirc-0.2.6.ebuild 631 MD5 e138e8c5152942c385b261876f050d0a files/digest-lostirc-0.2.1 65 MD5 1a9fa20aef7d9a2edefedaffdbd73b70 files/digest-lostirc-0.2.2 65 MD5 6d024fccbfa473f557df28846ad9427a files/digest-lostirc-0.2.3 65 diff --git a/net-irc/lostirc/files/digest-lostirc-0.2.6 b/net-irc/lostirc/files/digest-lostirc-0.2.6 new file mode 100644 index 000000000000..b03b24bf60be --- /dev/null +++ b/net-irc/lostirc/files/digest-lostirc-0.2.6 @@ -0,0 +1 @@ +MD5 31a14eeab52374a403645924dfd0b1d4 lostirc-0.2.6.tar.gz 363470 diff --git a/net-irc/lostirc/lostirc-0.2.6.ebuild b/net-irc/lostirc/lostirc-0.2.6.ebuild new file mode 100644 index 000000000000..41933ac0a952 --- /dev/null +++ b/net-irc/lostirc/lostirc-0.2.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 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.6.ebuild,v 1.1 2003/05/17 08:13:26 jje 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" + +src_install() { + base_src_install + dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS +} + + |