diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 85bf0780b54b0388919f656d5d2475ac8dfbfc7d (patch) | |
tree | 5462eacfdcae74754e7ca88e02f792ab14b385f0 /app-editors/e3 | |
parent | version bump, first gpg-signed package ;) (Manifest recommit) (diff) | |
download | gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.gz gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.tar.bz2 gentoo-2-85bf0780b54b0388919f656d5d2475ac8dfbfc7d.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/e3-2.41.ebuild | 24 | ||||
-rw-r--r-- | app-editors/e3/e3-2.42.ebuild | 24 | ||||
-rw-r--r-- | app-editors/e3/e3-2.43.ebuild | 24 |
3 files changed, 27 insertions, 45 deletions
diff --git a/app-editors/e3/e3-2.41.ebuild b/app-editors/e3/e3-2.41.ebuild index 7dddd9f33344..e89d95b2e8f4 100644 --- a/app-editors/e3/e3-2.41.ebuild +++ b/app-editors/e3/e3-2.41.ebuild @@ -1,39 +1,33 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.41.ebuild,v 1.2 2003/06/29 18:24:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.41.ebuild,v 1.3 2004/05/31 22:12:03 vapier Exp $ DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" -SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" HOMEPAGE="http://www.sax.de/~adlibit" -SLOT="0" +SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 -ppc -sparc" +IUSE="" +RESTRICT="nostrip" DEPEND="dev-lang/nasm" RDEPEND="sys-apps/sed" -RESTRICT="nostrip" - -IUSE="" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} -} - src_compile() { emake || die } src_install() { dodir /usr/bin - dobin e3 + dobin e3 || die dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3em dosym e3 /usr/bin/e3ws dosym e3 /usr/bin/e3pi dosym e3 /usr/bin/e3ne - if [ "`use build`" ]; then + if use build ; then # easier-to-remember shell scripts dobin ${FILESDIR}/vi # this one is more trouble than its worth --woodchip diff --git a/app-editors/e3/e3-2.42.ebuild b/app-editors/e3/e3-2.42.ebuild index 24ef265ae1e8..1977fec603f6 100644 --- a/app-editors/e3/e3-2.42.ebuild +++ b/app-editors/e3/e3-2.42.ebuild @@ -1,39 +1,33 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.42.ebuild,v 1.2 2003/04/18 17:53:36 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.42.ebuild,v 1.3 2004/05/31 22:12:03 vapier Exp $ DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" -SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" HOMEPAGE="http://www.sax.de/~adlibit" -SLOT="0" +SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="-* x86" +IUSE="" +RESTRICT="nostrip" DEPEND="dev-lang/nasm" RDEPEND="sys-apps/sed" -RESTRICT="nostrip" - -IUSE="" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} -} - src_compile() { emake || die } src_install() { dodir /usr/bin - dobin e3 + dobin e3 || die dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3em dosym e3 /usr/bin/e3ws dosym e3 /usr/bin/e3pi dosym e3 /usr/bin/e3ne - if [ "`use build`" ]; then + if use build ; then # easier-to-remember shell scripts dobin ${FILESDIR}/vi # this one is more trouble than its worth --woodchip diff --git a/app-editors/e3/e3-2.43.ebuild b/app-editors/e3/e3-2.43.ebuild index adc8a63c7384..b0327495cdaa 100644 --- a/app-editors/e3/e3-2.43.ebuild +++ b/app-editors/e3/e3-2.43.ebuild @@ -1,39 +1,33 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.43.ebuild,v 1.3 2003/10/01 15:06:45 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.43.ebuild,v 1.4 2004/05/31 22:12:03 vapier Exp $ DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, and vi keybindings" +HOMEPAGE="http://www.sax.de/~adlibit/" SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" -HOMEPAGE="http://www.sax.de/~adlibit" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="-* x86" +IUSE="" +RESTRICT="nostrip" DEPEND="dev-lang/nasm" RDEPEND="sys-apps/sed" -RESTRICT="nostrip" - -IUSE="" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} -} - src_compile() { emake || die } src_install() { dodir /usr/bin - dobin e3 + dobin e3 || die dosym e3 /usr/bin/e3vi dosym e3 /usr/bin/e3em dosym e3 /usr/bin/e3ws dosym e3 /usr/bin/e3pi dosym e3 /usr/bin/e3ne - if [ "`use build`" ]; then + if use build ; then # easier-to-remember shell scripts dobin ${FILESDIR}/vi # this one is more trouble than its worth --woodchip |