summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-27 09:11:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-27 09:11:56 +0000
commitff5310893972351526886ec304b1550ab924ed23 (patch)
tree5ba8a04faa6c20c8ac107bd1ce1a4274f4f86fa7 /dev-util
parentuse epatch instead of patch during src_install (Manifest recommit) (diff)
downloadgentoo-2-ff5310893972351526886ec304b1550ab924ed23.tar.gz
gentoo-2-ff5310893972351526886ec304b1550ab924ed23.tar.bz2
gentoo-2-ff5310893972351526886ec304b1550ab924ed23.zip
stable bump
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/motor/files/digest-motor-3.2.41
-rw-r--r--dev-util/motor/motor-3.2.4.ebuild28
-rw-r--r--dev-util/motor/motor-3.3.0.ebuild4
3 files changed, 2 insertions, 31 deletions
diff --git a/dev-util/motor/files/digest-motor-3.2.4 b/dev-util/motor/files/digest-motor-3.2.4
deleted file mode 100644
index 7789b5cd7bac..000000000000
--- a/dev-util/motor/files/digest-motor-3.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 523902f2cce0d36e93c17d593a410f86 motor-3.2.4.tar.bz2 399968
diff --git a/dev-util/motor/motor-3.2.4.ebuild b/dev-util/motor/motor-3.2.4.ebuild
deleted file mode 100644
index 379926b10388..000000000000
--- a/dev-util/motor/motor-3.2.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/motor/motor-3.2.4.ebuild,v 1.6 2004/06/25 02:41:16 agriffis Exp $
-
-DESCRIPTION="text mode based programming environment for Linux"
-HOMEPAGE="http://konst.org.ua/motor/"
-SRC_URI="http://konst.org.ua/download/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-IUSE="nls"
-
-DEPEND=">=sys-libs/ncurses-5.2
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS COPYING README TODO FAQ ChangeLog
- docinto tutorial
- dohtml -r tutorial/*
-}
diff --git a/dev-util/motor/motor-3.3.0.ebuild b/dev-util/motor/motor-3.3.0.ebuild
index aa9d7a3a351f..958c7402d250 100644
--- a/dev-util/motor/motor-3.3.0.ebuild
+++ b/dev-util/motor/motor-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/motor/motor-3.3.0.ebuild,v 1.1 2004/07/24 17:54:25 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/motor/motor-3.3.0.ebuild,v 1.2 2004/09/27 09:10:56 liquidx Exp $
DESCRIPTION="text mode based programming environment for Linux"
HOMEPAGE="http://thekonst.net/en/motor"
@@ -8,7 +8,7 @@ SRC_URI="http://thekonst.net/download/motor-3.3.0.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE="nls"
DEPEND=">=sys-libs/ncurses-5.2