diff options
author | 2007-10-10 06:47:18 +0000 | |
---|---|---|
committer | 2007-10-10 06:47:18 +0000 | |
commit | 6c136c2078648931b94719ec9eb6aa97267b1524 (patch) | |
tree | 891eaee89e4c3cec378510f5040b5fb7a5a7abef /app-editors/jasspa-microemacs | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | historical-6c136c2078648931b94719ec9eb6aa97267b1524.tar.gz historical-6c136c2078648931b94719ec9eb6aa97267b1524.tar.bz2 historical-6c136c2078648931b94719ec9eb6aa97267b1524.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-editors/jasspa-microemacs')
3 files changed, 8 insertions, 6 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index 0107dcb3a179..3156dbd45774 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.26 2007/07/27 05:57:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.27 2007/10/10 06:47:18 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + jasspa-microemacs-20050505-r3.ebuild, + jasspa-microemacs-20060909-r1.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 27 Jul 2007; Ulrich Mueller <ulm@gentoo.org> -files/me, -jasspa-microemacs-20060909.ebuild: diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild index efb3faede52e..63b4c2f78340 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild,v 1.5 2007/06/12 06:29:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20050505-r3.ebuild,v 1.6 2007/10/10 06:47:18 opfer Exp $ inherit eutils @@ -26,7 +26,6 @@ DEPEND="virtual/libc sys-libs/ncurses X? ( x11-libs/libX11 x11-libs/libXt )" -PROVIDE="virtual/editor" S="${WORKDIR}/me${PV:2}/src" diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild index a4b849067ce3..c22930b1803f 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.4 2007/07/25 21:30:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.5 2007/10/10 06:47:18 opfer Exp $ inherit eutils toolchain-funcs @@ -26,8 +26,6 @@ DEPEND="${RDEPEND} X? ( x11-libs/libXt x11-proto/xproto )" -PROVIDE="virtual/editor" - S="${WORKDIR}/me${PV:2}/src" src_unpack() { |