summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:06:42 +0000
commit21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch)
tree08b19a101b57f3951268e58813b175c71006d272 /sys-apps/texinfo
parentUpdate (diff)
downloadgentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2
gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip
Cleanup
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/files/digest-texinfo-4.0-r11
-rw-r--r--sys-apps/texinfo/texinfo-4.0-r1.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/sys-apps/texinfo/files/digest-texinfo-4.0-r1 b/sys-apps/texinfo/files/digest-texinfo-4.0-r1
deleted file mode 100644
index e8ea05ce1330..000000000000
--- a/sys-apps/texinfo/files/digest-texinfo-4.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 070493baeb2c277c34575b0df4e2baf1 texinfo-4.0.tar.gz
diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild
deleted file mode 100644
index 4209c31a0d53..000000000000
--- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $
-
-P=texinfo-4.0
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="The GNU info program and utilities"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A}
- ftp://ftp.gnu.org/pub/gnu/texinfo/${A}"
-DEPEND=">=sys-libs/gpm-1.19.3"
-RDEPEND="$DEPEND
- sys-apps/bash"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr
- try make ${MAKEOPTS}
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} infodir=${D}/usr/info install
- cp ${O}/files/mkinfodir ${D}/usr/bin
- cd ${D}/usr/info
- mv texinfo texinfo.info
- for i in texinfo-*
- do
- mv ${i} texinfo.info-${i#texinfo-*}
- done
- cd ${S}
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
- docinto info
- dodoc info/README
- docinto makeinfo
- dodoc makeinfo/README
-}
-
-
-
-
-
-