summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/quilt-el/ChangeLog6
-rw-r--r--app-emacs/quilt-el/quilt-el-0.45.4.ebuild27
2 files changed, 5 insertions, 28 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog
index 76cb5a6ce3fe..9ce685f5de26 100644
--- a/app-emacs/quilt-el/ChangeLog
+++ b/app-emacs/quilt-el/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2009/10/02 23:26:06 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.16 2009/10/03 20:42:45 fauli Exp $
+
+ 03 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
+ -quilt-el-0.45.4.ebuild:
+ clean up
02 Oct 2009; Tiago Cunha <tcunha@gentoo.org> quilt-el-0.46.2.ebuild:
stable sparc, bug 283659
diff --git a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild b/app-emacs/quilt-el/quilt-el-0.45.4.ebuild
deleted file mode 100644
index fa3e0f8efd4a..000000000000
--- a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.45.4.ebuild,v 1.9 2009/02/19 19:18:44 nixnut Exp $
-
-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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-tramp-recursion.patch"
- epatch "${FILESDIR}/${P}-header-window.patch"
-}