diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-04-07 13:34:07 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-04-07 13:34:07 +0000 |
commit | 8f861c402a634fa2e31cd524754ad0a248ff941e (patch) | |
tree | 3a0232d423e938f73947a245a5893cb6cfa57c88 /dev-java | |
parent | added ~amd64 to KEYWORDS, fixes #88186 (diff) | |
download | historical-8f861c402a634fa2e31cd524754ad0a248ff941e.tar.gz historical-8f861c402a634fa2e31cd524754ad0a248ff941e.tar.bz2 historical-8f861c402a634fa2e31cd524754ad0a248ff941e.zip |
nuke postinst message
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/systray4j/Manifest | 12 | ||||
-rw-r--r-- | dev-java/systray4j/systray4j-2.4.ebuild | 9 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-java/systray4j/Manifest b/dev-java/systray4j/Manifest index 9aec230cfa02..7d668650966c 100644 --- a/dev-java/systray4j/Manifest +++ b/dev-java/systray4j/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e70e86a59bc42c9192c2448f45904771 systray4j-2.4.ebuild 1655 MD5 2795396ae908e7f3f379776bd2402847 ChangeLog 1055 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 a0c032aaffc9f52e20921442a3096e11 systray4j-2.4.ebuild 1875 MD5 f0c65493b9e6f3dcf93ec6928696b856 files/digest-systray4j-2.4 74 MD5 1a1e3d6123fb041172ef5959bd74c225 files/systray4j-2.4-fPIC.patch 1884 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCVTbm/rLF9B432nYRAhV/AJ4qa9uIDIZLin4aMkmBVDjD/X0mPACgxYeG +uj8Tj6dHxbS3LWNHqsBfTFU= +=pLg4 +-----END PGP SIGNATURE----- diff --git a/dev-java/systray4j/systray4j-2.4.ebuild b/dev-java/systray4j/systray4j-2.4.ebuild index 813ee3adbb64..5ea4fea3f3f2 100644 --- a/dev-java/systray4j/systray4j-2.4.ebuild +++ b/dev-java/systray4j/systray4j-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/systray4j/systray4j-2.4.ebuild,v 1.10 2005/01/26 20:13:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/systray4j/systray4j-2.4.ebuild,v 1.11 2005/04/07 13:34:07 axxo Exp $ inherit kde java-pkg eutils @@ -66,10 +66,3 @@ src_install() { cd ${S}/kde dolib.so libsystray4j.so } - -pkg_postinst() { - einfo "To test out this java class, run:" - einfo "$ java snoozesoft.systray4j.test.Controller" - einfo "Don't forget to put it in your CLASSPATH:" - einfo "java-config --add-system-classpath=${PN}" -} |