diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:14:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:14:30 +0000 |
commit | 93c8abb6b6d62fc70e09b13ba63bff65755755a8 (patch) | |
tree | b5f85b75201b92c0ea4141f8a119f5438b22df89 /app-emacs | |
parent | Fix dependencies. (diff) | |
download | gentoo-2-93c8abb6b6d62fc70e09b13ba63bff65755755a8.tar.gz gentoo-2-93c8abb6b6d62fc70e09b13ba63bff65755755a8.tar.bz2 gentoo-2-93c8abb6b6d62fc70e09b13ba63bff65755755a8.zip |
Remove redundant dependency on virtual/emacs.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/qwerty/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/qwerty/qwerty-1.1.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-emacs/qwerty/ChangeLog b/app-emacs/qwerty/ChangeLog index 383e244762c1..009c29aa4011 100644 --- a/app-emacs/qwerty/ChangeLog +++ b/app-emacs/qwerty/ChangeLog @@ -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 diff --git a/app-emacs/qwerty/qwerty-1.1.ebuild b/app-emacs/qwerty/qwerty-1.1.ebuild index 654f8ac232a7..05ac4685dd08 100644 --- a/app-emacs/qwerty/qwerty-1.1.ebuild +++ b/app-emacs/qwerty/qwerty-1.1.ebuild @@ -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" |