summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-23 12:17:35 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-23 12:17:35 +0000
commit97f678bb2074adcb948fdade61d7de3d9e69126a (patch)
tree3ee0db00228c8e58a3e7d4ec5d2b45dc6097be5a /app-emacs/yatex
parentfixed herd to sci-mathematics (diff)
downloadgentoo-2-97f678bb2074adcb948fdade61d7de3d9e69126a.tar.gz
gentoo-2-97f678bb2074adcb948fdade61d7de3d9e69126a.tar.bz2
gentoo-2-97f678bb2074adcb948fdade61d7de3d9e69126a.zip
clean up
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/yatex')
-rw-r--r--app-emacs/yatex/ChangeLog5
-rw-r--r--app-emacs/yatex/files/digest-yatex-1.713
-rw-r--r--app-emacs/yatex/yatex-1.71.ebuild57
3 files changed, 4 insertions, 61 deletions
diff --git a/app-emacs/yatex/ChangeLog b/app-emacs/yatex/ChangeLog
index b489166b71a8..a9770c8c363a 100644
--- a/app-emacs/yatex/ChangeLog
+++ b/app-emacs/yatex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/yatex
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.16 2007/02/23 12:15:29 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.17 2007/02/23 12:17:35 opfer Exp $
+
+ 23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> -yatex-1.71.ebuild:
+ real clean up
23 Feb 2007; Christian Faulhammer <opfer@gentoo.org> yatex-1.72.ebuild:
clean up, adjusted DESCRIPTION and added some quotes
diff --git a/app-emacs/yatex/files/digest-yatex-1.71 b/app-emacs/yatex/files/digest-yatex-1.71
deleted file mode 100644
index c46e4896b4c3..000000000000
--- a/app-emacs/yatex/files/digest-yatex-1.71
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 60a55519f5800b10e3b42eed464ef738 yatex1.71.tar.gz 312189
-RMD160 066779b48535802b7603b806e54a9c5d6ea5a49e yatex1.71.tar.gz 312189
-SHA256 722b190da487c6f860a9e2c8223b1a9701e4220e1668572a5ef737670cffdbc7 yatex1.71.tar.gz 312189
diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild
deleted file mode 100644
index 6ac92a0cfd88..000000000000
--- a/app-emacs/yatex/yatex-1.71.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.10 2005/01/01 14:07:23 eradicator Exp $
-
-inherit elisp eutils
-
-IUSE="cjk"
-
-DESCRIPTION="YaTeX: Yet Another TeX mode for Emacs"
-HOMEPAGE="http://www.yatex.org/"
-SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
-
-KEYWORDS="x86 alpha ~sparc ppc"
-SLOT="0"
-LICENSE="as-is"
-
-# virtual/emacs is from elisp
-#DEPEND="virtual/emacs"
-
-S=${WORKDIR}/${P/-/}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
- epatch ${FILESDIR}/${P}-yatexhlp-gentoo.diff
-}
-
-src_compile() {
-
- # compilation b0rks on alpha, sparc and ppc
-
- cd docs
- mv yatexe yatex.info
- mv yahtmle yahtml.info
- if use cjk ; then
- iconv -f ISO-2022-JP -t EUC-JP yatexj > yatex-ja.info
- iconv -f ISO-2022-JP -t EUC-JP yahtmlj > yahtml-ja.info
- fi
-}
-
-src_install() {
-
- elisp-install ${PN} *.el
- elisp-site-file-install ${FILESDIR}/50yatex-gentoo.el
- elisp-install ${PN} help/YATEXHLP*
-
- dodoc docs/*.eng
- if use cjk ; then
- dodoc 00readme install
- dodoc docs/{htmlqa,qanda} docs/*.doc
- fi
- for i in docs/*.info; do
- doinfo ${i}
- done
-}