* [gentoo-commits] gentoo-x86 commit in app-emacs/qwerty: ChangeLog qwerty-1.1.ebuild
@ 2009-05-05 8:06 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-05 8:06 UTC (permalink / raw
To: gentoo-commits
fauli 09/05/05 08:06:56
Modified: ChangeLog qwerty-1.1.ebuild
Log:
set explicit RDEPEND
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.10 app-emacs/qwerty/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 2 Dec 2007 14:36:25 -0000 1.9
+++ ChangeLog 5 May 2009 08:06:56 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/qwerty
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.9 2007/12/02 14:36:25 opfer Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.10 2009/05/05 08:06:56 fauli Exp $
+
+ 05 May 2009; Christian Faulhammer <fauli@gentoo.org> qwerty-1.1.ebuild:
+ set explicit RDEPEND
02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> qwerty-1.1.ebuild:
stable amd64
1.12 app-emacs/qwerty/qwerty-1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?r1=1.11&r2=1.12
Index: qwerty-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qwerty-1.1.ebuild 2 Dec 2007 14:36:25 -0000 1.11
+++ qwerty-1.1.ebuild 5 May 2009 08:06:56 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.11 2007/12/02 14:36:25 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.12 2009/05/05 08:06:56 fauli Exp $
inherit elisp
@@ -13,5 +13,6 @@
SLOT="0"
KEYWORDS="amd64 ppc x86"
DEPEND="virtual/emacs"
+RDEPEND="${DEPEND}"
SITEFILE=50qwerty-gentoo.el
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/qwerty: ChangeLog qwerty-1.1.ebuild
@ 2009-05-05 17:14 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-05-05 17:14 UTC (permalink / raw
To: gentoo-commits
ulm 09/05/05 17:14:30
Modified: ChangeLog qwerty-1.1.ebuild
Log:
Remove redundant dependency on virtual/emacs.
(Portage version: 2.2_rc31/cvs/Linux i686)
Revision Changes Path
1.11 app-emacs/qwerty/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 5 May 2009 08:06:56 -0000 1.10
+++ ChangeLog 5 May 2009 17:14:30 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/qwerty
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.10 2009/05/05 08:06:56 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.11 2009/05/05 17:14:30 ulm Exp $
+
+ 05 May 2009; Ulrich Mueller <ulm@gentoo.org> qwerty-1.1.ebuild:
+ Remove redundant dependency on virtual/emacs; it is already in elisp.eclass.
05 May 2009; Christian Faulhammer <fauli@gentoo.org> qwerty-1.1.ebuild:
set explicit RDEPEND
1.13 app-emacs/qwerty/qwerty-1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?r1=1.12&r2=1.13
Index: qwerty-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- qwerty-1.1.ebuild 5 May 2009 08:06:56 -0000 1.12
+++ qwerty-1.1.ebuild 5 May 2009 17:14:30 -0000 1.13
@@ -1,18 +1,17 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.12 2009/05/05 08:06:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.13 2009/05/05 17:14:30 ulm Exp $
inherit elisp
-IUSE=""
-DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap."
+DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap"
# gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>"
HOMEPAGE="http://groups-beta.google.com/group/gnu.emacs.sources/msg/eab31c752dfdd3a5"
SRC_URI="mirror://gentoo/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-DEPEND="virtual/emacs"
-RDEPEND="${DEPEND}"
+IUSE=""
-SITEFILE=50qwerty-gentoo.el
+SITEFILE="50qwerty-gentoo.el"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/qwerty: ChangeLog qwerty-1.1.ebuild
@ 2010-03-05 23:01 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-03-05 23:01 UTC (permalink / raw
To: gentoo-commits
ulm 10/03/05 23:01:22
Modified: ChangeLog qwerty-1.1.ebuild
Log:
LICENSE is GPL-1 or later. Update HOMEPAGE.
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.12 app-emacs/qwerty/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 5 May 2009 17:14:30 -0000 1.11
+++ ChangeLog 5 Mar 2010 23:01:21 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/qwerty
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.11 2009/05/05 17:14:30 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.12 2010/03/05 23:01:21 ulm Exp $
+
+ 05 Mar 2010; Ulrich Mueller <ulm@gentoo.org> qwerty-1.1.ebuild:
+ LICENSE is GPL-1 or later. Update HOMEPAGE.
05 May 2009; Ulrich Mueller <ulm@gentoo.org> qwerty-1.1.ebuild:
Remove redundant dependency on virtual/emacs; it is already in elisp.eclass.
1.14 app-emacs/qwerty/qwerty-1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?r1=1.13&r2=1.14
Index: qwerty-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- qwerty-1.1.ebuild 5 May 2009 17:14:30 -0000 1.13
+++ qwerty-1.1.ebuild 5 Mar 2010 23:01:21 -0000 1.14
@@ -1,17 +1,17 @@
-# 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/qwerty/qwerty-1.1.ebuild,v 1.13 2009/05/05 17:14:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.14 2010/03/05 23:01:21 ulm Exp $
inherit elisp
DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap"
# gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>"
-HOMEPAGE="http://groups-beta.google.com/group/gnu.emacs.sources/msg/eab31c752dfdd3a5"
+HOMEPAGE="http://groups.google.com/group/gnu.emacs.sources/msg/eab31c752dfdd3a5"
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-SITEFILE="50qwerty-gentoo.el"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/qwerty: ChangeLog qwerty-1.1.ebuild
@ 2014-02-18 23:05 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-02-18 23:05 UTC (permalink / raw
To: gentoo-commits
ulm 14/02/18 23:05:53
Modified: ChangeLog qwerty-1.1.ebuild
Log:
Update ebuild to EAPI 5. Specify LICENSE more precisely.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.13 app-emacs/qwerty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 5 Mar 2010 23:01:21 -0000 1.12
+++ ChangeLog 18 Feb 2014 23:05:53 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/qwerty
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.12 2010/03/05 23:01:21 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.13 2014/02/18 23:05:53 ulm Exp $
+
+ 18 Feb 2014; Ulrich Müller <ulm@gentoo.org> qwerty-1.1.ebuild:
+ Update ebuild to EAPI 5. Specify LICENSE more precisely.
05 Mar 2010; Ulrich Mueller <ulm@gentoo.org> qwerty-1.1.ebuild:
LICENSE is GPL-1 or later. Update HOMEPAGE.
1.15 app-emacs/qwerty/qwerty-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild?r1=1.14&r2=1.15
Index: qwerty-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- qwerty-1.1.ebuild 5 Mar 2010 23:01:21 -0000 1.14
+++ qwerty-1.1.ebuild 18 Feb 2014 23:05:53 -0000 1.15
@@ -1,17 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.14 2010/03/05 23:01:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/qwerty-1.1.ebuild,v 1.15 2014/02/18 23:05:53 ulm Exp $
+
+EAPI=5
inherit elisp
DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap"
-# gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>"
+# gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>
HOMEPAGE="http://groups.google.com/group/gnu.emacs.sources/msg/eab31c752dfdd3a5"
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-1"
+LICENSE="GPL-1+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-18 23:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 23:05 [gentoo-commits] gentoo-x86 commit in app-emacs/qwerty: ChangeLog qwerty-1.1.ebuild Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2010-03-05 23:01 Ulrich Mueller (ulm)
2009-05-05 17:14 Ulrich Mueller (ulm)
2009-05-05 8:06 Christian Faulhammer (fauli)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox