Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33882 Details for
Bug 54780
app-gnustep/gnumail-1.2.0_pre20040616 (New and Improved)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This is the main ebuild for the software package.
gnumail-1.2.0_pre20040616.ebuild (text/plain), 1.15 KB, created by
Armando Di Cianno (RETIRED)
on 2004-06-22 11:17:33 UTC
(
hide
)
Description:
This is the main ebuild for the software package.
Filename:
MIME Type:
Creator:
Armando Di Cianno (RETIRED)
Created:
2004-06-22 11:17:33 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnustep > >S=${WORKDIR}/GNUMail > >DESCRIPTION="A fully featured mail application for GNUstep" >HOMEPAGE="http://www.collaboration-world.com/gnumail/" >SRC_URI="http://armando.xylite.com/gnustep/src/apps/${P/gnum/GNUM}.tar.gz" >KEYWORDS="~x86" >LICENSE="GPL-2" >SLOT="0" > >IUSE="xface crypt emoticon" >DEPEND="${DEPEND} > gnustep-extra/pantomime > app-gnustep/addresses" >RDEPEND="${RDEPEND} > crypt? app-crypt/gnupg > gnustep-extra/pantomime > app-gnustep/addresses" > >src_compile() { > cd ${S} > > egnustepmake > > if [ "`use xface`" ]; then > cd ${S}/Bundles/Face > make > cd ${S} > fi > > if [ "`use crypt`" ]; then > cd ${S}/Bundles/PGP > make > cd ${S} > fi > > if [ "`use Emoticon`" ]; then > cd ${S}/Bundles/Emoticon > make > cd ${S} > fi >} > >src_install() { > egnustepinstall > > use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}usr/GNUstep/System/Library/GNUMail/ > > use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}usr/GNUstep/System/Library/GNUMail/ > > use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}usr/GNUstep/System/Library/GNUMail/ >}
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 54780
: 33882