diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
commit | 870257589f8bad0b42e45ed069a73b92c4a2fba1 (patch) | |
tree | 8fe180f73d7d8537ece6b6174969bd172504b458 /app-editors/emacs-cvs | |
parent | virtual bootloaders in the profiles and virtuals files (diff) | |
download | gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.gz gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.bz2 gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.zip |
providing virtual/editor
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index a7ce28d0a8a5..a3920ad24541 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.5 2002/12/13 10:56:05 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.6 2003/01/06 10:41:54 seemant Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *emacs-cvs-21.3.50 (22 Nov 2002) + 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> emacs-cvs-21.3.50.ebuild : + + PROVIDE virtual/editor in addition to virtual/emacs + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 06 Dec 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, emacs-cvs-21.3.50.ebuild : diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index 204bee46cc19..d7ac42d88342 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.4 2002/12/09 04:17:39 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.5 2003/01/06 10:41:54 seemant Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -30,9 +30,8 @@ DEPEND=">=sys-libs/ncurses-5.3 >=media-libs/libpng-1.2.5 >=x11-libs/Xaw3d-1.5-r1 ) nls? ( >=sys-devel/gettext-0.11.5 )" -RDEPEND="" -PROVIDE="virtual/emacs" +PROVIDE="virtual/emacs virtual/editor" SLOT="0" LICENSE="GPL-2" |