diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 22:05:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 22:05:24 +0000 |
commit | c42e804d3105165738b33c98b2f7e5e90712b754 (patch) | |
tree | 4fb1de5b454bbf0fd16011900d4696d8729e075d /kde-base/kghostview | |
parent | Stable on amd64 per bug #161640 (diff) | |
download | historical-c42e804d3105165738b33c98b2f7e5e90712b754.tar.gz historical-c42e804d3105165738b33c98b2f7e5e90712b754.tar.bz2 historical-c42e804d3105165738b33c98b2f7e5e90712b754.zip |
Bump to 3.5.6 (prerelease).
Package-Manager: portage-2.1.2
Diffstat (limited to 'kde-base/kghostview')
-rw-r--r-- | kde-base/kghostview/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kghostview/files/digest-kghostview-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.5.6.ebuild | 26 |
3 files changed, 37 insertions, 2 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index c1539a3e3e77..e9383443cb54 100644 --- a/kde-base/kghostview/ChangeLog +++ b/kde-base/kghostview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kghostview -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.66 2006/12/11 12:46:30 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.67 2007/01/16 20:35:40 flameeyes Exp $ + +*kghostview-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + +kghostview-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> kghostview-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/kghostview/files/digest-kghostview-3.5.6 b/kde-base/kghostview/files/digest-kghostview-3.5.6 new file mode 100644 index 000000000000..de24125a93ab --- /dev/null +++ b/kde-base/kghostview/files/digest-kghostview-3.5.6 @@ -0,0 +1,3 @@ +MD5 79a1ffb7ae89bede1410411a30be3210 kdegraphics-3.5.6.tar.bz2 7332938 +RMD160 4cb41696ffb1284252009edfe8bd0933ef541800 kdegraphics-3.5.6.tar.bz2 7332938 +SHA256 2c397f3c524b7c465e6d9289944aa8ed2acc43c8bafb983eb3f252aba7a19a1f kdegraphics-3.5.6.tar.bz2 7332938 diff --git a/kde-base/kghostview/kghostview-3.5.6.ebuild b/kde-base/kghostview/kghostview-3.5.6.ebuild new file mode 100644 index 000000000000..49aefebfbd27 --- /dev/null +++ b/kde-base/kghostview/kghostview-3.5.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.6.ebuild,v 1.1 2007/01/16 20:35:40 flameeyes Exp $ + +KMNAME=kdegraphics +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE: Viewer for PostScript (.ps, .eps) and Portable Document Format (.pdf) files" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +# /Should/ also rdepend on kdeprint. Since kdeprint rdepends on kghostview for previews, we'd had a conflict, so we can't. +RDEPEND="virtual/ghostscript" +KMEXTRA="kfile-plugins/ps" + +pkg_setup() { + kde_pkg_setup + for ghostscript in app-text/ghostscript-{gnu,esp,afpl}; do + if has_version ${ghostscript} && ! built_with_use ${ghostscript} X; then + eerror "This package requires ${ghostscript} compiled with X11 support." + eerror "Please reemerge ${ghostscript} with USE=\"X\"." + die "Please reemerge ${ghostscript} with USE=\"X\"." + fi + done +} |