diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-21 02:41:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-09-21 02:41:06 +0000 |
commit | c586a4e68daa5cf5c3736c17987f5b1d13ff0722 (patch) | |
tree | 74e30ec029e078a772a516635ab706f9f2d9a7e2 /app-emacs/qwerty | |
parent | resolves bug 20987 (diff) | |
download | gentoo-2-c586a4e68daa5cf5c3736c17987f5b1d13ff0722.tar.gz gentoo-2-c586a4e68daa5cf5c3736c17987f5b1d13ff0722.tar.bz2 gentoo-2-c586a4e68daa5cf5c3736c17987f5b1d13ff0722.zip |
resolves bug 20987
Diffstat (limited to 'app-emacs/qwerty')
-rw-r--r-- | app-emacs/qwerty/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/qwerty/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/qwerty/files/50qwerty-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/qwerty/files/digest-qwerty-1.1 | 1 | ||||
-rw-r--r-- | app-emacs/qwerty/qwerty-1.1.ebuild | 18 |
5 files changed, 35 insertions, 2 deletions
diff --git a/app-emacs/qwerty/ChangeLog b/app-emacs/qwerty/ChangeLog new file mode 100644 index 000000000000..f297cdffab62 --- /dev/null +++ b/app-emacs/qwerty/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emacs/qwerty +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/qwerty/ChangeLog,v 1.1 2003/09/21 02:41:04 mkennedy Exp $ + +*qwerty-1.1 (20 Sep 2003) + + 20 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> : + Initial import. Ebuild contributed by Louis C. Candell <gentoo@ossh.com>. diff --git a/app-emacs/qwerty/Manifest b/app-emacs/qwerty/Manifest index dea2aa00beed..923d0ce5136f 100644 --- a/app-emacs/qwerty/Manifest +++ b/app-emacs/qwerty/Manifest @@ -1,4 +1,4 @@ -MD5 6fd9b6bd391d1738d7446d0a3f565f21 ChangeLog 374 -MD5 55db8968391896686ace0c7185295091 qwerty-1.1.ebuild 569 +MD5 a5a0db9d08a9fc6ad910ca4d04c95e7a ChangeLog 375 +MD5 28ba9826c67167e329eb00414fd270ee qwerty-1.1.ebuild 570 MD5 ce79aaaf41f503d9454e3a8f7ebe21aa files/digest-qwerty-1.1 60 MD5 3ca4153bc5e379f4452e099128ab01c5 files/50qwerty-gentoo.el 176 diff --git a/app-emacs/qwerty/files/50qwerty-gentoo.el b/app-emacs/qwerty/files/50qwerty-gentoo.el new file mode 100644 index 000000000000..15dc6a8e12f1 --- /dev/null +++ b/app-emacs/qwerty/files/50qwerty-gentoo.el @@ -0,0 +1,6 @@ + +;;; qwerty site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'qwerty "qwerty" "Switch between QWERTY and DVORAK without changing the system keymap" t) + diff --git a/app-emacs/qwerty/files/digest-qwerty-1.1 b/app-emacs/qwerty/files/digest-qwerty-1.1 new file mode 100644 index 000000000000..85f02ddaa77a --- /dev/null +++ b/app-emacs/qwerty/files/digest-qwerty-1.1 @@ -0,0 +1 @@ +MD5 6de9a8e4e8ed2a283bc63e8cb73fcb7c qwerty-1.1.tar.gz 3629 diff --git a/app-emacs/qwerty/qwerty-1.1.ebuild b/app-emacs/qwerty/qwerty-1.1.ebuild new file mode 100644 index 000000000000..0970b4af90d7 --- /dev/null +++ b/app-emacs/qwerty/qwerty-1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/21 02:41:04 mkennedy Exp $ + +inherit elisp + +IUSE="" +DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap." +HOMEPAGE="gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +SITEFILE=50qwerty-gentoo.el |