diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-10-21 18:26:36 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-10-21 18:26:36 +0000 |
commit | 5101e9cc59b07d54a094dbb0eaa547f841f8533a (patch) | |
tree | 500abcc313a97da60d8247f5adc1929e3db5cfdd | |
parent | Taking maintainership. (diff) | |
download | gentoo-2-5101e9cc59b07d54a094dbb0eaa547f841f8533a.tar.gz gentoo-2-5101e9cc59b07d54a094dbb0eaa547f841f8533a.tar.bz2 gentoo-2-5101e9cc59b07d54a094dbb0eaa547f841f8533a.zip |
version bump, bug 177659
(Portage version: 2.1.3.15)
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60.0 (renamed from app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60) | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.60.0.ebuild (renamed from app-text/ghostscript-gnu/ghostscript-gnu-8.60.ebuild) | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index f4532e8d2e68..d7949d77c8d6 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.32 2007/10/21 18:12:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.33 2007/10/21 18:26:36 genstef Exp $ -*ghostscript-gnu-8.60 (21 Oct 2007) +*ghostscript-gnu-8.60.0 (21 Oct 2007) 21 Oct 2007; Stefan Schweizer <genstef@gentoo.org> - +ghostscript-gnu-8.60.ebuild: + -ghostscript-gnu-8.60.ebuild, +ghostscript-gnu-8.60.0.ebuild: version bump, bug 177659 22 Jul 2007; David Shakaryan <omp@gentoo.org> ghostscript-gnu-8.55.ebuild: diff --git a/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60 b/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60.0 index b86db886710c..44ae56192760 100644 --- a/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60 +++ b/app-text/ghostscript-gnu/files/digest-ghostscript-gnu-8.60.0 @@ -4,6 +4,6 @@ SHA256 80abec481fd4b5e59ac3d3f5790542dbfabe3c9269a6ac17064160d6dab38ee4 acro5-cm MD5 dfc93dd2aaaf2b86d2fd55f654c13261 adobe-cmaps-200406.tar.gz 5001983 RMD160 284b943b3476f6f7e2bc49842fd027c6f7f57552 adobe-cmaps-200406.tar.gz 5001983 SHA256 0f397255506cda4b20e362ab5e3f6cdacba09e0a0cca7f4d93afd980977c5689 adobe-cmaps-200406.tar.gz 5001983 -MD5 cddd2e29d1aa8293e54fd2e29a2dfea9 gnu-ghostscript-8.60.tar.bz2 7930 -RMD160 f1566ef6576f90065e787b7623b4a233418a223c gnu-ghostscript-8.60.tar.bz2 7930 -SHA256 231e40f249c425d8be437e16a85db9afddc667a06d3827ebc1fbe0f66ec4de4d gnu-ghostscript-8.60.tar.bz2 7930 +MD5 e04be1a195d658ef5d347a5eb30b0b8c gnu-ghostscript-8.60.0.tar.bz2 8383504 +RMD160 0c0c3d313712c27a0c84009fa4219d0841607fc5 gnu-ghostscript-8.60.0.tar.bz2 8383504 +SHA256 c61aa3e59927e6ae537b33eabc23527ce201234ad8d1a00d790e5e0f35ce1307 gnu-ghostscript-8.60.0.tar.bz2 8383504 diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.60.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.60.0.ebuild index b7e8a5054675..2b262884e437 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.60.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.60.ebuild,v 1.1 2007/10/21 18:12:49 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.60.0.ebuild,v 1.1 2007/10/21 18:26:36 genstef Exp $ WANT_AUTOMAKE=1.9 @@ -52,10 +52,10 @@ src_unpack() { cd "${S}"/Resource unpack adobe-cmaps-200406.tar.gz unpack acro5-cmaps-2001.tar.gz - cd ${WORKDIR} + cd "${WORKDIR}" fi - cd ${S} + cd "${S}" # search path fix sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \ @@ -76,7 +76,7 @@ src_compile() { --disable-compile-inits \ --enable-dynamic \ || die "econf failed" - + emake -j1 so all || die "emake failed" cd ijs @@ -90,6 +90,6 @@ src_install() { rm -fr "${D}"/usr/share/doc/${PF}/html/{README,PUBLIC} dodoc doc/README - cd ${S}/ijs + cd "${S}"/ijs emake DESTDIR="${D}" install || die "emake ijs install failed" } |