Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42176 Details for
Bug 22320
nssha1-0.1.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nssha1 ebuild (works with aolserver-4.0.8.ebuild)
nssha1-0.1.ebuild (text/plain), 1.09 KB, created by
Lee Denison
on 2004-10-19 09:06:21 UTC
(
hide
)
Description:
nssha1 ebuild (works with aolserver-4.0.8.ebuild)
Filename:
MIME Type:
Creator:
Lee Denison
Created:
2004-10-19 09:06:21 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /cvsroot/portage/net-www/nssha1/nssha1-0.1.ebuild,v 1.2 2004/10/19 15:07:31 lee Exp $ > >DESCRIPTION="SHA digest implementation for aolserver" >HOMEPAGE="http://www.aolserver.com" >SRC_URI="http://umn.dl.sourceforge.net/sourceforge/aolserver/${P}.tar.gz" >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="net-www/aolserver" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" > >AOLSERVER_CONFDIR="/usr/share/aolserver/config" >AOLSERVER_BASEDIR="/usr/lib/aolserver" > >src_unpack() { > > mkdir -p ${WORKDIR}/include > cp -a ${AOLSERVER_CONFDIR}/* ${WORKDIR}/include > > unpack ${P}.tar.gz > > # not sure why it fails on redundant header declarations without this patch! > epatch ${FILESDIR}/nssha1-0.1.diff >} > >src_compile() { > > emake NSBUILD=1 INST=../ || die >} > >src_install () { > into ${AOLSERVER_BASEDIR} > dobin ${WORKDIR}/${P}/nssha1.so > > fowners root.root ${AOLSERVER_BASEDIR}/bin/nssha1.so >} > >pkg_postinst () { > > einfo "To enable the use of ${P} you must add the module to your AOLServer config.tcl" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 22320
:
12865
|
19726
|
19727
| 42176 |
43379