Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105137 - net-libs/libntlm-0.3.7.ebuild (New Package)
Summary: net-libs/libntlm-0.3.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-09-07 04:59 UTC by hardcoiler
Modified: 2007-09-30 14:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libntlm/libntlm-0.3.7.ebuild (libntlm-0.3.7.ebuild,531 bytes, text/plain)
2005-09-07 09:11 UTC, hardcoiler
Details
libntlm/libntlm-0.3.7.ebuild (libntlm-0.3.7.ebuild,446 bytes, text/plain)
2005-09-12 09:49 UTC, hardcoiler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hardcoiler 2005-09-07 04:59:45 UTC
Hi!

Please find in attached libntlm-0.3.7.ebuild

Libntlm is a library that implements Microsoft's NTLM authentication

I suggest net-libs/libntlm
Comment 1 hardcoiler 2005-09-07 09:11:56 UTC
Created attachment 67835 [details]
libntlm/libntlm-0.3.7.ebuild
Comment 2 Ciaran McCreesh 2005-09-11 15:31:14 UTC
Please fix the following and reopen:

* http://dev.gentoo.org/~ciaranm/docs/mw-faq/attachments.txt (text/plain please)
* No need to DEPEND upon libc.
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/redundant.txt (src_compile)
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/docfiles.txt
Comment 3 hardcoiler 2005-09-12 09:39:12 UTC
Comment on attachment 67835 [details]
libntlm/libntlm-0.3.7.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Microsoft's NTLM authentication (libntlm) library"
HOMEPAGE="http://josefsson.org/libntlm/"
SRC_URI="http://josefsson.org/libntlm/releases/${P}.tar.gz"

SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86"
IUSE=""

src_install () {
	#make install DESTDIR=${D} || die
	einstall || die
	dodoc AUTHORS ChangeLog NEWS README
}
Comment 4 hardcoiler 2005-09-12 09:49:54 UTC
Created attachment 68261 [details]
libntlm/libntlm-0.3.7.ebuild
Comment 5 hardcoiler 2005-09-12 09:53:37 UTC
* removed src_compile
* removed dependency on libc
* removed dodoc of COPYING and INSTALL
Comment 6 Andrej Kacian (RETIRED) gentoo-dev 2007-09-30 14:00:44 UTC
Ebuild for 0.4.0 added with a minor change. I hope to have it soon keyworded sufficiently, so gsasl/libgsasl can depend on it via USE=ntlm.

Thanks!