diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-06-21 18:55:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-06-21 18:55:50 +0000 |
commit | 7abd669c0169144d6c02bc444b3dd858aa76a1e4 (patch) | |
tree | 72a4ff4b76f9f5b703feed5a8165ff4606e8caf7 /app-misc | |
parent | Tarball gconfd-2.m4 for USE -gnome and eautoreconf wrt #273538, thanks to Mar... (diff) | |
download | gentoo-2-7abd669c0169144d6c02bc444b3dd858aa76a1e4.tar.gz gentoo-2-7abd669c0169144d6c02bc444b3dd858aa76a1e4.tar.bz2 gentoo-2-7abd669c0169144d6c02bc444b3dd858aa76a1e4.zip |
Rename virtual/xemacs -> app-editors/xemacs.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gtypist/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.7-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog index 1bfebb876b1a..ade85bd9cb9a 100644 --- a/app-misc/gtypist/ChangeLog +++ b/app-misc/gtypist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/gtypist -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.14 2007/10/05 20:32:55 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.15 2009/06/21 18:55:50 graaff Exp $ + + 21 Jun 2009; Hans de Graaff <graaff@gentoo.org> gtypist-2.7-r1.ebuild: + Rename virtual/xemacs -> app-editors/xemacs since the virtual has been + removed. *gtypist-2.7-r1 (05 Oct 2007) diff --git a/app-misc/gtypist/gtypist-2.7-r1.ebuild b/app-misc/gtypist/gtypist-2.7-r1.ebuild index 7ab5671404da..26dad2f19a4a 100644 --- a/app-misc/gtypist/gtypist-2.7-r1.ebuild +++ b/app-misc/gtypist/gtypist-2.7-r1.ebuild @@ -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-misc/gtypist/gtypist-2.7-r1.ebuild,v 1.1 2007/10/05 20:32:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.7-r1.ebuild,v 1.2 2009/06/21 18:55:50 graaff Exp $ inherit eutils elisp-common @@ -15,7 +15,7 @@ IUSE="nls emacs xemacs" DEPEND=">=sys-libs/ncurses-5.2 emacs? ( virtual/emacs ) - xemacs? ( !emacs? ( virtual/xemacs app-xemacs/fsf-compat ) )" + xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )" RDEPEND="${DEPEND}" |