summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/neXtaw/neXtaw-0.12.ebuild')
-rw-r--r--x11-libs/neXtaw/neXtaw-0.12.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-libs/neXtaw/neXtaw-0.12.ebuild b/x11-libs/neXtaw/neXtaw-0.12.ebuild
deleted file mode 100644
index e2aa284e9a00..000000000000
--- a/x11-libs/neXtaw/neXtaw-0.12.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/neXtaw/neXtaw-0.12.ebuild,v 1.15 2005/09/29 08:54:00 usata Exp $
-
-DESCRIPTION="Athena Widgets with N*XTSTEP appearance"
-HOMEPAGE="http://siag.nu/neXtaw/"
-SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 sparc alpha ia64 amd64 ppc ppc64 hppa"
-IUSE=""
-DEPEND="virtual/x11
- !>=net-libs/neXtaw-0.15.1-r1"
-
-src_compile() {
- ./configure \
- --host=${CHOST} \
- --prefix=/usr/X11R6 \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man || die "./configure failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
-}