Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67802 Details for
Bug 91720
[EBUILD || UPDATE | BUMP] cvm-0.76 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cvm-0.76.ebuild
cvm-0.76.ebuild (text/plain), 1.17 KB, created by
Thilo Bangert (RETIRED) (RETIRED)
on 2005-09-06 22:36:40 UTC
(
hide
)
Description:
cvm-0.76.ebuild
Filename:
MIME Type:
Creator:
Thilo Bangert (RETIRED) (RETIRED)
Created:
2005-09-06 22:36:40 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-libs/cvm/cvm-0.32.ebuild,v 1.1 2005/04/06 13:10:09 robbat2 Exp $ > >inherit toolchain-funcs eutils > >DESCRIPTION="Credential Validation Modules by Bruce Guenter" >HOMEPAGE="http://untroubled.org/cvm/" >SRC_URI="${HOMEPAGE}archive/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~sparc ~ppc" >IUSE="mysql postgres" > >RDEPEND="virtual/libc" >DEPEND="${RDEPEND} > >=dev-libs/bglibs-1.027 > mysql? (dev-db/mysql) > postgres? (dev-db/postgresql)" > >src_compile() { > echo "/usr/include/bglibs" > conf-bgincs > echo "/usr/lib/bglibs" > conf-bglibs > echo "${D}/usr/include" > conf-include > echo "${D}/usr/lib" > conf-lib > echo "${D}/usr/bin" > conf-bin > echo "$(tc-getCC) ${CFLAGS}" > conf-cc > echo "$(tc-getCC)" > conf-ld > emake || die > > if use mysql; then > make mysql || die "making mysql support failed" > fi > > if use postgres; then > make pgsql || die "making postgres support failed" > fi >} > >src_install() { > einstall || die > > dodoc ANNOUNCEMENT COPYING NEWS NEWS.sql NEWS.vmailmgr README README.vchkpw > dodoc README.vmailmgr TODO VERSION > dohtml *.html >}
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 91720
: 67802