diff options
author | Marius Mauch <genone@gentoo.org> | 2004-11-03 19:06:52 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-11-03 19:06:52 +0000 |
commit | 43eb4ffc4607bdfaf128959871f2ad23cb20e9e2 (patch) | |
tree | fad80bd5054562b8bf749dce8f2cc1a1638ba47d /mail-client/sylpheed-claws-maildir | |
parent | ~alpha keyword. (diff) | |
download | historical-43eb4ffc4607bdfaf128959871f2ad23cb20e9e2.tar.gz historical-43eb4ffc4607bdfaf128959871f2ad23cb20e9e2.tar.bz2 historical-43eb4ffc4607bdfaf128959871f2ad23cb20e9e2.zip |
fixed bug #69951
Diffstat (limited to 'mail-client/sylpheed-claws-maildir')
-rw-r--r-- | mail-client/sylpheed-claws-maildir/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-maildir/Manifest | 10 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild | 5 |
3 files changed, 14 insertions, 7 deletions
diff --git a/mail-client/sylpheed-claws-maildir/ChangeLog b/mail-client/sylpheed-claws-maildir/ChangeLog index fd1a2e8ab936..68cdd490fd67 100644 --- a/mail-client/sylpheed-claws-maildir/ChangeLog +++ b/mail-client/sylpheed-claws-maildir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/sylpheed-claws-maildir # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.4 2004/10/19 19:44:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/ChangeLog,v 1.5 2004/11/03 19:06:52 genone Exp $ + + 03 Nov 2004; Marius Mauch <genone@gentoo.org> + sylpheed-claws-maildir-0.6.ebuild: + fixed the problem where the plugin would install to the wrong location (#69951) 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> sylpheed-claws-maildir-0.6.ebuild: diff --git a/mail-client/sylpheed-claws-maildir/Manifest b/mail-client/sylpheed-claws-maildir/Manifest index 174c729f2d21..f0df755ce9b2 100644 --- a/mail-client/sylpheed-claws-maildir/Manifest +++ b/mail-client/sylpheed-claws-maildir/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 0c27e7e2a567d6fb20e7097690e2101b sylpheed-claws-maildir-0.6.ebuild 749 -MD5 1a3a96db6f943d84188a0a14b8baa253 ChangeLog 827 +MD5 84b203adc98679d17b2e8be7a83253ea ChangeLog 995 +MD5 5cef1e6172b5a6cbbc9e222c8d933a38 sylpheed-claws-maildir-0.6.ebuild 864 MD5 5b78cadb23f22fec45820a96e3e5ed27 files/digest-sylpheed-claws-maildir-0.6 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD4DBQFBdW60ugEuf3OQ0akRAkp3AJjYd+jBcikYWLc6iuVFL31ypXnLAJ0VCjOn -VeKVyLT4d5sFGijBjulCsw== -=Opbo +iD8DBQFBiSxY6J2i8a8J4okRAkTGAJ0efeu0a2A7Xcv8FL6c+fy5JAPypwCgs687 +w6jIr7n1CZ+sue6FuFRiOyg= +=epDG -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild index 9c60050fb77e..4a8b59e3192d 100644 --- a/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild +++ b/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.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-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.4 2004/10/19 19:44:41 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-maildir/sylpheed-claws-maildir-0.6.ebuild,v 1.5 2004/11/03 19:06:52 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -16,6 +16,9 @@ DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" src_compile() { + # patch broken Makefile + sed -i -e 's:\$(libdir)/sylpheed/plugins:\$(SYLPHEED_CLAWS_PLUGINDIR):' src/Makefile.in + econf || die emake || die } |