summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-09 18:56:33 +0000
committerUlrich Müller <ulm@gentoo.org>2014-03-09 18:56:33 +0000
commitf47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346 (patch)
tree71a5f04485225c31b6a183b8553e1515ffb9871e /dev-texlive
parentWhitespace. (diff)
downloadgentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.tar.gz
gentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.tar.bz2
gentoo-2-f47a0ebf028ac0ced0916a9ec2b2f8ce9dc4f346.zip
Call texlive-module_src_prepare instead of base_src_prepare, bug 497054.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-context/ChangeLog8
-rw-r--r--dev-texlive/texlive-context/texlive-context-2012-r1.ebuild6
-rw-r--r--dev-texlive/texlive-context/texlive-context-2013-r1.ebuild6
-rw-r--r--dev-texlive/texlive-context/texlive-context-2013.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-texlive/texlive-context/ChangeLog b/dev-texlive/texlive-context/ChangeLog
index d208cab50ac9..2df6fe3609f0 100644
--- a/dev-texlive/texlive-context/ChangeLog
+++ b/dev-texlive/texlive-context/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-texlive/texlive-context
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.74 2013/07/02 22:03:35 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.75 2014/03/09 18:56:33 ulm Exp $
+
+ 09 Mar 2014; Ulrich Müller <ulm@gentoo.org> texlive-context-2012-r1.ebuild,
+ texlive-context-2013.ebuild, texlive-context-2013-r1.ebuild:
+ Call texlive-module_src_prepare instead of base_src_prepare, bug 497054.
*texlive-context-2013-r1 (02 Jul 2013)
diff --git a/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild b/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild
index aaa9360c9773..98c46fb5ee62 100644
--- a/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild,v 1.13 2013/04/25 21:26:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2012-r1.ebuild,v 1.14 2014/03/09 18:56:33 ulm Exp $
EAPI="4"
@@ -54,7 +54,7 @@ src_prepare() {
chmod +x texmf-dist/scripts/context/ruby/ctxtools.rb \
texmf-dist/scripts/context/ruby/pstopdf.rb \
texmf-dist/scripts/context/ruby/rlxtools.rb
- base_src_prepare
+ texlive-module_src_prepare
}
TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate
diff --git a/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild b/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild
index 33efb4abeb43..97df4dc9e675 100644
--- a/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild,v 1.1 2013/07/02 22:03:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2013-r1.ebuild,v 1.2 2014/03/09 18:56:33 ulm Exp $
EAPI="5"
@@ -50,7 +50,7 @@ src_prepare() {
# No need to install these .exe
rm -rf texmf-dist/scripts/context/stubs/mswin || die
- base_src_prepare
+ texlive-module_src_prepare
}
TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate
diff --git a/dev-texlive/texlive-context/texlive-context-2013.ebuild b/dev-texlive/texlive-context/texlive-context-2013.ebuild
index 41b839bc661e..e3f847fc920f 100644
--- a/dev-texlive/texlive-context/texlive-context-2013.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2013.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2013.ebuild,v 1.1 2013/06/28 16:08:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2013.ebuild,v 1.2 2014/03/09 18:56:33 ulm Exp $
EAPI="5"
@@ -58,7 +58,7 @@ src_prepare() {
# No need to install these .exe
rm -rf texmf-dist/scripts/context/stubs/mswin || die
- base_src_prepare
+ texlive-module_src_prepare
}
TL_MODULE_INFORMATION="For using ConTeXt mkII simply use 'texexec' to generate