summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-04-17 06:02:09 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-04-17 06:02:09 +0000
commit6e8dbf0ba94ffb68cf9a46c546fe7a399f443ad0 (patch)
treedf3401588dcf0a652e02b94dcbfa037e5d6a036a /x11-misc/icecc
parentversion update (diff)
downloadgentoo-2-6e8dbf0ba94ffb68cf9a46c546fe7a399f443ad0.tar.gz
gentoo-2-6e8dbf0ba94ffb68cf9a46c546fe7a399f443ad0.tar.bz2
gentoo-2-6e8dbf0ba94ffb68cf9a46c546fe7a399f443ad0.zip
version update
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r--x11-misc/icecc/ChangeLog5
-rw-r--r--x11-misc/icecc/Manifest4
-rw-r--r--x11-misc/icecc/icecc-2.0.ebuild8
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog
index 0cae2812d28e..645361117887 100644
--- a/x11-misc/icecc/ChangeLog
+++ b/x11-misc/icecc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icecc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.6 2003/04/14 10:36:54 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.7 2003/04/17 06:02:02 phosphan Exp $
+
+ 14 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> icecc-2.0.ebuild :
+ Edited description and added post install info text with hints for icewm-tools
*icecc-2.0 (14 Apr 2003)
diff --git a/x11-misc/icecc/Manifest b/x11-misc/icecc/Manifest
index 22b2775a939c..8fdf70baa75f 100644
--- a/x11-misc/icecc/Manifest
+++ b/x11-misc/icecc/Manifest
@@ -1,6 +1,6 @@
MD5 581057f8374829faab01b88a2d8c5b10 icecc-1.5.ebuild 611
-MD5 4320754cebdbbfcf078bbf2a5f6e6f2e icecc-2.0.ebuild 975
-MD5 320dde509d905c2359216d3da5cf36a8 ChangeLog 1176
+MD5 243707d4148ca61e6bf13236dda57010 icecc-2.0.ebuild 975
+MD5 3ecde693cebfaeae838f3ef0395e762d ChangeLog 1176
MD5 f96452af6f1291afdce8ad0ca25e1836 icecc-0.5.ebuild 752
MD5 f255bba4b714e8448420f1fee95f89bf files/icecc-2.0.patch 357
MD5 2bbad17c47095ef6bbb2d8d6b3148809 files/digest-icecc-0.5 62
diff --git a/x11-misc/icecc/icecc-2.0.ebuild b/x11-misc/icecc/icecc-2.0.ebuild
index 617e0deb6bfc..6533a0c91516 100644
--- a/x11-misc/icecc/icecc-2.0.ebuild
+++ b/x11-misc/icecc/icecc-2.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.0.ebuild,v 1.1 2003/04/14 10:36:54 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.0.ebuild,v 1.2 2003/04/17 06:02:02 phosphan Exp $
-DESCRIPTION="IceWM Control Center"
+DESCRIPTION="IceWM Control Center (only main program, see icewm-tools for the rest)"
SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2"
HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/"
LICENSE="GPL-2"
@@ -35,3 +35,7 @@ src_install () {
cp -a theme/* ${D}/usr/share/${PN}/themes/
chmod go-w ${D}/usr/share/${PN}/themes/
}
+
+pkg_postinst () {
+ einfo "emerge icewm-tools for the control center helper tools"
+}