diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 15:47:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 15:47:26 +0000 |
commit | 1f0bfa120359d92592bfa35e8520e55da584d250 (patch) | |
tree | ab4cb38a33fa92990a5b895c1fd01ba460544ec5 /app-text/pinfo | |
parent | beautification (diff) | |
download | gentoo-2-1f0bfa120359d92592bfa35e8520e55da584d250.tar.gz gentoo-2-1f0bfa120359d92592bfa35e8520e55da584d250.tar.bz2 gentoo-2-1f0bfa120359d92592bfa35e8520e55da584d250.zip |
removed crusty ebuild
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/files/digest-pinfo-0.6.3 | 1 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-0.6.3.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-text/pinfo/files/digest-pinfo-0.6.3 b/app-text/pinfo/files/digest-pinfo-0.6.3 deleted file mode 100644 index 0b44a37dbd64..000000000000 --- a/app-text/pinfo/files/digest-pinfo-0.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5ab4675c87bfacde0e0af57583f3e3d pinfo-0.6.3.tar.gz 308706 diff --git a/app-text/pinfo/pinfo-0.6.3.ebuild b/app-text/pinfo/pinfo-0.6.3.ebuild deleted file mode 100644 index 71e579a55b83..000000000000 --- a/app-text/pinfo/pinfo-0.6.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.3.ebuild,v 1.6 2002/08/16 02:42:01 murphy Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Hypertext info and man viewer based on (n)curses" -SRC_URI="http://zeus.polsl.gliwice.pl/~pborys/stable-version/pinfo-0.6.3.tar.gz" -HOMEPAGE="http://zeus.polsl.gliwice.pl/~pborys/" -KEYWORDS="x86 ppc sparc sparc64" -SLOT="0" -LICENSE="GPL-2" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-devel/gettext-0.10.39 - >=sys-devel/bison-1.28" - -src_compile() { - local myconf - if [ "`use readline`" ] ; then - myconf="$myconf --with-readline" - fi - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $myconf || die "./configure failed" - - emake || die - #make || die -} - -src_install () { - make DESTDIR=${D} install || die -} |