summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/Manifest18
-rw-r--r--app-office/lyx/lyx-1.3.2-r1.ebuild4
-rw-r--r--app-office/lyx/lyx-1.3.3.ebuild4
4 files changed, 18 insertions, 14 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index c9bd9511dab6..fdddb9938370 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,10 @@
# 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.35 2003/10/09 13:05:45 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.36 2003/10/10 10:10:56 weeve Exp $
+
+ 10 Oct 2003; Jason Wever <weeve@gentoo.org> lyx-1.3.2-r1.ebuild,
+ lyx-1.3.3.ebuild:
+ Added ~sparc keyword, resolved bug #30753.
09 Oct 2003; Mike Gardiner <obz@gentoo.org> lyx-1.3.3.ebuild:
Added latex-xft-fonts which should pick the long running mathematical symbols
diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest
index 115a2b7b960c..833391cc603e 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,14 +1,14 @@
-MD5 b8df116b4f3ee5f625cc07c3bd695635 lyx-1.3.2.ebuild 2799
+MD5 4ac797215722db557c818e46e567c6af ChangeLog 6390
MD5 0dc965c019b1fe6239c7a0ad516a6e36 lyx-1.2.1.ebuild 1563
-MD5 500a9d63fdf9c33c4282a15cc24cf24e lyx-1.3.3.ebuild 2703
-MD5 d24d0a4ea23a9b47098f597af3e0e05e lyx-1.3.2-r1.ebuild 3515
-MD5 e9d2b74bfc08e598f4ae6e9784efa759 ChangeLog 6255
+MD5 efd0f20e1abad5286be0a7f10eeeef27 lyx-1.3.2-r1.ebuild 3524
+MD5 b8df116b4f3ee5f625cc07c3bd695635 lyx-1.3.2.ebuild 2799
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
-MD5 4dc1e1cc2b4e056a629fbfd1334c390e files/lyx.desktop 188
-MD5 363bfca924cf46b61d21faa4dbfcd43f files/lyx-1.3.3-configure-diff 1953
-MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439
-MD5 f6bf30211847fb321f0000cd415d9e5b files/lyx-1.3.2-nomktex.patch 449
+MD5 f85fddfecd2e6fafceb70466a685342e lyx-1.3.3.ebuild 2712
MD5 adf50f8b30bcf7f72ae36842b3fce02d files/digest-lyx-1.2.1 62
MD5 64a00c27e03cc8f8b794373771cf2b2b files/digest-lyx-1.3.2 63
-MD5 4792953c07222743fef5e69276b5cf03 files/digest-lyx-1.3.3 239
MD5 8de1b633e396a6902ee47cee4a56613d files/digest-lyx-1.3.2-r1 169
+MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439
+MD5 f6bf30211847fb321f0000cd415d9e5b files/lyx-1.3.2-nomktex.patch 449
+MD5 4792953c07222743fef5e69276b5cf03 files/digest-lyx-1.3.3 239
+MD5 363bfca924cf46b61d21faa4dbfcd43f files/lyx-1.3.3-configure-diff 1953
+MD5 4dc1e1cc2b4e056a629fbfd1334c390e files/lyx.desktop 188
diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild
index 96f53f775c7e..db6fa71b00bb 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.10 2003/10/08 08:25:50 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.11 2003/10/10 10:10:56 weeve Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~alpha"
+KEYWORDS="x86 ~ppc ~alpha ~sparc"
IUSE="nls cups qt debug gnome"
DEPEND="virtual/x11
diff --git a/app-office/lyx/lyx-1.3.3.ebuild b/app-office/lyx/lyx-1.3.3.ebuild
index ec40ab3e1daf..cb3cabf0112d 100644
--- a/app-office/lyx/lyx-1.3.3.ebuild
+++ b/app-office/lyx/lyx-1.3.3.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.3.ebuild,v 1.3 2003/10/09 13:05:45 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.3.ebuild,v 1.4 2003/10/10 10:10:56 weeve Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
IUSE="nls cups qt debug gnome"
# these dependencies need looking at.