diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:43:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-31 14:43:52 +0000 |
commit | 2e76a1c0b96d8f36adfd0641c2e104ab65c646b6 (patch) | |
tree | 2d4c1311b6022170baaf7fa4048d71fb4f6fb1e7 /dev-texlive/texlive-mathextra | |
parent | Use stricter deps for texlive 2008 to require the 2008 version of a package, ... (diff) | |
download | gentoo-2-2e76a1c0b96d8f36adfd0641c2e104ab65c646b6.tar.gz gentoo-2-2e76a1c0b96d8f36adfd0641c2e104ab65c646b6.tar.bz2 gentoo-2-2e76a1c0b96d8f36adfd0641c2e104ab65c646b6.zip |
Use stricter deps for texlive 2008 to require the 2008 version of a package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fields
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'dev-texlive/texlive-mathextra')
-rw-r--r-- | dev-texlive/texlive-mathextra/ChangeLog | 8 | ||||
-rw-r--r-- | dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-texlive/texlive-mathextra/ChangeLog b/dev-texlive/texlive-mathextra/ChangeLog index a08588a3b8b0..56b564c2b5f8 100644 --- a/dev-texlive/texlive-mathextra/ChangeLog +++ b/dev-texlive/texlive-mathextra/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-texlive/texlive-mathextra # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.17 2008/09/09 18:35:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/ChangeLog,v 1.18 2008/10/31 14:43:52 aballier Exp $ + + 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-mathextra-2008.ebuild: + Use stricter deps for texlive 2008 to require the 2008 version of a + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND + fields 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> texlive-mathextra-2007.ebuild: diff --git a/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild b/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild index 028fb1d22ed6..bfdde77b0e3d 100644 --- a/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild +++ b/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild,v 1.1 2008/09/09 16:48:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-mathextra/texlive-mathextra-2008.ebuild,v 1.2 2008/10/31 14:43:52 aballier Exp $ -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-fontsrecommended -dev-texlive/texlive-latex -" TEXLIVE_MODULE_CONTENTS="12many amstex boldtensors ccfonts commath concmath concrete eqnarray extarrows extpfeil faktor mathcomp mhequ nath proba statex2 stex stmaryrd susy synproof tablor tensor turnstile venn yhmath bin-amstex collection-mathextra " TEXLIVE_MODULE_DOC_CONTENTS="12many.doc amstex.doc boldtensors.doc ccfonts.doc commath.doc concmath.doc concrete.doc eqnarray.doc extarrows.doc extpfeil.doc faktor.doc mhequ.doc nath.doc proba.doc stex.doc stmaryrd.doc susy.doc synproof.doc tablor.doc tensor.doc turnstile.doc venn.doc yhmath.doc bin-amstex.doc " @@ -16,3 +13,7 @@ LICENSE="GPL-2 as-is freedist GPL-1 LPPL-1.3 TeX " SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" +DEPEND=">=dev-texlive/texlive-fontsrecommended-2008 +>=dev-texlive/texlive-latex-2008 +" +RDEPEND="${DEPEND}" |