From bb75cc944495cde46eabada4487f2df5f0d26792 Mon Sep 17 00:00:00 2001 From: "Nuno J. Silva (njsg)" Date: Sat, 6 Sep 2008 21:23:50 +0000 Subject: sci-visualization/jps2ps: Version bump for jps2ps, thanks to Tommy[D] svn path=/sunrise/; revision=6999 --- sci-visualization/jps2ps/ChangeLog | 6 ++++- sci-visualization/jps2ps/Manifest | 6 ++--- sci-visualization/jps2ps/jps2ps-0.16.ebuild | 40 ----------------------------- sci-visualization/jps2ps/jps2ps-0.17.ebuild | 39 ++++++++++++++++++++++++++++ 4 files changed, 47 insertions(+), 44 deletions(-) delete mode 100644 sci-visualization/jps2ps/jps2ps-0.16.ebuild create mode 100644 sci-visualization/jps2ps/jps2ps-0.17.ebuild (limited to 'sci-visualization/jps2ps') diff --git a/sci-visualization/jps2ps/ChangeLog b/sci-visualization/jps2ps/ChangeLog index b776dc86f..7ef2eec25 100644 --- a/sci-visualization/jps2ps/ChangeLog +++ b/sci-visualization/jps2ps/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-visualization/jps2ps -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Sep 2008; Nuno J. Silva (njsg) -jps2ps-0.16.ebuild, + +jps2ps-0.17.ebuild: + Version bump for jps2ps, thanks to Tommy[D] + 28 Oct 2007; Markus Ullmann rt2x00-git-20070529, jps2ps-0.16: fix quoting diff --git a/sci-visualization/jps2ps/Manifest b/sci-visualization/jps2ps/Manifest index 58bf6b7af..18b97f978 100644 --- a/sci-visualization/jps2ps/Manifest +++ b/sci-visualization/jps2ps/Manifest @@ -1,4 +1,4 @@ -DIST jps2ps-0-16.tgz 1598528 RMD160 763c236cab988fa33e75794ce93d5e83ba33a64d SHA1 e867a1a3fa5248909fc5e12d5d4d4347debed66e SHA256 4531ad0b8820f566a35626b1ad94111f18f2b91c780c8350e20c2293baadbdc5 -EBUILD jps2ps-0.16.ebuild 1156 RMD160 599ebea64ce126727cf8f2fd6dcfe5fb1cd0d8d7 SHA1 c08b4f5750ba11e5042fef9948fa6d33c9e4d58f SHA256 d2316476af3b65bce5233c4cff77aa9cfb5d6e38f717583cd1ab46d2253f1437 -MISC ChangeLog 797 RMD160 ed428cb797b0e63e53f8053dbef95e85d9adb4a7 SHA1 8851cf91aa8b9579459303b0005359bf936f1a84 SHA256 565be7b1cb8236ef04c0d231c100ea2ad122f15797fdadcdc37680be8d51d4e6 +DIST jps2ps-0-17.tgz 1635198 RMD160 2f76bc50902d2c3201b899140473648b1f2d81b6 SHA1 8c1bb25fd57ec4b20fc2250eea0dc797f85b8051 SHA256 215b270ef23a7710c7306f6b25b826eb7133b43cdc21940bc7520b0e18b40f19 +EBUILD jps2ps-0.17.ebuild 1073 RMD160 8e7967574b26fecdf5dadb224a5249819f7dedfb SHA1 5299d77677581cec3a657438405f291cdd9ded42 SHA256 a4f34a5f58a3273ca985f105ff066efe2567099f05b3581045607958bdf842ac +MISC ChangeLog 944 RMD160 1bb341d904d46786bd3b786aff8e88f5588c19d4 SHA1 d1e29d845200ed100ddac6280a0b2811736111e5 SHA256 5eda918053095d4b361262eff38a057ff7fe7559962baf24eab62c07a6bfb5a3 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-visualization/jps2ps/jps2ps-0.16.ebuild b/sci-visualization/jps2ps/jps2ps-0.16.ebuild deleted file mode 100644 index 029a2729c..000000000 --- a/sci-visualization/jps2ps/jps2ps-0.16.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit multilib - -DESCRIPTION="A small perl script for the creation of mathematic images in PostScript." -HOMEPAGE="http://syracuse.eu.org/syracuse/bbgraf/" - -SRC_URI="http://syracuse.eu.org/syracuse/bbgraf/archives/${PN}-0-16.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-lang/perl - virtual/ghostscript" - -src_install() { - dodir /usr/$(get_libdir)/syracuse/app/jps2ps/{pps,package} - - insinto usr/$(get_libdir)/syracuse/app - doins -r "${WORKDIR}"/jps2ps - - exeinto usr/$(get_libdir)/syracuse/app/jps2ps - doexe "${WORKDIR}"/jps2ps/{jps2ps,filtre-file,jpshash,exp2rpn,lit_appels,lit_cles}.pl - - # Fix the variable JPS2PS_DIR defined inside the perl script - # so it points to the right directory. - # Based on the dev-lang/R ebuild regexp. - sed \ - -e "/^\$JPS2PS_DIR = .*/s::\$JPS2PS_DIR = \"/usr/$(get_libdir)/syracuse/app/jps2ps/\";:" \ - -i "${D}"/usr/$(get_libdir)/syracuse/app/jps2ps/jps2ps.pl \ - || die "sed failed." - - dosym /usr/$(get_libdir)/syracuse/app/jps2ps/jps2ps.pl /usr/bin/jps2ps -} diff --git a/sci-visualization/jps2ps/jps2ps-0.17.ebuild b/sci-visualization/jps2ps/jps2ps-0.17.ebuild new file mode 100644 index 000000000..5dabbb616 --- /dev/null +++ b/sci-visualization/jps2ps/jps2ps-0.17.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit multilib + +DESCRIPTION="A small perl script for the creation of mathematic images in PostScript." +HOMEPAGE="http://syracuse.eu.org/syracuse/bbgraf/" + +SRC_URI="http://syracuse.eu.org/syracuse/bbgraf/archives/${P/./-}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-lang/perl + virtual/ghostscript" + + +src_install() { + + insinto /usr/$(get_libdir)/syracuse/app + + doins -r "${WORKDIR}"/jps2ps + + # Fix permissions + fperms guo=rx /usr/$(get_libdir)/syracuse/app/jps2ps/{jps2ps,filtre-file,jpshash,exp2rpn,lit_appels,lit_cles}.pl + + # Fix the variable JPS2PS_DIR defined inside the perl script + # so it points to the right directory. + # Based on the dev-lang/R ebuild regexp. + sed \ + -e "/^\$JPS2PS_DIR = .*/s::\$JPS2PS_DIR = \"/usr/$(get_libdir)/syracuse/app/jps2ps/\";:" \ + -i ${D}/usr/$(get_libdir)/syracuse/app/jps2ps/jps2ps.pl \ + || die "sed failed." + + dosym /usr/$(get_libdir)/syracuse/app/jps2ps/jps2ps.pl /usr/bin/jps2ps +} -- cgit v1.2.3