diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 07:36:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 07:36:02 +0000 |
commit | d07673c822b5f56fb83c844f292efdaa42ed7df0 (patch) | |
tree | 0d1fc22d0e1b79e8e5f14f3f742e9688b654e5a7 /net-irc/quirc | |
parent | finished repoman'ing (diff) | |
download | historical-d07673c822b5f56fb83c844f292efdaa42ed7df0.tar.gz historical-d07673c822b5f56fb83c844f292efdaa42ed7df0.tar.bz2 historical-d07673c822b5f56fb83c844f292efdaa42ed7df0.zip |
repoman'd
Diffstat (limited to 'net-irc/quirc')
-rw-r--r-- | net-irc/quirc/quirc-0.9.82.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/quirc/quirc-0.9.82.ebuild b/net-irc/quirc/quirc-0.9.82.ebuild index d00334a5f9b3..8ad1ac986ebd 100644 --- a/net-irc/quirc/quirc-0.9.82.ebuild +++ b/net-irc/quirc/quirc-0.9.82.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.82.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.82.ebuild,v 1.4 2002/07/17 07:36:02 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk" @@ -10,6 +10,9 @@ HOMEPAGE="http://quirc.org/" DEPEND="dev-lang/tcl dev-lang/tk" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { |