Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38684 Details for
Bug 61969
libmcal broken after update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified libmcal ebuild
libmcal-0.7-r2.ebuild (text/plain), 1.75 KB, created by
Pantelis Panayiotou
on 2004-09-01 07:54:59 UTC
(
hide
)
Description:
Modified libmcal ebuild
Filename:
MIME Type:
Creator:
Pantelis Panayiotou
Created:
2004-09-01 07:54:59 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcal/libmcal-0.7-r2.ebuild,v 1.7 2004/08/26 10:38:22 robbat2 Exp $ > >inherit eutils > >DRIVERS="mcaldrivers-0.9" >SRC_URI_BASE="mirror://sourceforge/libmcal" >DESCRIPTION="Modular Calendar Access Library" >HOMEPAGE="http://mcal.chek.com/" >SRC_URI="${SRC_URI_BASE}/${P}.tar.gz ${SRC_URI_BASE}/${DRIVERS}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~s390" >IUSE="pam" > >DEPEND="pam? ( sys-libs/pam )" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cd ${S} > mv ${S}/../mcal-drivers/* ${S}/ > einfo "Using /var/spool/calendar instead of /var/calendar" > for i in FAQ-MCAL HOW-TO-MCAL mstore/mstore.c mstore/README mstore/Changelog; do > sed -e 's|/var/calendar|/var/spool/calendar|g' -i ${i} > done > cd ${S} > epatch ${FILESDIR}/${P}-fpic.patch >} > >src_compile() { > use pam && CFLAGS="${CFLAGS} -DUSE_PAM" > einfo "Setting up mstore back-end" > cd ${S}/mstore > emake CFLAGS="${CFLAGS} -I.." || die > > einfo "Setting up icap back-end" > cd ${S}/icap > emake CFLAGS="${CFLAGS} -I.." || die > > cd ${S} > myconf="--with-mstore --with-icap" > econf ${myconf} || die > emake CFLAGS="${CFLAGS} -lpam" || die >} > >src_install() { > einstall DESTDIR=${D} || die > dodoc CHANGELOG FAQ-MCAL FEATURE-IMPLEMENTATION HOW-TO-MCAL LICENSE README > newdoc mstore/README mstore-README > newdoc mstore/Changelog mstore-Changelog > newdoc icap/Changelog icap-Changelog > dohtml FUNCTION-REF.html > keepdir /var/spool/calendar > fperms 1777 /var/spool/calendar >} > >pkg_postinst() { > einfo "You should start adding users to your calendar. ( e.g. htpasswd -c /etc/mpasswd username )" > # enforce perms > chmod 1777 ${ROOT}/var/spool/calendar >}
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 61969
:
38489
|
38490
| 38684