summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2004-06-05 21:14:16 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2004-06-05 21:14:16 +0000
commit75ee705bf466120fe922e68c9bd7f64797899283 (patch)
treee8dd6afc69a8ddacbff297f3876c57bc472502ec /eclass/eclipse-ext.eclass
parentInitial ebuild provided by Chris Mayo <mayo@clara.co.uk> in bug #35278. (diff)
downloadhistorical-75ee705bf466120fe922e68c9bd7f64797899283.tar.gz
historical-75ee705bf466120fe922e68c9bd7f64797899283.tar.bz2
historical-75ee705bf466120fe922e68c9bd7f64797899283.zip
Added info on the Eclipse site at http://dev.gentoo.org/~karltk/projects/eclipse/
Diffstat (limited to 'eclass/eclipse-ext.eclass')
-rw-r--r--eclass/eclipse-ext.eclass10
1 files changed, 9 insertions, 1 deletions
diff --git a/eclass/eclipse-ext.eclass b/eclass/eclipse-ext.eclass
index 638b54df9bc1..368a92be3194 100644
--- a/eclass/eclipse-ext.eclass
+++ b/eclass/eclipse-ext.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.1 2004/06/03 11:44:25 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.2 2004/06/05 21:14:16 karltk Exp $
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
@@ -116,3 +116,11 @@ function eclipse-ext_install-plugins {
done
}
+function eclipse-ext_pkg_postinst() {
+ einfo "For tips, tricks and general info on running Eclipse on Gentoo, go to:"
+ einfo "http://dev.gentoo.org/~karltk/projects/eclipse/"
+}
+
+function pkg_postinst() {
+ eclipse-ext_pkg_postinst
+}