diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-03-29 22:30:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-03-29 22:30:30 +0000 |
commit | 1e99a1823e932b54c2c62eb894a48ca5c9bfe0d0 (patch) | |
tree | 17495955fa60e26c3d5811bd13981565b0cb1232 /app-emacs/icicles | |
parent | Add patch for gcc 4.4. Fixes bug #262319. (diff) | |
download | gentoo-2-1e99a1823e932b54c2c62eb894a48ca5c9bfe0d0.tar.gz gentoo-2-1e99a1823e932b54c2c62eb894a48ca5c9bfe0d0.tar.bz2 gentoo-2-1e99a1823e932b54c2c62eb894a48ca5c9bfe0d0.zip |
Use autopatch feature of elisp.eclass.
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'app-emacs/icicles')
-rw-r--r-- | app-emacs/icicles/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-20081210.ebuild | 13 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog index b3df4d4bb186..01f702be8fc4 100644 --- a/app-emacs/icicles/ChangeLog +++ b/app-emacs/icicles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/icicles # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.4 2009/01/29 02:02:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.5 2009/03/29 22:30:30 ulm Exp $ + + 29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> icicles-20081210.ebuild: + Use autopatch feature of elisp.eclass. 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> -icicles-20071205.ebuild: diff --git a/app-emacs/icicles/icicles-20081210.ebuild b/app-emacs/icicles/icicles-20081210.ebuild index 8396fa337551..c3c9b6f2bc8a 100644 --- a/app-emacs/icicles/icicles-20081210.ebuild +++ b/app-emacs/icicles/icicles-20081210.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild,v 1.1 2008/12/14 20:56:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20081210.ebuild,v 1.2 2009/03/29 22:30:30 ulm Exp $ -inherit elisp eutils +inherit elisp DESCRIPTION="Minibuffer input completion and cycling" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Icicles" @@ -15,10 +15,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${PN}" +ELISP_PATCHES="${PN}-byte-compile-without-x.patch" SITEFILE="50${PN}-gentoo.el" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch" -} |