summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/manedit/manedit-0.5.6-r1.ebuild')
-rw-r--r--app-text/manedit/manedit-0.5.6-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-text/manedit/manedit-0.5.6-r1.ebuild b/app-text/manedit/manedit-0.5.6-r1.ebuild
deleted file mode 100644
index 07c662c1714a..000000000000
--- a/app-text/manedit/manedit-0.5.6-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/manedit/manedit-0.5.6-r1.ebuild,v 1.8 2003/02/13 09:41:18 vapier Exp $
-
-DESCRIPTION="Man page editor using XML tags"
-SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
-HOMEPAGE="http://wolfpack.twu.net/ManEdit"
-
-KEYWORDS="x86 sparc "
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/glibc
- virtual/x11
- x11-libs/gtk+
- sys-libs/zlib
- sys-apps/bzip2"
-S=${WORKDIR}/${P}
-
-src_compile() {
- # It autodetects x86 processors and adds the -march option itself
- # but we don't actually want that.
- env CFLAGS="${CFLAGS}" ./configure Linux \
- --prefix=/usr \
- --enable=bzip2 \
- --enable=zlib \
- --disable="arch-i486" \
- --disable="arch-i586" \
- --disable="arch-i686" \
- --disable="arch-pentiumpro" || die "Bad Configure"
-
- emake || die "Compile Error"
-}
-
-src_install() {
- make PREFIX=${D}/usr install || die "make install failed."
- dodoc AUTHORS LICENSE README
-}