diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:42:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:42:30 +0000 |
commit | 947c6de9e8a1c60a9936cbb984c110d3b14d9248 (patch) | |
tree | 2156e0f5713ae4aa8d79c259564706e8ce118d87 /kde-base/kghostview | |
parent | remove old versions (diff) | |
download | historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.tar.gz historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.tar.bz2 historical-947c6de9e8a1c60a9936cbb984c110d3b14d9248.zip |
Bump to 3.5.4 (pre-release).
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'kde-base/kghostview')
-rw-r--r-- | kde-base/kghostview/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kghostview/files/digest-kghostview-3.5.4 | 3 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.5.4.ebuild | 26 |
3 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index 70a5b8184bec..322b4a95c257 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.54 2006/06/01 18:30:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.55 2006/07/25 05:53:05 flameeyes Exp $ + +*kghostview-3.5.4 (25 Jul 2006) + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + +kghostview-3.5.4.ebuild: + Bump to 3.5.4 (pre-release). *kghostview-3.5.3 (01 Jun 2006) diff --git a/kde-base/kghostview/files/digest-kghostview-3.5.4 b/kde-base/kghostview/files/digest-kghostview-3.5.4 new file mode 100644 index 000000000000..290bc8f00244 --- /dev/null +++ b/kde-base/kghostview/files/digest-kghostview-3.5.4 @@ -0,0 +1,3 @@ +MD5 de1f6d0597235f52186aaeeaabe7dc08 kdegraphics-3.5.4.tar.bz2 7326485 +RMD160 a3faa89ffe551af7078c0fc52f0dada178f22d47 kdegraphics-3.5.4.tar.bz2 7326485 +SHA256 88d9801bd13eec622f17528f61ccfb509a8aeb34befa1f2428ad36b7b57e756e kdegraphics-3.5.4.tar.bz2 7326485 diff --git a/kde-base/kghostview/kghostview-3.5.4.ebuild b/kde-base/kghostview/kghostview-3.5.4.ebuild new file mode 100644 index 000000000000..22f1bb37e165 --- /dev/null +++ b/kde-base/kghostview/kghostview-3.5.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.4.ebuild,v 1.1 2006/07/25 05:53:05 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 +} |