summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 05:28:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 05:28:31 +0000
commit392ce6d63780baead4396c10527ecc8740b23ad3 (patch)
treebf5db0ee95e067a9f46d9a6263d5f932382076ab /sys-apps/texinfo
parentfinish stablizing (Manifest recommit) (diff)
downloadgentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.tar.gz
gentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.tar.bz2
gentoo-2-392ce6d63780baead4396c10527ecc8740b23ad3.zip
old
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/files/digest-texinfo-4.3-r11
-rw-r--r--sys-apps/texinfo/files/digest-texinfo-4.51
-rw-r--r--sys-apps/texinfo/files/digest-texinfo-4.71
-rw-r--r--sys-apps/texinfo/files/install-info.patch24
-rw-r--r--sys-apps/texinfo/texinfo-4.3-r1.ebuild73
-rw-r--r--sys-apps/texinfo/texinfo-4.5.ebuild71
-rw-r--r--sys-apps/texinfo/texinfo-4.7.ebuild78
7 files changed, 0 insertions, 249 deletions
diff --git a/sys-apps/texinfo/files/digest-texinfo-4.3-r1 b/sys-apps/texinfo/files/digest-texinfo-4.3-r1
deleted file mode 100644
index 85de720f7c72..000000000000
--- a/sys-apps/texinfo/files/digest-texinfo-4.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a8f8ef8b7f8323bb985ab12fcdb2f0b texinfo-4.3.tar.gz 1808898
diff --git a/sys-apps/texinfo/files/digest-texinfo-4.5 b/sys-apps/texinfo/files/digest-texinfo-4.5
deleted file mode 100644
index 05fac36b9552..000000000000
--- a/sys-apps/texinfo/files/digest-texinfo-4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 980c6be74b31c3257cda25fab0f74ed1 texinfo-4.5.tar.bz2 1294527
diff --git a/sys-apps/texinfo/files/digest-texinfo-4.7 b/sys-apps/texinfo/files/digest-texinfo-4.7
deleted file mode 100644
index 7db9f45dcad5..000000000000
--- a/sys-apps/texinfo/files/digest-texinfo-4.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2fa2ef957f0d728f821ae9b2362ef4e texinfo-4.7.tar.bz2 1418717
diff --git a/sys-apps/texinfo/files/install-info.patch b/sys-apps/texinfo/files/install-info.patch
deleted file mode 100644
index 152c0095fee9..000000000000
--- a/sys-apps/texinfo/files/install-info.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-*** install-info.c 5 Nov 2002 19:32:33 -0000 1.4
---- install-info.c 19 Nov 2002 13:55:52 -0000 1.5
-***************
-*** 462,469 ****
- In Emacs, you can click mouse button 2 on a menu item or cross reference\n\
- to select it.\n\
- \n\
-! * Menu:\n\
-! "), "File: dir,\tNode: Top"); /* This part must not be translated. */
- if (fclose (f) < 0)
- pfatal_with_name (dirfile);
- }
---- 462,471 ----
- In Emacs, you can click mouse button 2 on a menu item or cross reference\n\
- to select it.\n\
- \n\
-! %s\n\
-! "), "File: dir,\tNode: Top", /* These keywords must not be translated. */
-! "* Menu:"
-! );
- if (fclose (f) < 0)
- pfatal_with_name (dirfile);
- }
-
diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild
deleted file mode 100644
index c3dc33a1f252..000000000000
--- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.17 2004/07/15 02:40:32 agriffis Exp $
-
-inherit eutils
-
-IUSE="nls build"
-
-DESCRIPTION="The GNU info program and utilities"
-HOMEPAGE="http://www.gnu.org/software/texinfo/"
-SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${P}.tar.gz
- ftp://alpha.gnu.org/pub/gnu/texinfo/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips"
-
-DEPEND=">=sys-apps/portage-2.0.47-r10
- !build? ( >=sys-libs/ncurses-5.2-r2
- >=sys-apps/sed-4.0.5
- nls? ( sys-devel/gettext ) )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/doc
- # Get the texinfo info page to have a proper name of texinfo.info
- sed -i 's:setfilename texinfo:setfilename texinfo.info:' texinfo.txi
-
- sed -i \
- -e 's:INFO_DEPS = texinfo:INFO_DEPS = texinfo.info:' \
- -e 's:texinfo\::texinfo.info\::' \
- Makefile.in
-
- cd ${S}/util
- epatch ${FILESDIR}/install-info.patch
-}
-
-src_compile() {
- local myconf=""
- if ! use nls || use build ; then
- myconf="--disable-nls"
- fi
-
- export WANT_AUTOMAKE_1_6=1
- econf ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- if use build ; then
- mv util/ginstall-info util/install-info
- dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex}
- else
- make DESTDIR=${D} \
- infodir=/usr/share/info \
- install || die
-
- exeinto /usr/sbin
- doexe ${FILESDIR}/mkinfodir
-
- if [ ! -f ${D}/usr/share/info/texinfo.info ] ; then
- die "Could not install texinfo.info!!!"
- fi
-
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
- docinto info
- dodoc info/README
- docinto makeinfo
- dodoc makeinfo/README
- fi
-}
diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild
deleted file mode 100644
index 0d1bd0f68326..000000000000
--- a/sys-apps/texinfo/texinfo-4.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.18 2004/07/15 02:40:32 agriffis Exp $
-
-IUSE="nls build"
-
-DESCRIPTION="The GNU info program and utilities"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- mirror://gnu/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://www.gnu.org/software/texinfo/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa mips"
-
-DEPEND="virtual/libc
- !build? ( >=sys-libs/ncurses-5.2-r2
- >=sys-apps/sed-4.0.5
- nls? ( sys-devel/gettext ) )"
-
-RDEPEND="virtual/libc
- !build? ( >=sys-libs/ncurses-5.2-r2 )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/doc
- # Get the texinfo info page to have a proper name of texinfo.info
- sed -i 's:setfilename texinfo:setfilename texinfo.info:' texinfo.txi
-
- sed -i \
- -e 's:INFO_DEPS = texinfo:INFO_DEPS = texinfo.info:' \
- -e 's:texinfo\::texinfo.info\::' \
- Makefile.in
-}
-
-src_compile() {
- local myconf=
- if ! use nls || use build ; then
- myconf="--disable-nls"
- fi
-
- export WANT_AUTOMAKE_1_6=1
- econf ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- if use build ; then
- mv util/ginstall-info util/install-info
- dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex}
- else
- make DESTDIR=${D} \
- infodir=/usr/share/info \
- install || die
-
- exeinto /usr/sbin
- doexe ${FILESDIR}/mkinfodir
-
- if [ ! -f ${D}/usr/share/info/texinfo.info ] ; then
- die "Could not install texinfo.info!!!"
- fi
-
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
- docinto info
- dodoc info/README
- docinto makeinfo
- dodoc makeinfo/README
- fi
-}
diff --git a/sys-apps/texinfo/texinfo-4.7.ebuild b/sys-apps/texinfo/texinfo-4.7.ebuild
deleted file mode 100644
index 75009aab92fe..000000000000
--- a/sys-apps/texinfo/texinfo-4.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.7.ebuild,v 1.3 2004/08/24 03:45:16 swegener Exp $
-
-inherit flag-o-matic gnuconfig eutils
-
-DESCRIPTION="The GNU info program and utilities"
-HOMEPAGE="http://www.gnu.org/software/texinfo/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390"
-IUSE="nls build static"
-
-DEPEND="virtual/libc
- !build? ( >=sys-libs/ncurses-5.2-r2
- >=sys-apps/sed-4.0.5
- nls? ( sys-devel/gettext ) )"
-
-RDEPEND="virtual/libc
- !build? ( >=sys-libs/ncurses-5.2-r2 )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/doc
- # Get the texinfo info page to have a proper name of texinfo.info
- sed -i 's:setfilename texinfo:setfilename texinfo.info:' texinfo.txi
-
- sed -i \
- -e 's:INFO_DEPS = texinfo:INFO_DEPS = texinfo.info:' \
- -e 's:texinfo\::texinfo.info\::' \
- Makefile.in
- # update config.sub/config.guess for newer arches.
- gnuconfig_update
-
- # patch to fix groff build against 4.7. See also bug #57690 and
- # http://lists.gnu.org/archive/html/bug-texinfo/2004-07/msg00002.html
- cd ${S}/makeinfo && epatch ${FILESDIR}/makeinfo.patch
-}
-
-src_compile() {
- local myconf=
- if ! use nls || use build ; then
- myconf="--disable-nls"
- fi
-
- use static && append-ldflags -static
-
- export WANT_AUTOMAKE=1.6
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- if use build ; then
- mv util/ginstall-info util/install-info
- dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex}
- else
- make DESTDIR=${D} \
- infodir=/usr/share/info \
- install || die
-
- exeinto /usr/sbin
- doexe ${FILESDIR}/mkinfodir
-
- if [ ! -f ${D}/usr/share/info/texinfo.info ] ; then
- die "Could not install texinfo.info!!!"
- fi
-
- dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO
- docinto info
- dodoc info/README
- docinto makeinfo
- dodoc makeinfo/README
- fi
-}