diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-04-06 04:04:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-04-06 04:04:19 +0000 |
commit | 83618259ec94f9c0d314f681c96c181c3f38fdeb (patch) | |
tree | c8a5d1d3bf43874a3258cf4d47659adf46784ea1 /dev-tex/ha-prosper | |
parent | Version bumped. (diff) | |
download | historical-83618259ec94f9c0d314f681c96c181c3f38fdeb.tar.gz historical-83618259ec94f9c0d314f681c96c181c3f38fdeb.tar.bz2 historical-83618259ec94f9c0d314f681c96c181c3f38fdeb.zip |
Added tetex-3 as an alternative dependency. Marked stable on x86 and ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-tex/ha-prosper')
-rw-r--r-- | dev-tex/ha-prosper/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/ha-prosper/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/ha-prosper/ha-prosper-4.21.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-tex/ha-prosper/ChangeLog b/dev-tex/ha-prosper/ChangeLog index 78806cb9f1c9..c9954eca71c2 100644 --- a/dev-tex/ha-prosper/ChangeLog +++ b/dev-tex/ha-prosper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/ha-prosper -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.3 2004/10/15 16:07:24 dholm Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.4 2005/04/06 04:04:19 usata Exp $ + + 06 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> ha-prosper-4.21.ebuild: + Added tetex-3 as an alternative dependency. Marked stable on x86 and ppc. 15 Oct 2004; David Holm <dholm@gentoo.org> ha-prosper-4.21.ebuild: Added to ~ppc. diff --git a/dev-tex/ha-prosper/Manifest b/dev-tex/ha-prosper/Manifest index ac66e11f76e3..9f039566a1a0 100644 --- a/dev-tex/ha-prosper/Manifest +++ b/dev-tex/ha-prosper/Manifest @@ -1,4 +1,4 @@ -MD5 0d02e81c45d8d36c4437364220de098a ChangeLog 609 -MD5 b945070425737d3c46f36a0b0746a07d ha-prosper-4.21.ebuild 963 +MD5 0a8244a5d2aaafea29b9556f59715a47 ChangeLog 759 +MD5 b1dd84076c77e24d2fd4e8dd423b79fd ha-prosper-4.21.ebuild 1009 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 9c3066e37999346d441c2adb90b79e80 files/digest-ha-prosper-4.21 67 diff --git a/dev-tex/ha-prosper/ha-prosper-4.21.ebuild b/dev-tex/ha-prosper/ha-prosper-4.21.ebuild index da1d40619f97..c6ea468cfe22 100644 --- a/dev-tex/ha-prosper/ha-prosper-4.21.ebuild +++ b/dev-tex/ha-prosper/ha-prosper-4.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.3 2004/10/15 16:07:24 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.4 2005/04/06 04:04:19 usata Exp $ inherit latex-package @@ -10,10 +10,10 @@ HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/haprosper.html" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LPPL-1.2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ppc" DEPEND="virtual/tetex >=dev-tex/prosper-1.5 - dev-tex/xkeyval" + || ( dev-tex/xkeyval >=app-text/tetex-3 >=app-text/ptex-3.1.8 )" S=${WORKDIR}/${PN} IUSE="" |