summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-19 21:28:43 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-19 21:28:43 +0000
commitae0200625d0431d5f61697484282b5bfdbf8ad38 (patch)
treea1e1b62b0e2b87f149ed2c47414c6d9e79e21d32 /sys-apps/groff
parentold (Manifest recommit) (diff)
downloadgentoo-2-ae0200625d0431d5f61697484282b5bfdbf8ad38.tar.gz
gentoo-2-ae0200625d0431d5f61697484282b5bfdbf8ad38.tar.bz2
gentoo-2-ae0200625d0431d5f61697484282b5bfdbf8ad38.zip
old
Diffstat (limited to 'sys-apps/groff')
-rw-r--r--sys-apps/groff/files/digest-groff-1.18.1-r11
-rw-r--r--sys-apps/groff/files/digest-groff-1.18.1-r22
-rw-r--r--sys-apps/groff/files/digest-groff-1.18.1-r32
-rw-r--r--sys-apps/groff/files/digest-groff-1.192
-rw-r--r--sys-apps/groff/files/digest-groff-1.19.11
-rw-r--r--sys-apps/groff/groff-1.18.1-r1.ebuild91
-rw-r--r--sys-apps/groff/groff-1.18.1-r2.ebuild112
-rw-r--r--sys-apps/groff/groff-1.18.1-r3.ebuild115
-rw-r--r--sys-apps/groff/groff-1.19.1.ebuild123
-rw-r--r--sys-apps/groff/groff-1.19.ebuild124
10 files changed, 0 insertions, 573 deletions
diff --git a/sys-apps/groff/files/digest-groff-1.18.1-r1 b/sys-apps/groff/files/digest-groff-1.18.1-r1
deleted file mode 100644
index 94400bd5b25d..000000000000
--- a/sys-apps/groff/files/digest-groff-1.18.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c7a1b478d230696f14743772f31639f groff-1.18.1.tar.gz 2250463
diff --git a/sys-apps/groff/files/digest-groff-1.18.1-r2 b/sys-apps/groff/files/digest-groff-1.18.1-r2
deleted file mode 100644
index 09b570a44a72..000000000000
--- a/sys-apps/groff/files/digest-groff-1.18.1-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4c7a1b478d230696f14743772f31639f groff-1.18.1.tar.gz 2250463
-MD5 957fad244caa648fdf3d6395ca27aa2e groff_1.18.1-7.diff.gz 115348
diff --git a/sys-apps/groff/files/digest-groff-1.18.1-r3 b/sys-apps/groff/files/digest-groff-1.18.1-r3
deleted file mode 100644
index 09b570a44a72..000000000000
--- a/sys-apps/groff/files/digest-groff-1.18.1-r3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 4c7a1b478d230696f14743772f31639f groff-1.18.1.tar.gz 2250463
-MD5 957fad244caa648fdf3d6395ca27aa2e groff_1.18.1-7.diff.gz 115348
diff --git a/sys-apps/groff/files/digest-groff-1.19 b/sys-apps/groff/files/digest-groff-1.19
deleted file mode 100644
index bc81a85067cd..000000000000
--- a/sys-apps/groff/files/digest-groff-1.19
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c12bf574120df33ec8c18d92703e099e groff-1.19.tar.gz 2416140
-MD5 957fad244caa648fdf3d6395ca27aa2e groff_1.18.1-7.diff.gz 115348
diff --git a/sys-apps/groff/files/digest-groff-1.19.1 b/sys-apps/groff/files/digest-groff-1.19.1
deleted file mode 100644
index 3c6ac6b3507b..000000000000
--- a/sys-apps/groff/files/digest-groff-1.19.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57d155378640c12a80642664dfdfc892 groff-1.19.1.tar.gz 2629152
diff --git a/sys-apps/groff/groff-1.18.1-r1.ebuild b/sys-apps/groff/groff-1.18.1-r1.ebuild
deleted file mode 100644
index 08c634c601b7..000000000000
--- a/sys-apps/groff/groff-1.18.1-r1.ebuild
+++ /dev/null
@@ -1,91 +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/groff/groff-1.18.1-r1.ebuild,v 1.17 2004/06/30 16:29:43 agriffis Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Text formatter used for man pages"
-HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-SRC_URI="ftp://groff.ffii.org/pub/groff/old/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha hppa amd64"
-IUSE="X"
-
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.0"
-PDEPEND=">=sys-apps/man-1.5k-r1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Fix the info pages to have .info extensions,
- # else they do not get gzipped.
- epatch ${FILESDIR}/groff-1.18-infoext.patch
-
- # Do not generate example files that require us to
- # depend on netpbm.
- epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
-
- # Do not segfault if no color is defined in input, bug #14329
- # <azarah@gentoo.org> (08 Feb 2003)
- epatch ${FILESDIR}/${P}-no-color-segfault.patch
-}
-
-src_compile() {
- # Fix problems with not finding g++
- [ -z "${CC}" ] && export CC="gcc"
- [ -z "${CXX}" ] && export CXX="g++"
-
- # cxx b0rks with too much optimisation. -taviso.
- if [ "${ARCH}" == "alpha" -a "${CXX}" == "cxx" ]; then
- replace-flags -fast -O1
- replace-flags -O? -O1
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=\${inforoot} || die
-
- # emake doesn't work
- make || die
-
- # Only build X stuff if we have X installed, but do
- # not depend on it, else we get circular deps.
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- xmkmf || die
- make depend all || die
- fi
-}
-
-src_install() {
- dodir /usr /usr/share/doc/${PF}/{examples,html}
- make prefix=${D}/usr \
- manroot=${D}/usr/share/man \
- inforoot=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF} \
- install || die
-
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- make DESTDIR=${D} \
- BINDIR=/usr/bin \
- MANPATH=/usr/share/man \
- install \
- install.man || die
- fi
-
- #the following links are required for xman
- dosym eqn /usr/bin/geqn
- dosym tbl /usr/bin/gtbl
- dosym soelim /usr/bin/zsoelim
-
- cd ${S}
- dodoc BUG-REPORT COPYING ChangeLog FDL MORE.STUFF NEWS \
- PROBLEMS PROJECTS README REVISION TODO VERSION
-}
diff --git a/sys-apps/groff/groff-1.18.1-r2.ebuild b/sys-apps/groff/groff-1.18.1-r2.ebuild
deleted file mode 100644
index 092ec1f9e3bf..000000000000
--- a/sys-apps/groff/groff-1.18.1-r2.ebuild
+++ /dev/null
@@ -1,112 +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/groff/groff-1.18.1-r2.ebuild,v 1.16 2004/06/30 16:29:43 agriffis Exp $
-
-inherit eutils
-
-MB_PATCH="${P/-/_}-7"
-DESCRIPTION="Text formatter used for man pages"
-HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-SRC_URI="ftp://groff.ffii.org/pub/groff/old/${P}.tar.gz
- cjk? ( mirror://gentoo/${MB_PATCH}.diff.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64"
-IUSE="X cjk"
-
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.0"
-PDEPEND=">=sys-apps/man-1.5k-r1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- if use cjk; then
- # multibyte patch contains no-color-segfault
- epatch ${WORKDIR}/${MB_PATCH}.diff
- epatch ${FILESDIR}/${MB_PATCH}-fix.patch
- else
- # Do not segfault if no color is defined in input, bug #14329
- # <azarah@gentoo.org> (08 Feb 2003)
- epatch ${FILESDIR}/${P}-no-color-segfault.patch
- fi
-
- # Fix the info pages to have .info extensions,
- # else they do not get gzipped.
- epatch ${FILESDIR}/groff-1.18-infoext.patch
-
- # Do not generate example files that require us to
- # depend on netpbm.
- epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
-
- # Make dashes the same as minus on the keyboard so that you
- # can search for it. Fixes #17580 and #16108
- # Thanks to James Cloos <cloos@jhcloos.com>
- epatch ${FILESDIR}/${PN}-man-UTF-8.diff
-}
-
-src_compile() {
- local myconf=""
-
- # Fix problems with not finding g++
- [ -z "${CC}" ] && export CC="gcc"
- [ -z "${CXX}" ] && export CXX="g++"
-
- #-march=2.0 makes groff unable to finish the compile process
- if [ "${ARCH}" = "hppa" ]; then
- export CFLAGS="${CFLAGS/-march=2.0/}"
- export CXXFLAGS="${CXXFLAGS/-march=2.0/}"
- fi
-
- if use cjk; then
- myconf="${myconf} --enable-multibyte"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=\${inforoot} \
- ${myconf} || die
-
- # emake doesn't work
- make || die
-
- # Only build X stuff if we have X installed, but do
- # not depend on it, else we get circular deps.
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- xmkmf || die
- make depend all || die
- fi
-}
-
-src_install() {
- dodir /usr /usr/share/doc/${PF}/{examples,html}
- make prefix=${D}/usr \
- manroot=${D}/usr/share/man \
- inforoot=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF} \
- install || die
-
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- make DESTDIR=${D} \
- BINDIR=/usr/bin \
- MANPATH=/usr/share/man \
- install \
- install.man || die
- fi
-
- #the following links are required for xman
- dosym eqn /usr/bin/geqn
- dosym tbl /usr/bin/gtbl
- dosym soelim /usr/bin/zsoelim
-
- cd ${S}
- dodoc BUG-REPORT COPYING ChangeLog FDL MORE.STUFF NEWS \
- PROBLEMS PROJECTS README REVISION TODO VERSION
-}
diff --git a/sys-apps/groff/groff-1.18.1-r3.ebuild b/sys-apps/groff/groff-1.18.1-r3.ebuild
deleted file mode 100644
index 7a58c16bb21c..000000000000
--- a/sys-apps/groff/groff-1.18.1-r3.ebuild
+++ /dev/null
@@ -1,115 +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/groff/groff-1.18.1-r3.ebuild,v 1.14 2004/06/30 16:29:43 agriffis Exp $
-
-inherit eutils
-
-MB_PATCH="${P/-/_}-7"
-DESCRIPTION="Text formatter used for man pages"
-HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-SRC_URI="ftp://groff.ffii.org/pub/groff/old/${P}.tar.gz
- cjk? ( mirror://gentoo/${MB_PATCH}.diff.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 ppc64"
-IUSE="X cjk"
-
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.0"
-PDEPEND=">=sys-apps/man-1.5k-r1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- if use cjk; then
- # multibyte patch contains no-color-segfault
- epatch ${WORKDIR}/${MB_PATCH}.diff
- epatch ${FILESDIR}/${MB_PATCH}-fix.patch
- else
- # Do not segfault if no color is defined in input, bug #14329
- # <azarah@gentoo.org> (08 Feb 2003)
- epatch ${FILESDIR}/${P}-no-color-segfault.patch
- fi
-
- # Fix the info pages to have .info extensions,
- # else they do not get gzipped.
- epatch ${FILESDIR}/groff-1.18-infoext.patch
-
- # Do not generate example files that require us to
- # depend on netpbm.
- epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
-
- # Make dashes the same as minus on the keyboard so that you
- # can search for it. Fixes #17580 and #16108
- # Thanks to James Cloos <cloos@jhcloos.com>
- epatch ${FILESDIR}/${PN}-man-UTF-8.diff
-
- # Fix syntax error in pic2graph. Closes #32300.
- sed -i -e "s:groffpic_opts=\"-U\":groffpic_opts=\"-U\";;:" contrib/pic2graph/pic2graph.sh
-}
-
-src_compile() {
- local myconf=""
-
- # Fix problems with not finding g++
- [ -z "${CC}" ] && export CC="gcc"
- [ -z "${CXX}" ] && export CXX="g++"
-
- #-march=2.0 makes groff unable to finish the compile process
- if [ "${ARCH}" = "hppa" ]; then
- export CFLAGS="${CFLAGS/-march=2.0/}"
- export CXXFLAGS="${CXXFLAGS/-march=2.0/}"
- fi
-
- if use cjk; then
- myconf="${myconf} --enable-multibyte"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=\${inforoot} \
- ${myconf} || die
-
- # emake doesn't work
- make || die
-
- # Only build X stuff if we have X installed, but do
- # not depend on it, else we get circular deps.
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- xmkmf || die
- make depend all || die
- fi
-}
-
-src_install() {
- dodir /usr /usr/share/doc/${PF}/{examples,html}
- make prefix=${D}/usr \
- manroot=${D}/usr/share/man \
- inforoot=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF} \
- install || die
-
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- make DESTDIR=${D} \
- BINDIR=/usr/bin \
- MANPATH=/usr/share/man \
- install \
- install.man || die
- fi
-
- #the following links are required for xman
- dosym eqn /usr/bin/geqn
- dosym tbl /usr/bin/gtbl
- dosym soelim /usr/bin/zsoelim
-
- cd ${S}
- dodoc BUG-REPORT COPYING ChangeLog FDL MORE.STUFF NEWS \
- PROBLEMS PROJECTS README REVISION TODO VERSION
-}
diff --git a/sys-apps/groff/groff-1.19.1.ebuild b/sys-apps/groff/groff-1.19.1.ebuild
deleted file mode 100644
index 462cf64eb8b0..000000000000
--- a/sys-apps/groff/groff-1.19.1.ebuild
+++ /dev/null
@@ -1,123 +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/groff/groff-1.19.1.ebuild,v 1.2 2004/09/13 07:29:55 solar Exp $
-
-inherit eutils flag-o-matic gcc
-
-MB_PATCH="groff_1.18.1-7" #"${P/-/_}-7"
-DESCRIPTION="Text formatter used for man pages"
-HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-SRC_URI="mirror://gnu/groff/${P}.tar.gz"
-# cjk? ( http://people.debian.org/~ukai/groff/${MB_PATCH}.diff.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
-IUSE="X" # cjk"
-
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.0"
-PDEPEND=">=sys-apps/man-1.5k-r1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
-# if use cjk
-# then
- # multibyte patch contains no-color-segfault
-# epatch ${WORKDIR}/${MB_PATCH}.diff
-# epatch ${FILESDIR}/${MB_PATCH}-fix.patch
-# fi
-
- # Fix the info pages to have .info extensions,
- # else they do not get gzipped.
- epatch ${FILESDIR}/groff-1.18-infoext.patch
-
- # Do not generate example files that require us to
- # depend on netpbm.
- epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
-
- # Make dashes the same as minus on the keyboard so that you
- # can search for it. Fixes #17580 and #16108
- # Thanks to James Cloos <cloos@jhcloos.com>
- epatch ${FILESDIR}/${PN}-man-UTF-8.diff
-
- # Fix syntax error in pic2graph. Closes #32300.
- sed -i -e "s:groffpic_opts=\"-U\":groffpic_opts=\"-U\";;:" \
- contrib/pic2graph/pic2graph.sh || die
-}
-
-src_compile() {
- local myconf=
-
- # Fix problems with not finding g++
- export CC="$(gcc-getCC)"
- export CXX="$(gcc-getCXX)"
-
- case ${ARCH} in
- alpha)
- # -Os causes segfaults, -O is probably a fine replacement
- # (fixes bug 36008, 06 Jan 2004 agriffis)
- replace-flags -Os -O
- ;;
- hppa)
- # -march=2.0 makes groff unable to finish the compile process
- export CFLAGS="${CFLAGS/-march=2.0/}"
- export CXXFLAGS="${CXXFLAGS/-march=2.0/}"
- ;;
- esac
-
-# myconf="${myconf} `use_enable cjk multibyte`"
-
- # this is incredibly broken, i have no idea why people are trying to use
- # it... even the documentation on it states that -fnew-ra is "meant only
- # for testing. Users should not specify this option, since it is not yet
- # ready for production use."
- filter-flags -fnew-ra
-
- # many fun sandbox errors with econf
- myconf="${myconf} --host=${CHOST} --prefix=/usr \
- --mandir=/usr/share/man --infodir=\${inforoot}"
- ./configure ${myconf} || die
-
- # Parallel build doesn't work. Patched wanted.
- emake -j1 || die
-
- # Only build X stuff if we have X installed, but do
- # not depend on it, else we get circular deps.
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- xmkmf || die
- make depend all || die
- fi
-}
-
-src_install() {
- dodir /usr /usr/share/doc/${PF}/{examples,html}
- make prefix=${D}/usr \
- manroot=${D}/usr/share/man \
- inforoot=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF} \
- install || die
-
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- make DESTDIR=${D} \
- BINDIR=/usr/bin \
- MANPATH=/usr/share/man \
- install \
- install.man || die
- fi
-
- # The following links are required for xman
- dosym eqn /usr/bin/geqn
- dosym tbl /usr/bin/gtbl
- dosym soelim /usr/bin/zsoelim
-
- cd ${S}
- dodoc BUG-REPORT ChangeLog FDL MORE.STUFF NEWS \
- PROBLEMS PROJECTS README REVISION TODO VERSION
-}
diff --git a/sys-apps/groff/groff-1.19.ebuild b/sys-apps/groff/groff-1.19.ebuild
deleted file mode 100644
index 7e897ceef39f..000000000000
--- a/sys-apps/groff/groff-1.19.ebuild
+++ /dev/null
@@ -1,124 +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/groff/groff-1.19.ebuild,v 1.10 2004/07/14 16:40:59 lv Exp $
-
-inherit eutils flag-o-matic
-
-MB_PATCH="groff_1.18.1-7" #"${P/-/_}-7"
-DESCRIPTION="Text formatter used for man pages"
-HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-SRC_URI="mirror://gnu/groff/${P}.tar.gz"
-# cjk? ( http://people.debian.org/~ukai/groff/${MB_PATCH}.diff.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm ~hppa amd64 ~ia64 ~ppc64 s390"
-IUSE="X" # cjk"
-
-DEPEND="virtual/libc
- >=sys-apps/texinfo-4.0"
-PDEPEND=">=sys-apps/man-1.5k-r1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
-# if use cjk
-# then
- # multibyte patch contains no-color-segfault
-# epatch ${WORKDIR}/${MB_PATCH}.diff
-# epatch ${FILESDIR}/${MB_PATCH}-fix.patch
-# fi
-
- # Fix the info pages to have .info extensions,
- # else they do not get gzipped.
- epatch ${FILESDIR}/groff-1.18-infoext.patch
-
- # Do not generate example files that require us to
- # depend on netpbm.
- epatch ${FILESDIR}/groff-1.18-no-netpbm-depend.patch
-
- # Make dashes the same as minus on the keyboard so that you
- # can search for it. Fixes #17580 and #16108
- # Thanks to James Cloos <cloos@jhcloos.com>
- epatch ${FILESDIR}/${PN}-man-UTF-8.diff
-
- # Fix syntax error in pic2graph. Closes #32300.
- sed -i -e "s:groffpic_opts=\"-U\":groffpic_opts=\"-U\";;:" \
- contrib/pic2graph/pic2graph.sh
-}
-
-src_compile() {
- local myconf=
-
- # Fix problems with not finding g++
- [ -z "${CC}" ] && export CC="gcc"
- [ -z "${CXX}" ] && export CXX="g++"
-
- case ${ARCH} in
- alpha)
- # -Os causes segfaults, -O is probably a fine replacement
- # (fixes bug 36008, 06 Jan 2004 agriffis)
- replace-flags -Os -O
- ;;
- hppa)
- # -march=2.0 makes groff unable to finish the compile process
- export CFLAGS="${CFLAGS/-march=2.0/}"
- export CXXFLAGS="${CXXFLAGS/-march=2.0/}"
- ;;
- esac
-
-# myconf="${myconf} `use_enable cjk multibyte`"
-
- # this is incredibly broken, i have no idea why people are trying to use
- # it... even the documentation on it states that -fnew-ra is "meant only
- # for testing. Users should not specify this option, since it is not yet
- # ready for production use."
- filter-flags -fnew-ra
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=\${inforoot} \
- ${myconf} || die
-
- # Parallel build doesn't work
- emake -j1 || die
-
- # Only build X stuff if we have X installed, but do
- # not depend on it, else we get circular deps.
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- xmkmf || die
- make depend all || die
- fi
-}
-
-src_install() {
- dodir /usr /usr/share/doc/${PF}/{examples,html}
- make prefix=${D}/usr \
- manroot=${D}/usr/share/man \
- inforoot=${D}/usr/share/info \
- docdir=${D}/usr/share/doc/${PF} \
- install || die
-
- if use X && [ -x /usr/X11R6/bin/xmkmf ]
- then
- cd ${S}/src/xditview
- make DESTDIR=${D} \
- BINDIR=/usr/bin \
- MANPATH=/usr/share/man \
- install \
- install.man || die
- fi
-
- # The following links are required for xman
- dosym eqn /usr/bin/geqn
- dosym tbl /usr/bin/gtbl
- dosym soelim /usr/bin/zsoelim
-
- cd ${S}
- dodoc BUG-REPORT COPYING ChangeLog FDL MORE.STUFF NEWS \
- PROBLEMS PROJECTS README REVISION TODO VERSION
-}