Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59495 Details for
Bug 93482
hypermail-2.1.8 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hypermail-2.1.8.ebuild -- removed two files from the "dodoc" line
hypermail-2.1.8.ebuild (text/plain), 1011 bytes, created by
Christoph Bussenius
on 2005-05-21 15:25:10 UTC
(
hide
)
Description:
hypermail-2.1.8.ebuild -- removed two files from the "dodoc" line
Filename:
MIME Type:
Creator:
Christoph Bussenius
Created:
2005-05-21 15:25:10 UTC
Size:
1011 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Make HTML archives out of mailboxes" >HOMEPAGE="http://www.hypermail.org/" >SRC_URI="http://www.hypermail.org/dist/$P.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gdbm doc" > >DEPEND="gdbm? ( sys-libs/gdbm )" > >src_unpack() { > unpack "$A" || die "unpack failed" > cd "$S" || die "Could not cd to $S" > > # This patch makes DESTDIR=xxx work for make install > patch -p0 < "$FILESDIR/destdir.patch" || die "patch failed" >} > >src_compile() { > if ! use doc > then > einfo "Not installing html documentation." > # We exploit that docs/Makefile does not declare install.html as .PHONY > touch docs/install.html > fi > econf --with-htmldir="/usr/share/doc/$PF/html" "$(use_with gdbm)" || > die "econf failed" > einfo "Compiling..." > emake || die "emake failed" >} > >src_install() { > make DESTDIR="$D" install > dodoc COPYING Changelog KNOWN_BUGS README TODO UPGRADE || die 'dodoc failed' >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 93482
:
59487
|
59489
| 59495