summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-05-29 09:21:24 +0000
committerVlastimil Babka <caster@gentoo.org>2007-05-29 09:21:24 +0000
commit9cd6276237e835d43c260003f49234fc951380cb (patch)
tree28c198f4d7cbd841098f3ea4a17bbaf2ecedd880 /app-editors/jedit
parentMarked ~ppc (diff)
downloadgentoo-2-9cd6276237e835d43c260003f49234fc951380cb.tar.gz
gentoo-2-9cd6276237e835d43c260003f49234fc951380cb.tar.bz2
gentoo-2-9cd6276237e835d43c260003f49234fc951380cb.zip
Hint users to ignore postrm message if they are reinstalling or upgrading, bug #180101.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors/jedit')
-rw-r--r--app-editors/jedit/ChangeLog7
-rw-r--r--app-editors/jedit/jedit-4.2-r2.ebuild3
-rw-r--r--app-editors/jedit/jedit-4.3_pre9.ebuild3
3 files changed, 10 insertions, 3 deletions
diff --git a/app-editors/jedit/ChangeLog b/app-editors/jedit/ChangeLog
index 7060296ce9d7..af4dfd78b875 100644
--- a/app-editors/jedit/ChangeLog
+++ b/app-editors/jedit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/jedit
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.74 2007/04/02 20:58:50 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/ChangeLog,v 1.75 2007/05/29 09:21:24 caster Exp $
+
+ 29 May 2007; Vlastimil Babka <caster@gentoo.org> jedit-4.2-r2.ebuild,
+ jedit-4.3_pre9.ebuild:
+ Hint users to ignore postrm message if they are reinstalling or upgrading,
+ bug #180101.
02 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -jedit-4.3_pre7.ebuild,
-jedit-4.3_pre7-r1.ebuild:
diff --git a/app-editors/jedit/jedit-4.2-r2.ebuild b/app-editors/jedit/jedit-4.2-r2.ebuild
index 7230ca6e28db..0261e2d82721 100644
--- a/app-editors/jedit/jedit-4.2-r2.ebuild
+++ b/app-editors/jedit/jedit-4.2-r2.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-editors/jedit/jedit-4.2-r2.ebuild,v 1.8 2007/01/09 15:27:13 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.2-r2.ebuild,v 1.9 2007/05/29 09:21:24 caster Exp $
inherit java-pkg-2 eutils java-ant-2
@@ -80,4 +80,5 @@ pkg_postrm() {
elog "want to run"
elog ""
elog "\trm -r /usr/share/jedit"
+ elog "Ignore this message if you are reinstalling or upgrading."
}
diff --git a/app-editors/jedit/jedit-4.3_pre9.ebuild b/app-editors/jedit/jedit-4.3_pre9.ebuild
index 7675dffa6d01..a168b23cc60c 100644
--- a/app-editors/jedit/jedit-4.3_pre9.ebuild
+++ b/app-editors/jedit/jedit-4.3_pre9.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-editors/jedit/jedit-4.3_pre9.ebuild,v 1.1 2007/02/22 01:34:04 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.3_pre9.ebuild,v 1.2 2007/05/29 09:21:24 caster Exp $
inherit java-pkg-2 java-ant-2 eutils
@@ -91,4 +91,5 @@ pkg_postrm() {
elog "want to run"
elog ""
elog "\trm -r ${JEDIT_HOME}"
+ elog "Ignore this message if you are reinstalling or upgrading."
}