summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/newt/newt-0.50.35-r1.ebuild')
-rw-r--r--dev-libs/newt/newt-0.50.35-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/newt/newt-0.50.35-r1.ebuild b/dev-libs/newt/newt-0.50.35-r1.ebuild
deleted file mode 100644
index 7727fdd66d7b..000000000000
--- a/dev-libs/newt/newt-0.50.35-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35-r1.ebuild,v 1.4 2003/08/11 19:56:42 wwoods Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="redhat's newt windowing toolkit development files"
-SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz"
-HOMEPAGE="http://www.redhat.com"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc amd64 alpha"
-
-DEPEND=">=sys-libs/slang-1.4
- >=dev-libs/popt-1.6"
-
-RDEPEND=""
-
-src_compile() {
- econf || die
- make || die "make failure"
-}
-
-src_install () {
- make prefix=${D}/usr install || die "make install failed"
- dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml
- cd /usr/lib
- ln -s libnewt.so.${PV} libnewt.so.0.50
-}