public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-07-30 14:58 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-07-30 14:58 UTC (permalink / raw
  To: gentoo-commits

fauli       09/07/30 14:58:55

  Modified:             ChangeLog
  Added:                quilt-el-0.46.2.ebuild
  Log:
  version bump for bug 278645 by Martin von Gagern
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.10                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Feb 2009 19:18:44 -0000	1.9
+++ ChangeLog	30 Jul 2009 14:58:55 -0000	1.10
@@ -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



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.1&content-type=text/plain

Index: quilt-el-0.46.2.ebuild
===================================================================
# 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"
}






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-08-01 14:57 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 9+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-08-01 14:57 UTC (permalink / raw
  To: 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@gentoo.org>
+  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"
 }






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-09-06 16:37 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-09-06 16:37 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/06 16:37:13

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  Marking quilt-el-0.46.2 ppc64 for bug 283659
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Aug 2009 14:57:43 -0000	1.11
+++ ChangeLog	6 Sep 2009 16:37:12 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2009/08/01 14:57:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.12 2009/09/06 16:37:12 ranger Exp $
+
+  06 Sep 2009; Brent Baude <ranger@gentoo.org> quilt-el-0.46.2.ebuild:
+  Marking quilt-el-0.46.2 ppc64 for bug 283659
 
   01 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   quilt-el-0.46.2.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quilt-el-0.46.2.ebuild	1 Aug 2009 14:57:43 -0000	1.2
+++ quilt-el-0.46.2.ebuild	6 Sep 2009 16:37:12 -0000	1.3
@@ -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.2 2009/08/01 14:57:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.3 2009/09/06 16:37:12 ranger Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-09-11 20:40 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-09-11 20:40 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/11 20:40:15

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  amd64/x86 stable, bug #283659
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Sep 2009 16:37:12 -0000	1.12
+++ ChangeLog	11 Sep 2009 20:40:14 -0000	1.13
@@ -1,6 +1,9 @@
 # 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.12 2009/09/06 16:37:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.13 2009/09/11 20:40:14 maekke Exp $
+
+  11 Sep 2009; Markus Meier <maekke@gentoo.org> quilt-el-0.46.2.ebuild:
+  amd64/x86 stable, bug #283659
 
   06 Sep 2009; Brent Baude <ranger@gentoo.org> quilt-el-0.46.2.ebuild:
   Marking quilt-el-0.46.2 ppc64 for bug 283659



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quilt-el-0.46.2.ebuild	6 Sep 2009 16:37:12 -0000	1.3
+++ quilt-el-0.46.2.ebuild	11 Sep 2009 20:40:14 -0000	1.4
@@ -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.3 2009/09/06 16:37:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.4 2009/09/11 20:40:14 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-09-27 16:14 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 16:14 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 16:14:16

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  ppc stable #283659
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.14                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Sep 2009 20:40:14 -0000	1.13
+++ ChangeLog	27 Sep 2009 16:14:15 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2009/09/11 20:40:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.14 2009/09/27 16:14:15 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> quilt-el-0.46.2.ebuild:
+  ppc stable #283659
 
   11 Sep 2009; Markus Meier <maekke@gentoo.org> quilt-el-0.46.2.ebuild:
   amd64/x86 stable, bug #283659



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.5&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.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quilt-el-0.46.2.ebuild	11 Sep 2009 20:40:14 -0000	1.4
+++ quilt-el-0.46.2.ebuild	27 Sep 2009 16:14:15 -0000	1.5
@@ -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.4 2009/09/11 20:40:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.5 2009/09/27 16:14:15 nixnut Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2009-10-02 23:26 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 9+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-10-02 23:26 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/10/02 23:26:06

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  stable sparc, bug 283659
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Sep 2009 16:14:15 -0000	1.14
+++ ChangeLog	2 Oct 2009 23:26:06 -0000	1.15
@@ -1,6 +1,9 @@
 # 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.14 2009/09/27 16:14:15 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.15 2009/10/02 23:26:06 tcunha Exp $
+
+  02 Oct 2009; Tiago Cunha <tcunha@gentoo.org> quilt-el-0.46.2.ebuild:
+  stable sparc, bug 283659
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> quilt-el-0.46.2.ebuild:
   ppc stable #283659



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.6&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.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quilt-el-0.46.2.ebuild	27 Sep 2009 16:14:15 -0000	1.5
+++ quilt-el-0.46.2.ebuild	2 Oct 2009 23:26:06 -0000	1.6
@@ -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.5 2009/09/27 16:14:15 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.6 2009/10/02 23:26:06 tcunha Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2010-07-22  9:11 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-07-22  9:11 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/22 09:11:27

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  add ~arm, bug #327625
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.17                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	3 Oct 2009 20:42:45 -0000	1.16
+++ ChangeLog	22 Jul 2010 09:11:27 -0000	1.17
@@ -1,6 +1,9 @@
 # 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.16 2009/10/03 20:42:45 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.17 2010/07/22 09:11:27 maekke Exp $
+
+  22 Jul 2010; Markus Meier <maekke@gentoo.org> quilt-el-0.46.2.ebuild:
+  add ~arm, bug #327625
 
   03 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
   -quilt-el-0.45.4.ebuild:



1.7                  app-emacs/quilt-el/quilt-el-0.46.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?r1=1.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- quilt-el-0.46.2.ebuild	2 Oct 2009 23:26:06 -0000	1.6
+++ quilt-el-0.46.2.ebuild	22 Jul 2010 09:11:27 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.6 2009/10/02 23:26:06 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.7 2010/07/22 09:11:27 maekke Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2011-01-04  1:29 Michael Weber (xmw)
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber (xmw) @ 2011-01-04  1:29 UTC (permalink / raw
  To: gentoo-commits

xmw         11/01/04 01:29:02

  Modified:             ChangeLog quilt-el-0.46.2.ebuild
  Log:
  arm stable (bug 327625)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Jul 2010 09:11:27 -0000	1.17
+++ ChangeLog	4 Jan 2011 01:29:02 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/quilt-el
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.17 2010/07/22 09:11:27 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.18 2011/01/04 01:29:02 xmw Exp $
+
+  04 Jan 2011; Michael Weber <xmw@gentoo.org> quilt-el-0.46.2.ebuild:
+  arm stable (bug 327625)
 
   22 Jul 2010; Markus Meier <maekke@gentoo.org> quilt-el-0.46.2.ebuild:
   add ~arm, bug #327625



1.8                  app-emacs/quilt-el/quilt-el-0.46.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild?r1=1.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quilt-el-0.46.2.ebuild	22 Jul 2010 09:11:27 -0000	1.7
+++ quilt-el-0.46.2.ebuild	4 Jan 2011 01:29:02 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.7 2010/07/22 09:11:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.8 2011/01/04 01:29:02 xmw Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-util/quilt"






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild
@ 2014-03-12 13:32 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-03-12 13:32 UTC (permalink / raw
  To: gentoo-commits

ulm         14/03/12 13:32:03

  Modified:             ChangeLog
  Removed:              quilt-el-0.46.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.26                 app-emacs/quilt-el/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/quilt-el/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	12 Mar 2014 10:13:20 -0000	1.25
+++ ChangeLog	12 Mar 2014 13:32:03 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/quilt-el
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.25 2014/03/12 10:13:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.26 2014/03/12 13:32:03 ulm Exp $
+
+  12 Mar 2014; Ulrich Müller <ulm@gentoo.org> -quilt-el-0.46.2.ebuild,
+  -files/quilt-el-0.45.4-tramp-recursion.patch:
+  Remove old.
 
   12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> quilt-el-0.48.0.ebuild:
   Stable for sparc, wrt bug #501230





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-12 13:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 14:58 [gentoo-commits] gentoo-x86 commit in app-emacs/quilt-el: ChangeLog quilt-el-0.46.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-01 14:57 Diego Petteno (flameeyes)
2009-09-06 16:37 Brent Baude (ranger)
2009-09-11 20:40 Markus Meier (maekke)
2009-09-27 16:14 Gysbert Wassenaar (nixnut)
2009-10-02 23:26 Tiago Cunha (tcunha)
2010-07-22  9:11 Markus Meier (maekke)
2011-01-04  1:29 Michael Weber (xmw)
2014-03-12 13:32 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox