diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-03-05 23:01:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-03-05 23:01:22 +0000 |
commit | d0521b08de9db14a87e3f64e279bbfcd807af83b (patch) | |
tree | 3d6bc1a758161f46035656a67abac08060bcd05b /app-emacs/qwerty | |
parent | Removed libmpcdecsv7 mask (it will be handled by blockers in musepack-tools i... (diff) | |
download | gentoo-2-d0521b08de9db14a87e3f64e279bbfcd807af83b.tar.gz gentoo-2-d0521b08de9db14a87e3f64e279bbfcd807af83b.tar.bz2 gentoo-2-d0521b08de9db14a87e3f64e279bbfcd807af83b.zip |
LICENSE is GPL-1 or later. Update HOMEPAGE.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-emacs/qwerty')
-rw-r--r-- | app-emacs/qwerty/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/qwerty/files/50qwerty-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/qwerty/qwerty-1.1.ebuild | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/app-emacs/qwerty/ChangeLog b/app-emacs/qwerty/ChangeLog index 009c29aa4011..134705f29a92 100644 --- a/app-emacs/qwerty/ChangeLog +++ b/app-emacs/qwerty/ChangeLog @@ -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. diff --git a/app-emacs/qwerty/files/50qwerty-gentoo.el b/app-emacs/qwerty/files/50qwerty-gentoo.el index 15dc6a8e12f1..20580cfc7c11 100644 --- a/app-emacs/qwerty/files/50qwerty-gentoo.el +++ b/app-emacs/qwerty/files/50qwerty-gentoo.el @@ -1,6 +1,3 @@ - -;;; qwerty site-lisp configuration - (add-to-list 'load-path "@SITELISP@") -(autoload 'qwerty "qwerty" "Switch between QWERTY and DVORAK without changing the system keymap" t) - +(autoload 'qwerty "qwerty" + "Switch between QWERTY and DVORAK without changing the system keymap" t) diff --git a/app-emacs/qwerty/qwerty-1.1.ebuild b/app-emacs/qwerty/qwerty-1.1.ebuild index 05ac4685dd08..3c1607e7712f 100644 --- a/app-emacs/qwerty/qwerty-1.1.ebuild +++ b/app-emacs/qwerty/qwerty-1.1.ebuild @@ -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" |