summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/savirc/savirc-1.99-r1.ebuild')
-rw-r--r--net-irc/savirc/savirc-1.99-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-irc/savirc/savirc-1.99-r1.ebuild b/net-irc/savirc/savirc-1.99-r1.ebuild
new file mode 100644
index 000000000000..a5581456f123
--- /dev/null
+++ b/net-irc/savirc/savirc-1.99-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="User friendly IRC client with unicode support and tcl/tk scripting"
+SRC_URI="http://www.savirc.com/Downloads/savirc-Lin/${P}.tar.bz2"
+HOMEPAGE="http://www.savirc.com/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-lang/tcl-8.3.0:0=
+ >=dev-lang/tk-8.3.0:0="
+DEPEND=""