public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild
@ 2009-06-20 16:22 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-20 16:22 UTC (permalink / raw
  To: gentoo-commits

vapier      09/06/20 16:22:54

  Modified:             ChangeLog
  Added:                e16keyedit-0.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 x11-misc/e16keyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	19 Dec 2006 23:23:37 -0000	1.12
+++ ChangeLog	20 Jun 2009 16:22:54 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/e16keyedit
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.12 2006/12/19 23:23:37 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.13 2009/06/20 16:22:54 vapier Exp $
+
+*e16keyedit-0.6 (20 Jun 2009)
+
+  20 Jun 2009; Mike Frysinger <vapier@gentoo.org> +e16keyedit-0.6.ebuild:
+  Version bump.
 
 *e16keyedit-0.5 (19 Dec 2006)
 



1.1                  x11-misc/e16keyedit/e16keyedit-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.1&content-type=text/plain

Index: e16keyedit-0.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.1 2009/06/20 16:22:54 vapier Exp $

DESCRIPTION="Key binding editor for enlightenment 16"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="=x11-libs/gtk+-2*"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_compile() {
	econf --enable-gtk2 || die
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc README ChangeLog AUTHORS
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild
@ 2010-07-31 23:19 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-07-31 23:19 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/07/31 23:19:23

  Modified:             ChangeLog e16keyedit-0.6.ebuild
  Log:
  x86 stable wrt bug #330575
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.15                 x11-misc/e16keyedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	31 Jul 2010 04:01:50 -0000	1.14
+++ ChangeLog	31 Jul 2010 23:19:23 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/e16keyedit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.14 2010/07/31 04:01:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.15 2010/07/31 23:19:23 phajdan.jr Exp $
+
+  31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  e16keyedit-0.6.ebuild:
+  x86 stable wrt bug #330575
 
 *e16keyedit-0.7 (31 Jul 2010)
 



1.2                  x11-misc/e16keyedit/e16keyedit-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?r1=1.1&r2=1.2

Index: e16keyedit-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e16keyedit-0.6.ebuild	20 Jun 2009 16:22:54 -0000	1.1
+++ e16keyedit-0.6.ebuild	31 Jul 2010 23:19:23 -0000	1.2
@@ -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/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.1 2009/06/20 16:22:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.2 2010/07/31 23:19:23 phajdan.jr Exp $
 
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="http://www.enlightenment.org/"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="=x11-libs/gtk+-2*"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild
@ 2010-08-01 13:35 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-01 13:35 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/01 13:35:44

  Modified:             ChangeLog e16keyedit-0.6.ebuild
  Log:
  Stable on amd64 wrt bug #330575
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 x11-misc/e16keyedit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	31 Jul 2010 23:19:23 -0000	1.15
+++ ChangeLog	1 Aug 2010 13:35:44 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/e16keyedit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.15 2010/07/31 23:19:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.16 2010/08/01 13:35:44 hwoarang Exp $
+
+  01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> e16keyedit-0.6.ebuild:
+  Stable on amd64 wrt bug #330575
 
   31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   e16keyedit-0.6.ebuild:



1.3                  x11-misc/e16keyedit/e16keyedit-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?r1=1.2&r2=1.3

Index: e16keyedit-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- e16keyedit-0.6.ebuild	31 Jul 2010 23:19:23 -0000	1.2
+++ e16keyedit-0.6.ebuild	1 Aug 2010 13:35:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.2 2010/07/31 23:19:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.3 2010/08/01 13:35:44 hwoarang Exp $
 
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="http://www.enlightenment.org/"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="=x11-libs/gtk+-2*"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild
@ 2010-09-18 17:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-18 17:01 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/18 17:01:17

  Modified:             ChangeLog e16keyedit-0.6.ebuild
  Log:
  sparc stable wrt #330575
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.17                 x11-misc/e16keyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Aug 2010 13:35:44 -0000	1.16
+++ ChangeLog	18 Sep 2010 17:01:17 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/e16keyedit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.16 2010/08/01 13:35:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.17 2010/09/18 17:01:17 armin76 Exp $
+
+  18 Sep 2010; Raúl Porcel <armin76@gentoo.org> e16keyedit-0.6.ebuild:
+  sparc stable wrt #330575
 
   01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> e16keyedit-0.6.ebuild:
   Stable on amd64 wrt bug #330575



1.4                  x11-misc/e16keyedit/e16keyedit-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?r1=1.3&r2=1.4

Index: e16keyedit-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- e16keyedit-0.6.ebuild	1 Aug 2010 13:35:44 -0000	1.3
+++ e16keyedit-0.6.ebuild	18 Sep 2010 17:01:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.3 2010/08/01 13:35:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.4 2010/09/18 17:01:17 armin76 Exp $
 
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="http://www.enlightenment.org/"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND="=x11-libs/gtk+-2*"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild
@ 2010-10-25 17:53 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-10-25 17:53 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/25 17:53:26

  Modified:             ChangeLog e16keyedit-0.6.ebuild
  Log:
  stable ppc, bug 330575
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.18                 x11-misc/e16keyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	18 Sep 2010 17:01:17 -0000	1.17
+++ ChangeLog	25 Oct 2010 17:53:26 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/e16keyedit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.17 2010/09/18 17:01:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.18 2010/10/25 17:53:26 ranger Exp $
+
+  25 Oct 2010; Brent Baude <ranger@gentoo.org> e16keyedit-0.6.ebuild:
+  stable ppc, bug 330575
 
   18 Sep 2010; Raúl Porcel <armin76@gentoo.org> e16keyedit-0.6.ebuild:
   sparc stable wrt #330575



1.5                  x11-misc/e16keyedit/e16keyedit-0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild?r1=1.4&r2=1.5

Index: e16keyedit-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- e16keyedit-0.6.ebuild	18 Sep 2010 17:01:17 -0000	1.4
+++ e16keyedit-0.6.ebuild	25 Oct 2010 17:53:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.4 2010/09/18 17:01:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.6.ebuild,v 1.5 2010/10/25 17:53:26 ranger Exp $
 
 DESCRIPTION="Key binding editor for enlightenment 16"
 HOMEPAGE="http://www.enlightenment.org/"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND="=x11-libs/gtk+-2*"






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

end of thread, other threads:[~2010-10-25 17:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31 23:19 [gentoo-commits] gentoo-x86 commit in x11-misc/e16keyedit: ChangeLog e16keyedit-0.6.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-25 17:53 Brent Baude (ranger)
2010-09-18 17:01 Raul Porcel (armin76)
2010-08-01 13:35 Markos Chandras (hwoarang)
2009-06-20 16:22 Mike Frysinger (vapier)

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