diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-30 14:58:55 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-30 14:58:55 +0000 |
commit | 509f8895c075b1348930dd4e48687b42501d389f (patch) | |
tree | e5839cf15b1de1ed98d1bcbfaf4e153a490b767f /app-emacs | |
parent | clean up (diff) | |
download | gentoo-2-509f8895c075b1348930dd4e48687b42501d389f.tar.gz gentoo-2-509f8895c075b1348930dd4e48687b42501d389f.tar.bz2 gentoo-2-509f8895c075b1348930dd4e48687b42501d389f.zip |
version bump for bug 278645 by Martin von Gagern
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.46.2.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index ad121359fdab..93c502e10641 100644 --- a/app-emacs/quilt-el/ChangeLog +++ b/app-emacs/quilt-el/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/quilt-el # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.9 2009/02/19 19:18:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.10 2009/07/30 14:58:55 fauli Exp $ + +*quilt-el-0.46.2 (30 Jul 2009) + + 30 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + +quilt-el-0.46.2.ebuild: + version bump for bug 278645 by Martin von Gagern 19 Feb 2009; nixnut <nixnut@gentoo.org> quilt-el-0.45.4.ebuild: ppc stable #254621 diff --git a/app-emacs/quilt-el/quilt-el-0.46.2.ebuild b/app-emacs/quilt-el/quilt-el-0.46.2.ebuild new file mode 100644 index 000000000000..570cf3ea6f90 --- /dev/null +++ b/app-emacs/quilt-el/quilt-el-0.46.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.1 2009/07/30 14:58:55 fauli Exp $ + +EAPI=2 + +inherit elisp eutils + +DESCRIPTION="Quilt mode for Emacs" +HOMEPAGE="http://stakeuchi.sakura.ne.jp/dev/quilt-el/" +SRC_URI="http://stakeuchi.sakura.ne.jp/dev/quilt-el/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-util/quilt" + +S="${WORKDIR}/${PN}" +SITEFILE=50${PN}-gentoo.el +DOCS="README changelog" + +src_prepare() { + epatch "${FILESDIR}/${P}-0.45.4-tramp-recursion.patch" + epatch "${FILESDIR}/${P}-0.45.4-header-window.patch" +} |