MD5 6dc6a67c77d7e90aac79e9fccc64cec4 alloy-0.3.ebuild 1131
-MD5 27c93ac9290855804b9ad4162cc92348 alloy-0.4.1a.ebuild 878
-MD5 2d908c53959392f8a8e092632673c695 ChangeLog 421
+MD5 f4987c6a8d5e452be4c38fe80d6474a6 alloy-0.4.1a.ebuild 974
+MD5 3f6615c3b9f69aa84d8bfb15c7fd9547 ChangeLog 607
MD5 83cef07294a10e85d11213b8fd03e77c files/digest-alloy-0.4.1a 69
MD5 19e2fd6943c957dd1a7456d1ad3a5759 files/digest-alloy-0.3 66
--- /dev/null
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.4.1a.ebuild,v 1.1 2003/09/10 13:38:20 tad Exp $
+
+inherit kde
+need-kde 3.1
+
+DESCRIPTION="A neat KDE 3.1 style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)."
+HOMEPAGE="http://www.kdelook.org/content/show.php?content=6304"
+SRC_URI="http://www.kdelook.org/content/files/6304-${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+DEPEND="kde-base/kdebase"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
+
+pkg_postinst(){
+ ewarn "HOW TO USE THIS THEME FOR KDE:"
+ einfo ""
+ einfo "Open the KDE-Menu and start the Control Center."
+ einfo "Select \"Look and Feel\"."
+ einfo "Select \"Style\" if the package you installed was a style, or"
+ einfo "select \"Theme Manager\" if the package you installed was a theme."
+ einfo "Select your theme or style."
+ einfo "Click \"Apply\""
+ einfo ""
+ einfo "Have fun! :-)"
+}