summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-06-07 11:06:30 +0000
committerDan Armak <danarmak@gentoo.org>2002-06-07 11:06:30 +0000
commit4357ef5f9c2abd75414384dc4b8350883b8b4058 (patch)
tree73334db827dc1744274de2170b3f3ef738d8079e /app-text/chktex
parentminor fixes: remove SLOT="0" (since it's automatically set to "3" by the ecla... (diff)
downloadhistorical-4357ef5f9c2abd75414384dc4b8350883b8b4058.tar.gz
historical-4357ef5f9c2abd75414384dc4b8350883b8b4058.tar.bz2
historical-4357ef5f9c2abd75414384dc4b8350883b8b4058.zip
fix bug #3456 (sandbx problems)
Diffstat (limited to 'app-text/chktex')
-rw-r--r--app-text/chktex/ChangeLog8
-rw-r--r--app-text/chktex/chktex-1.5-r1.ebuild34
-rw-r--r--app-text/chktex/chktex-1.5.ebuild43
-rw-r--r--app-text/chktex/files/digest-chktex-1.5-r1 (renamed from app-text/chktex/files/digest-chktex-1.5)0
4 files changed, 41 insertions, 44 deletions
diff --git a/app-text/chktex/ChangeLog b/app-text/chktex/ChangeLog
index 9eb974e1aae9..e785a66125e2 100644
--- a/app-text/chktex/ChangeLog
+++ b/app-text/chktex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/chktex
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/ChangeLog,v 1.1 2002/02/01 21:53:09 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/ChangeLog,v 1.2 2002/06/07 11:06:30 danarmak Exp $
+
+*chktex-1.5-r1 (7 Jun 2002)
+
+ 7 Jun 2002; Dan Armak <danarmak@gentoo.org> ChangeLog :
+
+ Fix bug #3456 (sandbox errors).
*chktex-1.5 (1 Feb 2002)
diff --git a/app-text/chktex/chktex-1.5-r1.ebuild b/app-text/chktex/chktex-1.5-r1.ebuild
new file mode 100644
index 000000000000..59f73752f25c
--- /dev/null
+++ b/app-text/chktex/chktex-1.5-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5-r1.ebuild,v 1.1 2002/06/07 11:06:30 danarmak Exp $
+
+S=${WORKDIR}/${P}
+SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz"
+
+HOMEPAGE="http://www.ifi.uio.no/~jensthi/chktex/ChkTeX.html"
+DESCRIPTION="Checks latex source for common mistakes"
+
+DEPEND="app-text/tetex
+ virtual/glibc
+ sys-devel/ld.so
+ sys-devel/perl
+ sys-apps/groff
+ app-text/latex2html"
+
+src_compile() {
+
+ myconf="--prefix=/usr --host=${CHOST}"
+ [ -n "$DEBUG" ] && myconf="$myconf --enable-debug-info" || myconf="$myconf --disable-debug-info"
+
+ ./configure ${myconf} || die
+
+ emake || die
+
+}
+
+src_install () {
+
+ make prefix=${D}/usr install || die
+
+}
+
diff --git a/app-text/chktex/chktex-1.5.ebuild b/app-text/chktex/chktex-1.5.ebuild
deleted file mode 100644
index ee2f031fc85f..000000000000
--- a/app-text/chktex/chktex-1.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5.ebuild,v 1.2 2001/08/01 18:04:02 danarmak Exp $
-
-S=${WORKDIR}/${P}
-SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz"
-
-HOMEPAGE="http://www.ifi.uio.no/~jensthi/chktex/ChkTeX.html"
-DESCRIPTION="Checks latex source for common mistakes"
-
-DEPEND="app-text/tetex
- virtual/glibc
- sys-devel/ld.so
- sys-devel/perl
- sys-apps/groff
- app-text/latex2html"
-
-src_compile() {
-
- confopts="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} --disable-debug-info"
-
- try ./configure ${confopts}
-
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr install
-
-}
-
-pkg_postinst () {
-
- echo "
- If you're using ChkTeX with LyX, rerun the lyx configure script
- (available as Edit -> Reconfigure in the lyx menus), and restart
- lyx.
- "
-
-} \ No newline at end of file
diff --git a/app-text/chktex/files/digest-chktex-1.5 b/app-text/chktex/files/digest-chktex-1.5-r1
index 3a95b8732d46..3a95b8732d46 100644
--- a/app-text/chktex/files/digest-chktex-1.5
+++ b/app-text/chktex/files/digest-chktex-1.5-r1