Skip to content

Commit

Permalink
+ tcludp: new ebuild
Browse files Browse the repository at this point in the history
now tkabber is able to do DNS requests over UDP
  • Loading branch information
l29ah committed Sep 24, 2015
1 parent 8c55f36 commit 67d6e1e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-tcltk/tcludp/Manifest
@@ -0,0 +1 @@
DIST tcludp-1.0.11.tar.gz 147564 SHA256 a8a29d55a718eb90aada643841b3e0715216d27cea2e2df243e184edb780aa9d SHA512 976bd763a2f4b741e1d84cd7f3f1365b3557b642e443c4d41303c674953e1315cdb9c248e2b17bd67e480def9a2ab0cd25a3c0d99d26957496e3b7187e8ff4cd WHIRLPOOL d63322e1f204bb8026642e568d5a095d047dafcb3ea3cfde115aca112db84cc9ef58fb6dc4169e3e171145ea6d13cd5afa59c72b7759f9e255dffbb278a1aa4f
19 changes: 19 additions & 0 deletions dev-tcltk/tcludp/tcludp-1.0.11.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="The Tcl UDP extension provides a simple library to support UDP socket in Tcl."
HOMEPAGE="http://sourceforge.net/projects/tcludp/"
SRC_URI="mirror://sourceforge/tcludp/$PV/${P}.tar.gz"

LICENSE="MIT-with-advertising"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-lang/tcl"
RDEPEND="${DEPEND}"

S="$WORKDIR/$PN"
5 changes: 3 additions & 2 deletions net-im/tkabber/tkabber-9999-r6.ebuild
Expand Up @@ -8,7 +8,7 @@ inherit fossil eutils
DESCRIPTION="GUI client for XMPP (Jabber) instant messaging protocol, written in Tcl/Tk."
HOMEPAGE="http://tkabber.jabber.ru/"
IUSE="contrib -crypt +doc examples plugins 3rd-party-plugins ssl sound tkimg
trayicon vanilla"
trayicon +udp vanilla"

RDEPEND="
>=dev-lang/tcl-8.3.3
Expand All @@ -20,7 +20,8 @@ RDEPEND="
ssl? ( >=dev-tcltk/tls-1.4.1 )
sound? ( dev-tcltk/snack )
trayicon? ( >=dev-tcltk/tktray-1.1 )
tkimg? ( >dev-tcltk/tkimg-1.4.20100510 )" # segfaulty crap
tkimg? ( >dev-tcltk/tkimg-1.4.20100510 )
udp? ( dev-tcltk/tcludp )"
DEPEND="${DEPEND}
doc? ( app-text/xml2rfc )"

Expand Down

0 comments on commit 67d6e1e

Please sign in to comment.