summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Forest <vitaminmoo@gentoo.org>2003-04-23 00:34:26 +0000
committerGraham Forest <vitaminmoo@gentoo.org>2003-04-23 00:34:26 +0000
commit7da05340b6a5b5cdb0116db395feba8ffed47147 (patch)
treed58062b942258acbdadbee250f6092bc274d90eb
parentapp-text/aspell -> virtual/aspell-dict (diff)
downloadhistorical-7da05340b6a5b5cdb0116db395feba8ffed47147.tar.gz
historical-7da05340b6a5b5cdb0116db395feba8ffed47147.tar.bz2
historical-7da05340b6a5b5cdb0116db395feba8ffed47147.zip
app-text/aspell -> virtual/aspell-dict
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/Manifest14
-rw-r--r--app-office/lyx/lyx-1.2.1.ebuild4
-rw-r--r--app-office/lyx/lyx-1.2.3.ebuild4
-rw-r--r--app-office/lyx/lyx-1.3.0.ebuild4
-rw-r--r--app-office/lyx/lyx-1.3.1.ebuild4
6 files changed, 27 insertions, 9 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index f274ccf99c1c..e3ebb51b9afe 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,6 @@
# 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.23 2003/04/07 16:16:26 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.24 2003/04/23 00:34:15 vladimir Exp $
07 Apr 2003; Dan Armak <danarmak@gentoo.org> lyx-1.3.1.ebuild:
Fetch the .tar.bz2 not the .tar.gz, as it is considerably smaller. Closes
@@ -14,6 +14,10 @@
*lyx-1.3.1 (19 Mar 2003)
+ 22 Apr 2003; Graham Forest <vladimir@gentoo.org> lyx-1.2.1.ebuild,
+ lyx-1.2.3.ebuild, lyx-1.3.0.ebuild, lyx-1.3.1.ebuild:
+ app-text/aspell -> virtual/aspell-dict
+
19 Mar 2003; Dan Armak <danarmak@gentoo.org> lyx-1.3.1.ebuild:
New bugfix release.
diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest
new file mode 100644
index 000000000000..4b3220b5836a
--- /dev/null
+++ b/app-office/lyx/Manifest
@@ -0,0 +1,14 @@
+MD5 a7006d64197842d1565108d6bc62d65c ChangeLog 3972
+MD5 6bfb88452d5ee7ee31a8524974775fa7 lyx-1.2.0.20020705.ebuild 1804
+MD5 6d34f15fbdb9f0f4fc4b0ce0e18571c2 lyx-1.2.1.ebuild 1726
+MD5 d4a547dc4ac19a37350317d968a51532 lyx-1.2.3.ebuild 1726
+MD5 5e5854aa4115c041233c8a978eeda647 lyx-1.3.0.ebuild 2612
+MD5 a1288c569867ab2d203b487961d5edf8 lyx-1.3.1.ebuild 2557
+MD5 5bd1551a209feb15ad54144e16964096 files/digest-lyx-1.2.0.20020705 72
+MD5 adf50f8b30bcf7f72ae36842b3fce02d files/digest-lyx-1.2.1 62
+MD5 ddda22cd4c3a6a4e40821722c7df3657 files/digest-lyx-1.2.3 62
+MD5 349d1c6bf70b9b2c0947e04dfe2a036f files/digest-lyx-1.3.0 62
+MD5 23edc3b998f98c60c164b9afd311b7b5 files/lyx-1.3.0-autogen.sh.diff 487
+MD5 17a1fa88c4632fb75580f64bcda5de20 files/lyx-1.3.0-configure.in 9947
+MD5 8225853c7de8cf0ed5139011bf45125f files/lyx-1.3.0-glibc31.diff 737
+MD5 a992c696a49b26da5c45a7c666810589 files/digest-lyx-1.3.1 340
diff --git a/app-office/lyx/lyx-1.2.1.ebuild b/app-office/lyx/lyx-1.2.1.ebuild
index a2f189fc0432..72fed5f7c6e6 100644
--- a/app-office/lyx/lyx-1.2.1.ebuild
+++ b/app-office/lyx/lyx-1.2.1.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.2.1.ebuild,v 1.11 2003/03/11 21:11:44 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.12 2003/04/23 00:34:15 vladimir Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
@@ -23,7 +23,7 @@ DEPEND="virtual/x11
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
- app-text/aspell
+ virtual/aspell-dict
app-text/gv
app-text/latex2html
media-gfx/imagemagick
diff --git a/app-office/lyx/lyx-1.2.3.ebuild b/app-office/lyx/lyx-1.2.3.ebuild
index 4ffdc1388e56..d7a3b02847fc 100644
--- a/app-office/lyx/lyx-1.2.3.ebuild
+++ b/app-office/lyx/lyx-1.2.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.2.3.ebuild,v 1.5 2003/03/11 21:11:44 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.3.ebuild,v 1.6 2003/04/23 00:34:15 vladimir Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
@@ -23,7 +23,7 @@ DEPEND="virtual/x11
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
- app-text/aspell
+ virtual/aspell-dict
app-text/gv
app-text/latex2html
media-gfx/imagemagick
diff --git a/app-office/lyx/lyx-1.3.0.ebuild b/app-office/lyx/lyx-1.3.0.ebuild
index 8472096cb7e9..ad919a488d00 100644
--- a/app-office/lyx/lyx-1.3.0.ebuild
+++ b/app-office/lyx/lyx-1.3.0.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.0.ebuild,v 1.8 2003/03/19 15:21:14 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.0.ebuild,v 1.9 2003/04/23 00:34:15 vladimir Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
@@ -20,7 +20,7 @@ DEPEND="virtual/x11
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
- app-text/aspell
+ virtual/aspell-dict
app-text/gv
app-text/latex2html
media-gfx/imagemagick
diff --git a/app-office/lyx/lyx-1.3.1.ebuild b/app-office/lyx/lyx-1.3.1.ebuild
index b85f53d3b7c3..6c9924ed41c6 100644
--- a/app-office/lyx/lyx-1.3.1.ebuild
+++ b/app-office/lyx/lyx-1.3.1.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.1.ebuild,v 1.4 2003/04/07 16:16:26 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.1.ebuild,v 1.5 2003/04/23 00:34:15 vladimir Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2"
@@ -20,7 +20,7 @@ DEPEND="virtual/x11
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
- app-text/aspell
+ virtual/aspell-dict
app-text/gv
app-text/latex2html
media-gfx/imagemagick