summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-03-29 17:44:53 +0000
committerMarius Mauch <genone@gentoo.org>2005-03-29 17:44:53 +0000
commite765e4df4001b98c7f4433f7861ba831100dfea3 (patch)
tree7ef19816bb5eeaa08fc6bef610e6cb0378d97912 /mail-client/sylpheed-claws-mailmbox
parentFixed bug #87115. (diff)
downloadhistorical-e765e4df4001b98c7f4433f7861ba831100dfea3.tar.gz
historical-e765e4df4001b98c7f4433f7861ba831100dfea3.tar.bz2
historical-e765e4df4001b98c7f4433f7861ba831100dfea3.zip
Cleaning out older plugin versions
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'mail-client/sylpheed-claws-mailmbox')
-rw-r--r--mail-client/sylpheed-claws-mailmbox/ChangeLog8
-rw-r--r--mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/mail-client/sylpheed-claws-mailmbox/ChangeLog b/mail-client/sylpheed-claws-mailmbox/ChangeLog
index f61bf95d52f5..d5128a9f2bc5 100644
--- a/mail-client/sylpheed-claws-mailmbox/ChangeLog
+++ b/mail-client/sylpheed-claws-mailmbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/sylpheed-claws-mailmbox
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.5 2004/12/29 00:19:17 ciaranm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/ChangeLog,v 1.6 2005/03/29 17:44:52 genone Exp $
+
+ 29 Mar 2005; Marius Mauch <genone@gentoo.org>
+ sylpheed-claws-mailmbox-0.9.ebuild:
+ Adding gtk include dir to make call.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild
index 151386cfbe24..1b0b78f37bcd 100644
--- a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild
+++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.6 2005/03/29 17:44:52 genone Exp $
MY_P="${P##sylpheed-claws-}"
@@ -11,13 +11,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha"
IUSE=""
-DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1"
+DEPEND=">=mail-client/sylpheed-claws-0.9.12b-r1"
S="${WORKDIR}/${MY_P}"
src_compile() {
econf || die
- emake || die
+ emake CFLAGS="${CFLAGS} -I/usr/include/gtk-1.2" || die
}
src_install() {