Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149489 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.2.11.ebuild (text/plain), 2.47 KB, created by
Jeremiah Nolte
on 2008-04-12 17:35:26 UTC
(
hide
)
Description:
Updated ebuild file
Filename:
MIME Type:
Creator:
Jeremiah Nolte
Created:
2008-04-12 17:35:26 UTC
Size:
2.47 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.42tools.com/" >SRC_URI="http://www.42tools.com/sites/default/files/downloads/dist/evolution-brutus/Fedora%208/SOURCES/evolution-brutus-1.2.11.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="debug" >RESTRICT="nomirror" > >DEPEND=">=gnome-base/orbit-2.14.1 > >=gnome-extra/evolution-data-server-1.6 > >=dev-util/intltool-0.30 > >=app-crypt/brutus-keyring-0.9 > >=media-gfx/imagemagick-6.3.7.0 > >=mail-client/evolution-2.10 > >=sys-devel/gettext-0.17 > >=net-misc/wget-1.10.0 > >=dev-util/pkgconfig-0.20 > gnome-base/gnome-common" > >RDEPEND=">=gnome-base/orbit-2.14.1 > >=dev-libs/libIDL-0.8.5 > >=mail-client/evolution-2.10 > >=gnome-extra/evolution-data-server-1.6 > >=app-crypt/brutus-keyring-0.9 > 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)" > > CPPFLAGS="-I/usr/include/ImageMagick" \ > 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