summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-06-08 15:37:08 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-06-08 15:37:08 +0000
commita8fdd9af12283d0d74f5b4f7d573fba306dc1ef4 (patch)
tree738e5bf090f56035934c174185687f04d1fe9682 /app-office/lyx
parentbump intel-driver version requirements as lastest version is required (diff)
downloadgentoo-2-a8fdd9af12283d0d74f5b4f7d573fba306dc1ef4.tar.gz
gentoo-2-a8fdd9af12283d0d74f5b4f7d573fba306dc1ef4.tar.bz2
gentoo-2-a8fdd9af12283d0d74f5b4f7d573fba306dc1ef4.zip
remove left over files
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/files/lyx-1.5.0-gentoo.patch30
-rw-r--r--app-office/lyx/files/lyx.desktop10
3 files changed, 5 insertions, 41 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index 5ced7e427f36..cf7d81aa6342 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/lyx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.263 2012/06/08 15:06:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.264 2012/06/08 15:37:08 aballier Exp $
+
+ 08 Jun 2012; Alexis Ballier <aballier@gentoo.org>
+ -files/lyx-1.5.0-gentoo.patch, -files/lyx.desktop:
+ remove left over files
08 Jun 2012; Alexis Ballier <aballier@gentoo.org> lyx-1.6.10.ebuild,
lyx-2.0.3.ebuild:
diff --git a/app-office/lyx/files/lyx-1.5.0-gentoo.patch b/app-office/lyx/files/lyx-1.5.0-gentoo.patch
deleted file mode 100644
index 07f397a75ee9..000000000000
--- a/app-office/lyx/files/lyx-1.5.0-gentoo.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Naur lyx-1.5.0.orig/lib/configure.py lyx-1.5.0/lib/configure.py
---- lyx-1.5.0.orig/lib/configure.py 2007-07-25 06:08:25.000000000 +0900
-+++ lyx-1.5.0/lib/configure.py 2007-07-27 08:05:53.000000000 +0900
-@@ -214,7 +214,7 @@
- \\@@end
- ''')
- # run latex on chklatex.ltx and check result
-- if cmdOutput(LATEX + ' chklatex.ltx').find('ThisIsLaTeX2e') != -1:
-+ if cmdOutput(LATEX + ' --no-mktex=tfm chklatex.ltx').find('ThisIsLaTeX2e') != -1:
- # valid latex2e
- return LATEX
- else:
-@@ -386,7 +386,7 @@
- checkProg('a DVI to TXT converter', ['catdvi $$i > $$o'],
- rc_entry = [ r'\converter dvi text4 "%%" ""' ])
- #
-- checkProg('a DVI to PS converter', ['dvips -o $$o $$i'],
-+ checkProg('a DVI to PS converter', ['dvips -R0 -o $$o $$i'],
- rc_entry = [ r'\converter dvi ps "%%" ""' ])
- #
- checkProg('a DVI to PDF converter', ['dvipdfmx -o $$o $$i', 'dvipdfm -o $$o $$i'],
-@@ -650,7 +650,7 @@
- cl.close()
- #
- # we have chklayouts.tex, then process it
-- fout = os.popen(LATEX + ' wrap_chkconfig.ltx')
-+ fout = os.popen(LATEX + ' --no-mktex=tfm wrap_chkconfig.ltx')
- while True:
- line = fout.readline()
- if not line:
diff --git a/app-office/lyx/files/lyx.desktop b/app-office/lyx/files/lyx.desktop
deleted file mode 100644
index 3dfdd9cb7b61..000000000000
--- a/app-office/lyx/files/lyx.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Lyx
-Comment=Latex WYSIWYM Editor
-Icon=/usr/share/lyx/images/lyx.xpm
-Exec=lyx
-Terminal=false
-Type=Application
-StartupNotify=false
-Categories=GNOME;Application;Office;
-MimeType=application/x-lyx;