diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-16 14:36:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-16 14:36:56 +0000 |
commit | cadbd816a5db3323d51de79b96664a6ad54463da (patch) | |
tree | e42bdda5fb5cd9645c768f24a4ecc17b8ded7127 /dev-tex/ha-prosper | |
parent | Version bump (diff) | |
download | gentoo-2-cadbd816a5db3323d51de79b96664a6ad54463da.tar.gz gentoo-2-cadbd816a5db3323d51de79b96664a6ad54463da.tar.bz2 gentoo-2-cadbd816a5db3323d51de79b96664a6ad54463da.zip |
Remove xkeyval from any-of-many dependency, bug 262897.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-tex/ha-prosper')
-rw-r--r-- | dev-tex/ha-prosper/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/ha-prosper/ha-prosper-4.21.ebuild | 13 |
2 files changed, 14 insertions, 7 deletions
diff --git a/dev-tex/ha-prosper/ChangeLog b/dev-tex/ha-prosper/ChangeLog index 365e0708c22e..4a52e20975bb 100644 --- a/dev-tex/ha-prosper/ChangeLog +++ b/dev-tex/ha-prosper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/ha-prosper -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.7 2008/09/04 06:45:20 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ChangeLog,v 1.8 2009/05/16 14:36:56 ulm Exp $ + + 16 May 2009; Ulrich Mueller <ulm@gentoo.org> ha-prosper-4.21.ebuild: + Remove xkeyval from any-of-many dependency since the package is going + away, bug 262897. Properly specify dependencies as run time only. 04 Sep 2008; Christian Faulhammer <opfer@gentoo.org> ha-prosper-4.21.ebuild: diff --git a/dev-tex/ha-prosper/ha-prosper-4.21.ebuild b/dev-tex/ha-prosper/ha-prosper-4.21.ebuild index d79cf2a5e2f6..a66b77d46ebb 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.5 2008/09/04 06:45:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.6 2009/05/16 14:36:56 ulm Exp $ inherit latex-package @@ -8,14 +8,17 @@ DESCRIPTION="HA-prosper is a LaTeX class for writing transparencies" HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/haprosper.html" # Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz SRC_URI="mirror://gentoo/${P}.tar.gz" + LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="x86 ~amd64 ppc" -DEPEND=">=dev-tex/prosper-1.5 - || ( dev-tex/xkeyval >=app-text/tetex-3 >=app-text/ptex-3.1.8 )" -S=${WORKDIR}/${PN} IUSE="" +RDEPEND=">=dev-tex/prosper-1.5 + || ( >=app-text/tetex-3 >=app-text/ptex-3.1.8 )" + +S=${WORKDIR}/${PN} + src_install(){ cd "${S}"/Run insinto "${TEXMF}"/tex/latex/${PN}/ |