diff options
author | 2010-03-05 23:01:22 +0000 | |
---|---|---|
committer | 2010-03-05 23:01:22 +0000 | |
commit | 797834f34d4c53b83b4c76d529ed81ddb2eb4aa9 (patch) | |
tree | 90b4eb0b315981da8e5323bb2cbcb1ed6ae56eb3 /app-emacs/qwerty/qwerty-1.1.ebuild | |
parent | Removed libmpcdecsv7 mask (it will be handled by blockers in musepack-tools i... (diff) | |
download | historical-797834f34d4c53b83b4c76d529ed81ddb2eb4aa9.tar.gz historical-797834f34d4c53b83b4c76d529ed81ddb2eb4aa9.tar.bz2 historical-797834f34d4c53b83b4c76d529ed81ddb2eb4aa9.zip |
LICENSE is GPL-1 or later. Update HOMEPAGE.
Package-Manager: portage-2.2_rc63/cvs/Linux i686
Diffstat (limited to 'app-emacs/qwerty/qwerty-1.1.ebuild')
-rw-r--r-- | app-emacs/qwerty/qwerty-1.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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" |