Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 104364

Summary: dev-tcltk/tclsasl - Tcl SASL interface
Product: Gentoo Linux Reporter: Max Loparev <laplandersan>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement CC: openhs, tcltk
Priority: High Keywords: EBUILD
Version: 2005.1   
Hardware: All   
OS: Linux   
URL: http://beepcore-tcl.sourceforge.net/tclsasl.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tclsasl ebuild
fixed ebuild
really fixed ebuild

Description Max Loparev 2005-08-31 03:37:56 UTC
it is written for net-im/tkabber and not tested on anything else. And it needs
corrected cyrus-sasl ebuild with exported /usr/lib/sasl2 throw env.d. I post
this issue right after that item.
Comment 1 Max Loparev 2005-08-31 03:39:08 UTC
Created attachment 67336 [details]
tclsasl ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-31 10:03:48 UTC
1/ The header is missing, we cannot include this without a standard header.
2/ S=${WORKDIR}/${P} is default, no need to define that.
3/ License is missing, we cannot include an ebuild without a license.
4/ econf || statemenet is missing a space.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-31 10:04:11 UTC
Please, fix the above problems and reopen.
Comment 4 Max Loparev 2005-08-31 12:40:23 UTC
Created attachment 67364 [details]
fixed ebuild

fixes 1,2,3,4 issues
Comment 5 Max Loparev 2005-08-31 12:42:20 UTC
reopening since issues were fixed
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-08-31 15:16:43 UTC
(In reply to comment #5)
> reopening since issues were fixed

The header is still invalid.

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 7 Ciaran McCreesh 2005-08-31 17:46:08 UTC
We can't include ebuilds without the correct header.
Comment 8 Max Loparev 2005-09-01 00:43:01 UTC
Created attachment 67390 [details]
really fixed ebuild
Comment 9 Max Loparev 2005-09-01 00:46:09 UTC
sorry for that, but there is no such promblems if skel.ebuild contains sentense
about whole three lines and not only about Header line

so reopening again 
Comment 10 Róbert Čerňanský 2009-11-28 11:04:37 UTC
dev-tcltk/tcllib-1.11.1 now provides sasl package for TCL. SASL authentication in Tkabber works with it. So perhaps this package is not needed anymore?