diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-03 19:17:08 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-07-03 19:17:08 +0000 |
commit | 8424c0e7e8d5972f866d7a69ffd2d9bd89ba5c60 (patch) | |
tree | d9f2190022af0983caf57efa1013f263ecaaaf0f /www-client | |
parent | prefix support (diff) | |
download | gentoo-2-8424c0e7e8d5972f866d7a69ffd2d9bd89ba5c60.tar.gz gentoo-2-8424c0e7e8d5972f866d7a69ffd2d9bd89ba5c60.tar.bz2 gentoo-2-8424c0e7e8d5972f866d7a69ffd2d9bd89ba5c60.zip |
Allow user to apply any additional patches without modifing ebuild
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index 5d8d58359110..fca301dce9ef 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.315 2011/07/03 18:25:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.316 2011/07/03 19:17:08 polynomial-c Exp $ + + 03 Jul 2011; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.1.ebuild: + Allow user to apply any additional patches without modifing ebuild. *seamonkey-2.1 (03 Jul 2011) diff --git a/www-client/seamonkey/seamonkey-2.1.ebuild b/www-client/seamonkey/seamonkey-2.1.ebuild index e692d2b3476d..4228d08a3f01 100644 --- a/www-client/seamonkey/seamonkey-2.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild,v 1.1 2011/07/03 18:25:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.1.ebuild,v 1.2 2011/07/03 19:17:08 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -138,6 +138,9 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.1b3-restore-tabbar-scrolling-from-2.1b2.diff + # Allow user to apply any additional patches without modifing ebuild + epatch_user + if use crypt ; then mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail cd "${S}"/mailnews/extensions/enigmail || die |