diff options
Diffstat (limited to 'dev-texlive/texlive-pstricks')
-rw-r--r-- | dev-texlive/texlive-pstricks/ChangeLog | 9 | ||||
-rw-r--r-- | dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild (renamed from dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-texlive/texlive-pstricks/ChangeLog b/dev-texlive/texlive-pstricks/ChangeLog index 7d9186582317..a0194d0b6cec 100644 --- a/dev-texlive/texlive-pstricks/ChangeLog +++ b/dev-texlive/texlive-pstricks/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-texlive/texlive-pstricks # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.18 2008/10/31 14:46:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/ChangeLog,v 1.19 2008/11/06 20:04:49 aballier Exp $ + +*texlive-pstricks-2008-r1 (06 Nov 2008) + + 06 Nov 2008; Alexis Ballier <aballier@gentoo.org> + -texlive-pstricks-2008.ebuild, +texlive-pstricks-2008-r1.ebuild: + Revbump dev-texlive packages that install a bin wrapper to a script after + the recent changes to the way we install them. 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> texlive-pstricks-2008.ebuild: diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild b/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild index 2b155d7f10a3..073270462227 100644 --- a/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild +++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008.ebuild,v 1.2 2008/10/31 14:46:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pstricks/texlive-pstricks-2008-r1.ebuild,v 1.1 2008/11/06 20:04:49 aballier Exp $ TEXLIVE_MODULE_CONTENTS="auto-pst-pdf makeplot pdftricks pst-2dplot pst-3d pst-3dplot pst-asr pst-bar pst-barcode pst-blur pst-circ pst-coil pst-cox pst-dbicons pst-diffraction pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-fun pst-func pst-geo pst-ghsb pst-gr3d pst-grad pst-infixplot pst-jtree pst-labo pst-lens pst-light3d pst-math pst-ob3d pst-optexp pst-optic pst-osci pst-pad pst-pdgr pst-poly pst-qtree pst-slpe pst-spectra pst-stru pst-solides3d pst-soroban pst-text pst-uml pst-vue3d pst2pdf pstricks pstricks-add uml collection-pstricks " @@ -15,5 +15,5 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-texlive/texlive-basic-2008 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} " TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/pst2pdf/pst2pdf.pl" |