Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
flameeyes 09/08/01 14:57:43
Modified: ChangeLog quilt-el-0.46.2.ebuild
Log:
Fix the ebuild that didn't even unpack.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.11 app-emacs/quilt-el/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 30 Jul 2009 14:58:55 -0000 1.10
+++ ChangeLog 1 Aug 2009 14:57:43 -0000 1.11
@@ -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.10 2009/07/30 14:58:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.11 2009/08/01 14:57:43 flameeyes Exp $
+
+ 01 Aug 2009; Diego E. Pettenò <flameeyes@g.o>
+ quilt-el-0.46.2.ebuild:
+ Fix the ebuild that didn't even unpack.
*quilt-el-0.46.2 (30 Jul 2009)
1.2 app-emacs/quilt-el/quilt-el-0.46.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?r1=1.1&r2=1.2
Index: quilt-el-0.46.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quilt-el-0.46.2.ebuild 30 Jul 2009 14:58:55 -0000 1.1
+++ quilt-el-0.46.2.ebuild 1 Aug 2009 14:57:43 -0000 1.2
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.2 2009/08/01 14:57:43 flameeyes Exp $
EAPI=2
@@ -22,6 +22,6 @@
DOCS="README changelog"
src_prepare() {
- epatch "${FILESDIR}/${P}-0.45.4-tramp-recursion.patch"
- epatch "${FILESDIR}/${P}-0.45.4-header-window.patch"
+ epatch "${FILESDIR}/${PN}-0.45.4-tramp-recursion.patch"
+ epatch "${FILESDIR}/${PN}-0.45.4-header-window.patch"
}
|
|