summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-04-05 17:10:57 +0000
committerMamoru Komachi <usata@gentoo.org>2005-04-05 17:10:57 +0000
commit4e920feb4683a49617efcf539d781c97145e694e (patch)
treee0ec40d53404fdeb5ca5a93e01ea58b3667896f3 /app-text/ptex
parentChanged to use tetex-2 and tetex-3, respectively. (diff)
downloadgentoo-2-4e920feb4683a49617efcf539d781c97145e694e.tar.gz
gentoo-2-4e920feb4683a49617efcf539d781c97145e694e.tar.bz2
gentoo-2-4e920feb4683a49617efcf539d781c97145e694e.zip
Changed to use tetex-2 and tetex-3, repectively.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/ptex')
-rw-r--r--app-text/ptex/ChangeLog6
-rw-r--r--app-text/ptex/ptex-3.1.4-r2.ebuild8
-rw-r--r--app-text/ptex/ptex-3.1.5.ebuild8
-rw-r--r--app-text/ptex/ptex-3.1.8.1.ebuild10
-rw-r--r--app-text/ptex/ptex-3.1.8.1_p20050325.ebuild8
5 files changed, 23 insertions, 17 deletions
diff --git a/app-text/ptex/ChangeLog b/app-text/ptex/ChangeLog
index 5f2ebce20dd1..1e3042801d9a 100644
--- a/app-text/ptex/ChangeLog
+++ b/app-text/ptex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/ptex
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.42 2005/04/02 06:44:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ChangeLog,v 1.43 2005/04/05 17:10:57 usata Exp $
+
+ 05 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> ptex-3.1.4-r2.ebuild,
+ ptex-3.1.5.ebuild, ptex-3.1.8.1.ebuild, ptex-3.1.8.1_p20050325.ebuild:
+ Changed to use tetex-2 and tetex-3, repectively.
02 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> ptex-3.1.8.1.ebuild,
ptex-3.1.8.1_p20050325.ebuild:
diff --git a/app-text/ptex/ptex-3.1.4-r2.ebuild b/app-text/ptex/ptex-3.1.4-r2.ebuild
index 3d4f8250f809..1d2e943b3df0 100644
--- a/app-text/ptex/ptex-3.1.4-r2.ebuild
+++ b/app-text/ptex/ptex-3.1.4-r2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.4-r2.ebuild,v 1.9 2005/03/06 20:47:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.4-r2.ebuild,v 1.10 2005/04/05 17:10:57 usata Exp $
PTEX_TEXMF_PV=2.2
TETEX_PV=2.0.2
-inherit tetex eutils
+inherit tetex-2
DESCRIPTION="The ASCII publishing TeX distribution"
HOMEPAGE="http://www.ascii.co.jp/pb/ptex/"
@@ -32,7 +32,7 @@ DEPEND="X? ( >=media-libs/freetype-2
!app-text/xdvik"
src_unpack() {
- tetex_src_unpack
+ tetex-2_src_unpack
einfo "Unpacking pTeX sources..."
cd ${S}/texmf
@@ -98,7 +98,7 @@ src_compile() {
}
src_install() {
- tetex_src_install
+ tetex-2_src_install
einfo "Installing pTeX..."
cd ${S}/texk/web2c/${PN}-src-${PV} || die
diff --git a/app-text/ptex/ptex-3.1.5.ebuild b/app-text/ptex/ptex-3.1.5.ebuild
index 26862b47daec..335e2779baa4 100644
--- a/app-text/ptex/ptex-3.1.5.ebuild
+++ b/app-text/ptex/ptex-3.1.5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.5.ebuild,v 1.8 2005/04/01 17:02:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.5.ebuild,v 1.9 2005/04/05 17:10:57 usata Exp $
PTEX_TEXMF_PV=2.3
TETEX_PV=2.0.2
-inherit tetex eutils
+inherit tetex-2
DESCRIPTION="The ASCII publishing TeX distribution"
HOMEPAGE="http://www.ascii.co.jp/pb/ptex/"
@@ -32,7 +32,7 @@ DEPEND="X? ( >=media-libs/freetype-2
!app-text/xdvik"
src_unpack() {
- tetex_src_unpack
+ tetex-2_src_unpack
einfo "Unpacking pTeX sources..."
cd ${S}/texmf
@@ -98,7 +98,7 @@ src_compile() {
}
src_install() {
- tetex_src_install
+ tetex-2_src_install
einfo "Installing pTeX..."
cd ${S}/texk/web2c/${PN}-src-${PV} || die
diff --git a/app-text/ptex/ptex-3.1.8.1.ebuild b/app-text/ptex/ptex-3.1.8.1.ebuild
index 16907dc971c1..85c3edf080de 100644
--- a/app-text/ptex/ptex-3.1.8.1.ebuild
+++ b/app-text/ptex/ptex-3.1.8.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.8.1.ebuild,v 1.2 2005/04/02 06:44:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.8.1.ebuild,v 1.3 2005/04/05 17:10:57 usata Exp $
TETEX_PV=3.0
TEXMF_PATH=/var/lib/texmf
-inherit tetex eutils
+inherit tetex-3 flag-o-matic
DESCRIPTION="The ASCII publishing TeX distribution"
HOMEPAGE="http://www.ascii.co.jp/pb/ptex/
@@ -54,7 +54,7 @@ DEPEND="X? ( >=media-libs/freetype-2
src_unpack() {
unpack ${PTETEX}.tar.gz
- tetex_src_unpack
+ tetex-3_src_unpack
einfo "Unpacking pTeX sources ..."
cd ${S}/texmf
@@ -131,7 +131,9 @@ src_compile() {
src_install() {
addwrite /var/cache/fonts
- tetex_src_install base doc fixup
+ addwrite /var/lib/texmf
+ addwrite /usr/share/texmf
+ tetex-3_src_install base doc fixup
einfo "Installing pTeX ..."
dodir ${TEXMF_PATH}/web2c
diff --git a/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild b/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild
index 3ee936eb458d..d54bb7476332 100644
--- a/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild
+++ b/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild,v 1.2 2005/04/02 06:44:50 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ptex/ptex-3.1.8.1_p20050325.ebuild,v 1.3 2005/04/05 17:10:57 usata Exp $
TETEX_PV=3.0
TEXMF_PATH=/var/lib/texmf
-inherit tetex eutils
+inherit tetex-3 flag-o-matic
DESCRIPTION="The ASCII publishing TeX distribution"
HOMEPAGE="http://www.ascii.co.jp/pb/ptex/
@@ -53,7 +53,7 @@ DEPEND="X? ( >=media-libs/freetype-2
src_unpack() {
unpack ${PTETEX}.tar.gz
- tetex_src_unpack
+ tetex-3_src_unpack
einfo "Unpacking pTeX sources ..."
cd ${S}/texmf
@@ -131,7 +131,7 @@ src_install() {
addwrite /var/cache/fonts
addwrite /var/lib/texmf
addwrite /usr/share/texmf
- tetex_src_install base doc fixup
+ tetex-3_src_install base doc fixup
einfo "Installing pTeX ..."
dodir ${TEXMF_PATH}/web2c