summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-15 00:57:09 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-15 00:57:09 +0000
commit241eeb7bcf322b13ddcb41ac1db8152850960248 (patch)
treeee53c6fc24584a8d44aa8717f009f98566bc65a0
parentChange SRC_URI behavior slightly, to reduce load on chtekks server. (diff)
downloadgentoo-2-241eeb7bcf322b13ddcb41ac1db8152850960248.tar.gz
gentoo-2-241eeb7bcf322b13ddcb41ac1db8152850960248.tar.bz2
gentoo-2-241eeb7bcf322b13ddcb41ac1db8152850960248.zip
Add gimp-print warning thanks to Rick Morra <rjm40@optonline.net> in bug 133123
(Portage version: 2.1_rc1)
-rw-r--r--app-text/ghostscript-esp/ChangeLog7
-rw-r--r--app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild7
2 files changed, 12 insertions, 2 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog
index 0276d9b58d88..6e00cdb2379e 100644
--- a/app-text/ghostscript-esp/ChangeLog
+++ b/app-text/ghostscript-esp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ghostscript-esp
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.31 2006/05/14 07:17:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.32 2006/05/15 00:57:09 genstef Exp $
+
+ 15 May 2006; Stefan Schweizer <genstef@gentoo.org>
+ -ghostscript-esp-8.15.1.ebuild, -ghostscript-esp-8.15.1-r1.ebuild,
+ ghostscript-esp-8.15.1_p20060430.ebuild:
+ Add gimp-print warning thanks to Rick Morra <rjm40@optonline.net> in bug 133123
14 May 2006; Markus Rothe <corsair@gentoo.org>
ghostscript-esp-8.15.1_p20060430.ebuild:
diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild
index e09aba9c7f71..d0a4a028c500 100644
--- a/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild
+++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild,v 1.8 2006/05/14 07:17:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild,v 1.9 2006/05/15 00:57:09 genstef Exp $
inherit eutils autotools flag-o-matic versionator
@@ -141,3 +141,8 @@ src_install() {
cd ${S}/ijs
make DESTDIR="${D}" install || die "ijs install failed"
}
+
+pkg_postinst() {
+ ewarn "If you are upgrading from ghostscript-7 you need to rebuild"
+ ewarn "gimp-print. Please run 'revdep-rebuild' to do this."
+}