Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27213 Details for
Bug 44375
Elmo mail client ebuild needs updating to latest version, current is VERY old
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for gpgme 0.4.3 which is required by elmo
gpgme-0.4.3.ebuild (text/plain), 1.49 KB, created by
Tim Burrell
on 2004-03-11 10:41:29 UTC
(
hide
)
Description:
New ebuild for gpgme 0.4.3 which is required by elmo
Filename:
MIME Type:
Creator:
Tim Burrell
Created:
2004-03-11 10:41:29 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.4.0.ebuild,v 1.13 2004/02/23 16:14:54 brad_mssw Exp $ > >DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications." >SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz" >HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpgme/index.html" > >LICENSE="GPL-2" >KEYWORDS="x86 ppc hppa alpha sparc amd64 ia64" > >DEPEND=">=sys-libs/zlib-1.1.3 > >=dev-libs/libgpg-error-0.5 > >=app-crypt/gnupg-1.2*" >RDEPEND="nls? ( sys-devel/gettext )" >SLOT="0.4" >IUSE="nls crypt doc" > >src_unpack() { > unpack ${A} > cd ${S} > mv configure configure.orig > sed -e 's:^\(GPGME_CONFIG_LIBS\)=.*:\1="-lgpgme4":' \ > -e 's:^\(GPGME_CONFIG_CFLAGS\)=.*:\1="-I/usr/include/gpgme4":' \ > configure.orig > configure > chmod +x configure > > cd ${S} > for x in $(find . -name Makefile.in) > do > mv ${x} ${x}.orig > sed -e 's:libgpgme.la:libgpgme4.la:g' \ > ${x}.orig > ${x} > done >} > >src_compile() { > econf $(use_enable nls) \ > $(use_enable crypt gpgmeplug) \ > $(use_enable doc maintainer-mode) > emake || die >} > >src_install() { > make includedir="/usr/include/gpgme4" DESTDIR=${D} install || die > dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README README-alpha THANKS TODO VERSION > > mv ${D}/usr/bin/gpgme-config ${D}/usr/bin/gpgme4-config > for x in $(find ${D}/usr/share/info -name gpgme.\*) > do > mv ${x} ${x/gpgme.info/gpgme4.info} > done >}
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 44375
: 27213 |
27216
|
30600