Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119016 Details for
Bug 144629
gnome-extra/evolution-brutus-1.1.6 - Brutus Exchange connector for Evolution 2.4 and later
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild file
evolution-brutus-1.1.27.1.ebuild (text/plain), 2.14 KB, created by
Jules Colding
on 2007-05-12 14:47:33 UTC
(
hide
)
Description:
Updated ebuild file
Filename:
MIME Type:
Creator:
Jules Colding
Created:
2007-05-12 14:47:33 UTC
Size:
2.14 KB
patch
obsolete
># ># Ebuild file for the Evolution Brutus plugin. ># Copyright (C) 2006-2007 OMC Denmark ApS ># ># This program is free software; you can redistribute it and/or modify ># it under the terms of the GNU General Public License as published by ># the Free Software Foundation; either version 2 of the License, or ># (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 59 Temple Place, Suite 330, Boston, ># MA 02111-1307 USA ># ># Please see http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds ># on how to use this ebuild file. ># ># $Header: $ > >inherit eutils > >DESCRIPTION="Brutus Exchange connector for Evolution 2.4 and later" >HOMEPAGE="http://www.omesc.com/" >SRC_URI="http://www.omesc.com/content/downloads/dist/SOURCES/evolution-brutus-1.1.27.1.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="debug" >RESTRICT="nomirror" > >DEPEND=">=gnome-base/orbit-2.14.1 > >=dev-libs/libIDL-0.8.5 > >=dev-util/pkgconfig-0.20 > >=dev-util/intltool-0.30 > >=mail-client/evolution-2.8 > >=gnome-extra/evolution-data-server-1.8 > >=dev-libs/libgcrypt-1.2.2 > gnome-base/gnome-common" > >DOCS="COPYING README INSTALL docs/building_from_source docs/using_evolution-brutus" > >src_compile() { > BRUTUS_ECONF="--enable-brutus-dist=yes \ > --enable-brutus-devel=no \ > --enable-brutus-target=gentoo \ > $(use_enable debug brutus-debug yes)" > > econf ${BRUTUS_ECONF} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc ${DOCS} >} > > >pkg_postinst() { > ewarn "You can not use evolution-brutus until Evolution has been restarted." > ewarn "It is not enough to simply exit from Evolution. All Evolution components must be" > ewarn "completely shut down. One sure way to accomplish this is to open a terminal and" > ewarn "execute: \"evolution --force-shutdown\"" >}
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 144629
:
94765
|
119016
|
131930
|
149489