diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-05-07 21:12:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-05-07 21:12:15 +0000 |
commit | 89af7051a553f21e468a5fe93eddc1b4c7f626f7 (patch) | |
tree | 66c2adc3d45074e1ecba3049b049b5c25f20b7a4 /app-editors/ee/ee-1.5.2.ebuild | |
parent | Update blocker after package move from easyedit to ee. Update EAPI to 4. (diff) | |
download | gentoo-2-89af7051a553f21e468a5fe93eddc1b4c7f626f7.tar.gz gentoo-2-89af7051a553f21e468a5fe93eddc1b4c7f626f7.tar.bz2 gentoo-2-89af7051a553f21e468a5fe93eddc1b4c7f626f7.zip |
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)
Diffstat (limited to 'app-editors/ee/ee-1.5.2.ebuild')
-rw-r--r-- | app-editors/ee/ee-1.5.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/ee/ee-1.5.2.ebuild b/app-editors/ee/ee-1.5.2.ebuild index 27d1490c6bb2..e30a86b2868d 100644 --- a/app-editors/ee/ee-1.5.2.ebuild +++ b/app-editors/ee/ee-1.5.2.ebuild @@ -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() { |