diff options
author | Marius Mauch <genone@gentoo.org> | 2004-07-30 20:35:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-07-30 20:35:25 +0000 |
commit | c6a289698a0118ab4305d138606a98f31a086159 (patch) | |
tree | 687428388371621a387910e23c9d68fb0443a0b1 /mail-client | |
parent | stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-c6a289698a0118ab4305d138606a98f31a086159.tar.gz gentoo-2-c6a289698a0118ab4305d138606a98f31a086159.tar.bz2 gentoo-2-c6a289698a0118ab4305d138606a98f31a086159.zip |
name change
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed-claws/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog index c47f8f8408ed..837db3c3ae78 100644 --- a/mail-client/sylpheed-claws/ChangeLog +++ b/mail-client/sylpheed-claws/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.8 2004/07/17 22:08:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.9 2004/07/30 20:35:25 genone Exp $ + + 30 Jul 2004; Marius Mauch <genone@gentoo.org> sylpheed-claws-0.9.12.ebuild: + Name has changed upstream, so removing the sed line from src_unpack. + Runs good enough for ~ærch, so unmasking now. 01 Jul 2004; Jason Wever <weeve@gentoo.org> sylpheed-claws-0.9.11.ebuild: Stable on sparc. diff --git a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild index 4cf38094f484..af5c1253fe4f 100644 --- a/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild +++ b/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild,v 1.1 2004/06/30 07:21:45 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-0.9.12.ebuild,v 1.2 2004/07/30 20:35:25 genone Exp $ IUSE="nls gnome xface dillo crypt spell imlib ssl ldap ipv6 pda clamav pdflib" @@ -46,11 +46,6 @@ src_unpack() { mv ${WORKDIR}/${MY_GS} ${S}/src/plugins - # Change package name to sylpheed-claws ... - for i in `find ${S}/ -name 'configure*'`; do - sed -i "s/PACKAGE\=sylpheed/PACKAGE\=sylpheed-claws/" ${i} - done - # use shared-mime-info cd ${S}/src epatch ${FILESDIR}/procmime.patch |