diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-17 06:02:09 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-17 06:02:09 +0000 |
commit | bc318925dc40f79588ddba56dd69a74a6591c6ee (patch) | |
tree | 9dbb2187da55d68d49d4322c95099bd5feca978a /x11-misc | |
parent | version update (diff) | |
download | historical-bc318925dc40f79588ddba56dd69a74a6591c6ee.tar.gz historical-bc318925dc40f79588ddba56dd69a74a6591c6ee.tar.bz2 historical-bc318925dc40f79588ddba56dd69a74a6591c6ee.zip |
version update
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icecc/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.0.ebuild | 8 |
2 files changed, 8 insertions, 4 deletions
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" +} |