* [gentoo-commits] gentoo-x86 commit in app-editors/ee: ee-1.5.2.ebuild ChangeLog ee-1.4.7.ebuild ee-1.4.6.ebuild
@ 2011-05-07 21:12 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2011-05-07 21:12 UTC (permalink / raw
To: gentoo-commits
ulm 11/05/07 21:12:15
Modified: ee-1.5.2.ebuild ChangeLog ee-1.4.7.ebuild
ee-1.4.6.ebuild
Log:
Block against app-editors/ersatz-emacs, since both install /usr/bin/ee. Reorder ebuild variables.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Revision Changes Path
1.2 app-editors/ee/ee-1.5.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild?r1=1.1&r2=1.2
Index: ee-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ee-1.5.2.ebuild 7 May 2011 16:37:12 -0000 1.1
+++ ee-1.5.2.ebuild 7 May 2011 21:12:14 -0000 1.2
@@ -1,20 +1,22 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v 1.1 2011/05/07 16:37:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v 1.2 2011/05/07 21:12:14 ulm Exp $
EAPI="3"
inherit eutils toolchain-funcs
-IUSE=""
-
DESCRIPTION="An easy to use text editor. A subset of aee."
HOMEPAGE="http://mahon.cwx.net/"
SRC_URI="http://mahon.cwx.net/sources/${P}.src.tgz"
LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="!app-editors/ersatz-emacs"
+
S="${WORKDIR}/easyedit-${PV}"
src_prepare() {
1.3 app-editors/ee/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 7 May 2011 16:37:12 -0000 1.2
+++ ChangeLog 7 May 2011 21:12:14 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ee
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.2 2011/05/07 16:37:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.3 2011/05/07 21:12:14 ulm Exp $
+
+ 07 May 2011; Ulrich Mueller <ulm@gentoo.org> ee-1.4.6.ebuild,
+ ee-1.4.7.ebuild, ee-1.5.2.ebuild:
+ Block against app-editors/ersatz-emacs, since both install /usr/bin/ee.
+ Reorder ebuild variables.
*ee-1.5.2 (07 May 2011)
1.2 app-editors/ee/ee-1.4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild?r1=1.1&r2=1.2
Index: ee-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ee-1.4.7.ebuild 7 May 2011 15:46:17 -0000 1.1
+++ ee-1.4.7.ebuild 7 May 2011 21:12:15 -0000 1.2
@@ -1,23 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild,v 1.1 2011/05/07 15:46:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.7.ebuild,v 1.2 2011/05/07 21:12:15 ulm Exp $
EAPI="3"
inherit toolchain-funcs
-IUSE=""
-
DESCRIPTION="An easy to use text editor. Intended to be usable with little or no instruction."
HOMEPAGE="http://mahon.cwx.net/"
SRC_URI="http://mahon.cwx.net/sources/${P}.src.tgz"
LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
SLOT="0"
-S="${WORKDIR}/easyedit-${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.0"
+RDEPEND="${DEPEND}
+ !app-editors/ersatz-emacs"
+
+S="${WORKDIR}/easyedit-${PV}"
src_prepare() {
1.2 app-editors/ee/ee-1.4.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild?r1=1.1&r2=1.2
Index: ee-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ee-1.4.6.ebuild 7 May 2011 15:46:17 -0000 1.1
+++ ee-1.4.6.ebuild 7 May 2011 21:12:15 -0000 1.2
@@ -1,23 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v 1.1 2011/05/07 15:46:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v 1.2 2011/05/07 21:12:15 ulm Exp $
EAPI="3"
inherit toolchain-funcs
-IUSE=""
-
DESCRIPTION="An easy to use text editor. Intended to be usable with little or no instruction."
HOMEPAGE="http://mahon.cwx.net/"
SRC_URI="http://mahon.cwx.net/sources/${P}.src.tgz"
LICENSE="Artistic"
-KEYWORDS="~amd64 ia64 ~mips ppc ppc64 sparc x86"
SLOT="0"
-S="${WORKDIR}/easyedit-${PV}"
+KEYWORDS="~amd64 ia64 ~mips ppc ppc64 sparc x86"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.0"
+RDEPEND="${DEPEND}
+ !app-editors/ersatz-emacs"
+
+S="${WORKDIR}/easyedit-${PV}"
src_prepare() {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-07 21:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 21:12 [gentoo-commits] gentoo-x86 commit in app-editors/ee: ee-1.5.2.ebuild ChangeLog ee-1.4.7.ebuild ee-1.4.6.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox