diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-10-07 22:22:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-10-07 22:22:29 +0000 |
commit | 287370cc2d8c32c8b48fe2ac122e53174f1c92aa (patch) | |
tree | d3a0879f67d762cf040085f38b84a2675a43e8ef /virtual | |
parent | version bump (diff) | |
download | gentoo-2-287370cc2d8c32c8b48fe2ac122e53174f1c92aa.tar.gz gentoo-2-287370cc2d8c32c8b48fe2ac122e53174f1c92aa.tar.bz2 gentoo-2-287370cc2d8c32c8b48fe2ac122e53174f1c92aa.zip |
Update package providing pico from pine to alpine.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/editor/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/editor/editor-0.ebuild | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/virtual/editor/ChangeLog b/virtual/editor/ChangeLog index 25d836e32b0a..4271dcf4a46f 100644 --- a/virtual/editor/ChangeLog +++ b/virtual/editor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/editor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.24 2012/04/26 15:10:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.25 2012/10/07 22:22:29 ulm Exp $ + + 07 Oct 2012; Ulrich Müller <ulm@gentoo.org> editor-0.ebuild: + Update package providing pico from pine to alpine. 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> editor-0.ebuild: keyword ~amd64-fbsd diff --git a/virtual/editor/editor-0.ebuild b/virtual/editor/editor-0.ebuild index 072a316b4433..4b5f64ce5776 100644 --- a/virtual/editor/editor-0.ebuild +++ b/virtual/editor/editor-0.ebuild @@ -1,23 +1,17 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.26 2012/04/26 15:10:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.27 2012/10/07 22:22:29 ulm Exp $ EAPI=2 DESCRIPTION="Virtual for editor" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" # Add a package to RDEPEND only if the editor: # - can edit ordinary text files, # - works on the console. -DEPEND="" RDEPEND="|| ( app-editors/nano app-editors/dav app-editors/e3 @@ -50,11 +44,11 @@ RDEPEND="|| ( app-editors/nano app-editors/zile app-misc/mc[edit] dev-lisp/cmucl - mail-client/pine + mail-client/alpine[-onlyalpine] sys-apps/ed )" # Packages outside app-editors providing an editor: # app-misc/mc: mcedit (#62643) # dev-lisp/cmucl: hemlock -# mail-client/pine: pico +# mail-client/alpine: pico # sys-apps/busybox: vi |