diff options
author | 2003-09-01 10:58:44 +0000 | |
---|---|---|
committer | 2003-09-01 10:58:44 +0000 | |
commit | 3705ab8e5fb202e5f7427130628b353f66fde0cd (patch) | |
tree | 4d6bea34de5682823ddf234a054347265b095b11 /x11-misc/icewm-tools/icewm-tools-2.5.ebuild | |
parent | security update (diff) | |
download | historical-3705ab8e5fb202e5f7427130628b353f66fde0cd.tar.gz historical-3705ab8e5fb202e5f7427130628b353f66fde0cd.tar.bz2 historical-3705ab8e5fb202e5f7427130628b353f66fde0cd.zip |
Version bump
Diffstat (limited to 'x11-misc/icewm-tools/icewm-tools-2.5.ebuild')
-rw-r--r-- | x11-misc/icewm-tools/icewm-tools-2.5.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/icewm-tools/icewm-tools-2.5.ebuild b/x11-misc/icewm-tools/icewm-tools-2.5.ebuild new file mode 100644 index 000000000000..338656c1136e --- /dev/null +++ b/x11-misc/icewm-tools/icewm-tools-2.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/icewm-tools-2.5.ebuild,v 1.1 2003/09/01 10:58:35 phosphan Exp $ + +DESCRIPTION="Convenience package for IceWM control center and tools" +SRC_URI="" +HOMEPAGE="http://icecc.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=x11-misc/icebgset-1.0 + >=x11-misc/icecc-2.4 + >=x11-misc/icecursorscfg-0.6 + >=x11-misc/iceiconcvt-1.0 + >=x11-misc/iceked-1.3 + >=x11-misc/icemc-1.6 + >=x11-misc/icesndcfg-1.1 + >=x11-misc/icets-1.1 + >=x11-misc/icerrun-0.5 + >=x11-misc/icemergeprefs-0.5 + >=x11-misc/icewoed-1.5" + +SLOT="0" + +src_compile () { + einfo "Nothing to do" +} + +src_install () { + einfo "Nothing to do" +} |