summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-09-20 06:36:28 +0000
committerMike Gardiner <obz@gentoo.org>2003-09-20 06:36:28 +0000
commite969c5daff6f12b70aeb9f64a50885fbdeb99cc8 (patch)
tree032a112a254a67bb144f11dcc6bfab882ec0e37c /app-office/lyx
parentbison fix (diff)
downloadhistorical-e969c5daff6f12b70aeb9f64a50885fbdeb99cc8.tar.gz
historical-e969c5daff6f12b70aeb9f64a50885fbdeb99cc8.tar.bz2
historical-e969c5daff6f12b70aeb9f64a50885fbdeb99cc8.zip
Fixed for aiksaurus.h
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog7
-rw-r--r--app-office/lyx/Manifest9
-rw-r--r--app-office/lyx/lyx-1.3.2-r1.ebuild9
-rw-r--r--app-office/lyx/lyx-1.3.2.ebuild9
-rw-r--r--app-office/lyx/metadata.xml5
5 files changed, 32 insertions, 7 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index 19e643853f52..5b7c7fb014ca 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/lyx
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.27 2003/06/11 09:17:42 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.28 2003/09/20 06:36:02 obz Exp $
+
+ 20 Sep 2003; Mike Gardiner <obz@gentoo.org> lyx-1.3.2-r1.ebuild,
+ lyx-1.3.2.ebuild, metadata.xml:
+ Added Aiksaurus fix for missing header, re bug: 27658, and fix by
+ <brandy@gentoo.org>
*lyx-1.3.2-r1 (11 Jun 2003)
diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest
index 848017cb1fce..40c1c5fecc82 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,8 +1,9 @@
-MD5 520615bbe14ddc92ef89b94469e87d1b ChangeLog 4842
+MD5 7c83a6ce4232debd8747c4917a786aa8 lyx-1.3.2.ebuild 2761
MD5 d0b6241a9cb13cabb372ec1872381be5 lyx-1.2.1.ebuild 1567
-MD5 c7c2c7e0514d2c6096eefa2bc820fbc3 lyx-1.3.2.ebuild 2481
-MD5 e58d2920192ff01890de4d47f799d1db lyx-1.3.2-r1.ebuild 3200
+MD5 c9772f42ef5ddfff0aa310a6ceaa8b5f lyx-1.3.2-r1.ebuild 3480
+MD5 d8298af033c44f69c1efce69354ee94b ChangeLog 5029
+MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439
MD5 adf50f8b30bcf7f72ae36842b3fce02d files/digest-lyx-1.2.1 62
MD5 64a00c27e03cc8f8b794373771cf2b2b files/digest-lyx-1.3.2 63
-MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439
MD5 8de1b633e396a6902ee47cee4a56613d files/digest-lyx-1.3.2-r1 169
diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild
index f93dd103c969..91f46b135eec 100644
--- a/app-office/lyx/lyx-1.3.2-r1.ebuild
+++ b/app-office/lyx/lyx-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.3 2003/09/06 22:21:01 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.4 2003/09/20 06:36:02 obz Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -51,6 +51,13 @@ src_compile() {
export WANT_AUTOCONF_2_5=1
+ # Aiksaurus.h fix, see bug #27648, by brandy.
+ # <obz@gentoo.org>
+ einfo "Checking for local Aiksaurus.h"
+ [ -f /usr/include/Aiksaurus/Aiksaurus.h ] \
+ && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" \
+ || die "Missing Aiksaurus.h, please remerge app-text/aiksaurus"
+
local flags="${CFLAGS}"
unset CFLAGS
unset CXXFLAGS
diff --git a/app-office/lyx/lyx-1.3.2.ebuild b/app-office/lyx/lyx-1.3.2.ebuild
index bbc4f4368cf6..d67a7699c7a1 100644
--- a/app-office/lyx/lyx-1.3.2.ebuild
+++ b/app-office/lyx/lyx-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.5 2003/09/06 22:21:01 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.6 2003/09/20 06:36:03 obz Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -49,6 +49,13 @@ src_compile() {
export WANT_AUTOCONF_2_5=1
+ # Aiksaurus.h fix, see bug #27648, by brandy.
+ # <obz@gentoo.org>
+ einfo "Checking for local Aiksaurus.h"
+ [ -f /usr/include/Aiksaurus/Aiksaurus.h ] \
+ && myconf="${myconf} --with-extra-inc=/usr/include/Aiksaurus" \
+ || die "Missing Aiksaurus.h, please remerge app-text/aiksaurus"
+
local flags="${CFLAGS}"
unset CFLAGS
unset CXXFLAGS
diff --git a/app-office/lyx/metadata.xml b/app-office/lyx/metadata.xml
new file mode 100644
index 000000000000..06689a1a9114
--- /dev/null
+++ b/app-office/lyx/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>text-markup</herd>
+</pkgmetadata>