diff options
author | 2007-10-10 06:10:57 +0000 | |
---|---|---|
committer | 2007-10-10 06:10:57 +0000 | |
commit | 2d27d03379410ff97b7047fbb05e8adeec45d05f (patch) | |
tree | de554a615c6a8a63d150ecec7cda9e0a85150d35 /app-editors/nano | |
parent | initial commit to remove all the PROVIDE=virtual/editor statements in various... (diff) | |
download | historical-2d27d03379410ff97b7047fbb05e8adeec45d05f.tar.gz historical-2d27d03379410ff97b7047fbb05e8adeec45d05f.tar.bz2 historical-2d27d03379410ff97b7047fbb05e8adeec45d05f.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/nano')
-rw-r--r-- | app-editors/nano/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/nano/nano-1.2.5.ebuild | 5 | ||||
-rw-r--r-- | app-editors/nano/nano-1.3.12-r1.ebuild | 3 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.3.ebuild | 3 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.4.ebuild | 3 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.6.ebuild | 3 |
6 files changed, 12 insertions, 12 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index b2e3344b3051..22407434cfc5 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/nano # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.174 2007/07/07 06:13:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.175 2007/10/10 06:07:36 opfer Exp $ + + 10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> nano-1.2.5.ebuild, + nano-1.3.12-r1.ebuild, nano-2.0.3.ebuild, nano-2.0.4.ebuild, + nano-2.0.6.ebuild: + remove PROVIDE=virtual/editor as we have now a new-style virtual 07 Jul 2007; Jeroen Roovers <jer@gentoo.org> nano-2.0.6.ebuild: Stable for HPPA (bug #184313). diff --git a/app-editors/nano/nano-1.2.5.ebuild b/app-editors/nano/nano-1.2.5.ebuild index 13209212bb92..d6ade902cb05 100644 --- a/app-editors/nano/nano-1.2.5.ebuild +++ b/app-editors/nano/nano-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.4 2006/07/30 20:06:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.5 2007/10/10 06:07:36 opfer Exp $ inherit eutils @@ -17,7 +17,6 @@ IUSE="nls build spell justify debug slang ncurses" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) !ncurses? ( slang? ( =sys-libs/slang-1* ) )" -PROVIDE="virtual/editor" S=${WORKDIR}/${MY_P} diff --git a/app-editors/nano/nano-1.3.12-r1.ebuild b/app-editors/nano/nano-1.3.12-r1.ebuild index be88e0cb4bc3..38956251bcf0 100644 --- a/app-editors/nano/nano-1.3.12-r1.ebuild +++ b/app-editors/nano/nano-1.3.12-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/nano/nano-1.3.12-r1.ebuild,v 1.17 2007/01/24 02:43:53 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.18 2007/10/10 06:07:36 opfer Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -22,7 +22,6 @@ IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} diff --git a/app-editors/nano/nano-2.0.3.ebuild b/app-editors/nano/nano-2.0.3.ebuild index 4345a30e300f..a3375ec9fad7 100644 --- a/app-editors/nano/nano-2.0.3.ebuild +++ b/app-editors/nano/nano-2.0.3.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/nano/nano-2.0.3.ebuild,v 1.11 2007/03/12 18:14:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.12 2007/10/10 06:07:36 opfer Exp $ if [[ ${PV} == "9999" ]] ; then ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" @@ -24,7 +24,6 @@ IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} diff --git a/app-editors/nano/nano-2.0.4.ebuild b/app-editors/nano/nano-2.0.4.ebuild index ff31ae7b7743..f59369c6344a 100644 --- a/app-editors/nano/nano-2.0.4.ebuild +++ b/app-editors/nano/nano-2.0.4.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/nano/nano-2.0.4.ebuild,v 1.8 2007/05/11 14:13:56 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v 1.9 2007/10/10 06:07:36 opfer Exp $ if [[ ${PV} == "9999" ]] ; then ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" @@ -24,7 +24,6 @@ IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} diff --git a/app-editors/nano/nano-2.0.6.ebuild b/app-editors/nano/nano-2.0.6.ebuild index 61d83bea51de..22c3a13e7411 100644 --- a/app-editors/nano/nano-2.0.6.ebuild +++ b/app-editors/nano/nano-2.0.6.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/nano/nano-2.0.6.ebuild,v 1.10 2007/07/07 06:13:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.11 2007/10/10 06:07:36 opfer Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -25,7 +25,6 @@ IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} |