diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-10 22:55:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-10 22:55:18 +0000 |
commit | 8d5e4961a755346be23a033bb86cc2891c02e7c1 (patch) | |
tree | 11a26538429e219b481366ac09f92b4ae0b1c19d /net-mail | |
parent | cleanup dusty patches (diff) | |
download | gentoo-2-8d5e4961a755346be23a033bb86cc2891c02e7c1.tar.gz gentoo-2-8d5e4961a755346be23a033bb86cc2891c02e7c1.tar.bz2 gentoo-2-8d5e4961a755346be23a033bb86cc2891c02e7c1.zip |
more cleanups .. i feel like mr sheen
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/evolution/Manifest | 4 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.4.0.ebuild | 11 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index f6512374a275..1e73bae732e5 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/evolution # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.63 2003/06/10 15:10:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.64 2003/06/10 22:55:10 liquidx Exp $ + + 10 Jun 2003; Alastair Tse <liquidx@gentoo.org> evolution-1.4.0.ebuild: + removed debug, cleaned up src_install *evolution-1.4.0 (10 Jun 2003) diff --git a/net-mail/evolution/Manifest b/net-mail/evolution/Manifest index fc703496b568..d088a4513250 100644 --- a/net-mail/evolution/Manifest +++ b/net-mail/evolution/Manifest @@ -1,6 +1,6 @@ -MD5 8981df3bd55f780a4cf9644ec257237c ChangeLog 10408 +MD5 289924bb9776282798bd0ee65196d4da ChangeLog 10522 MD5 186cb5289b83e319145a5543357b43b5 evolution-1.3.92.ebuild 6027 -MD5 c8d74d56b105beeb9d1c23e2aa2ef211 evolution-1.4.0.ebuild 4371 +MD5 e2c3f10db3babca77d70559997fb421b evolution-1.4.0.ebuild 4310 MD5 98e402d4aa6c023c9d50d0598c8100e9 evolution-1.2.4.ebuild 6360 MD5 2f54952fa1d20af7f01db80b741258e7 evolution-1.2.3.ebuild 5889 MD5 c58e6d56b40d64fc79185915163e87d8 files/digest-evolution-1.3.92 133 diff --git a/net-mail/evolution/evolution-1.4.0.ebuild b/net-mail/evolution/evolution-1.4.0.ebuild index f6efd31b6841..4e5f00f4e2de 100644 --- a/net-mail/evolution/evolution-1.4.0.ebuild +++ b/net-mail/evolution/evolution-1.4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.0.ebuild,v 1.1 2003/06/10 15:10:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.0.ebuild,v 1.2 2003/06/10 22:55:10 liquidx Exp $ IUSE="ssl mozilla ldap doc spell pda ipv6 kerberos kde" -inherit flag-o-matic virtualx debug gnome2 +inherit flag-o-matic virtualx gnome2 use kde && inherit kde DB3="db-3.1.17" @@ -145,8 +145,5 @@ src_compile() { Xemake || Xmake || die } -src_install() { - export USE_DESTDIR="1" - export DOCS="AUTHORS COPYING* ChangeLog HACKING MAINTAINERS NEWS README" - gnome2_src_install -} +USE_DESTDIR="1" +DOCS="AUTHORS COPYING* ChangeLog HACKING MAINTAINERS NEWS README" |