summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-09-01 10:58:44 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-09-01 10:58:44 +0000
commit979c6a3e30eebc9aeb024cfadd924738a3107b22 (patch)
tree9187b13efa13e886f72a7d14e646921ee3210249 /x11-misc
parentsecurity update (diff)
downloadgentoo-2-979c6a3e30eebc9aeb024cfadd924738a3107b22.tar.gz
gentoo-2-979c6a3e30eebc9aeb024cfadd924738a3107b22.tar.bz2
gentoo-2-979c6a3e30eebc9aeb024cfadd924738a3107b22.zip
Version bump
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/icewm-tools/ChangeLog7
-rw-r--r--x11-misc/icewm-tools/Manifest4
-rw-r--r--x11-misc/icewm-tools/files/digest-icewm-tools-2.50
-rw-r--r--x11-misc/icewm-tools/icewm-tools-2.5.ebuild31
4 files changed, 39 insertions, 3 deletions
diff --git a/x11-misc/icewm-tools/ChangeLog b/x11-misc/icewm-tools/ChangeLog
index 07c239113d16..307a866fdd8a 100644
--- a/x11-misc/icewm-tools/ChangeLog
+++ b/x11-misc/icewm-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/icewm-tools
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/ChangeLog,v 1.8 2003/07/30 10:15:02 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/ChangeLog,v 1.9 2003/09/01 10:58:35 phosphan Exp $
+
+*icewm-tools-2.5 (01 Sep 2003)
+
+ 01 Sep 2003; Patrick Kursawe <phosphan@gentoo.org> icewm-tools-2.5.ebuild:
+ Version bump
*icewm-tools-2.4.1 (30 Jul 2003)
diff --git a/x11-misc/icewm-tools/Manifest b/x11-misc/icewm-tools/Manifest
index c8b37565431a..107013f2556e 100644
--- a/x11-misc/icewm-tools/Manifest
+++ b/x11-misc/icewm-tools/Manifest
@@ -1,7 +1,7 @@
MD5 e421ecf6d1560479048ac4c0cd2c415a icewm-tools-2.4.1.ebuild 787
MD5 85a6cffa3792e6e0644eaa2214548337 icewm-tools-2.4.ebuild 785
-MD5 e19dacfb9d111e044cef630e541c22ab icewm-tools-2.5.ebuild 788
-MD5 f3a2423e8485eac35938f1a9e9cfe895 ChangeLog 1361
+MD5 65782dac2295e57cdcb843e751051f94 icewm-tools-2.5.ebuild 786
+MD5 f0a4cdf77c653cd7ec649bca024d3b4b ChangeLog 1486
MD5 84f4d7c6dbaf91bb9d6b2bbf1dfa7e58 icewm-tools-2.0.ebuild 700
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-icewm-tools-2.4.1 0
diff --git a/x11-misc/icewm-tools/files/digest-icewm-tools-2.5 b/x11-misc/icewm-tools/files/digest-icewm-tools-2.5
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/x11-misc/icewm-tools/files/digest-icewm-tools-2.5
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"
+}