diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-19 14:08:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-19 14:08:19 +0000 |
commit | 4f6e6b22b37a549992406ba9c5b7a8817e598ac9 (patch) | |
tree | e00d408bb2ed656d8d00b658d89c709da8bd6e86 /x11-misc | |
parent | version bump (diff) | |
download | gentoo-2-4f6e6b22b37a549992406ba9c5b7a8817e598ac9.tar.gz gentoo-2-4f6e6b22b37a549992406ba9c5b7a8817e598ac9.tar.bz2 gentoo-2-4f6e6b22b37a549992406ba9c5b7a8817e598ac9.zip |
version bump
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icebgset/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icebgset/files/digest-icebgset-0.9 | 1 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-0.9.ebuild | 26 |
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 6c8202de8317..f2a8b3ea854c 100644 --- a/x11-misc/icebgset/ChangeLog +++ b/x11-misc/icebgset/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/icebgset # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.6 2003/04/24 14:04:11 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.7 2003/05/19 14:08:11 phosphan Exp $ + +*icebgset-0.9 (19 May 2003) + + 19 May 2003; Patrick Kursawe <phosphan@gentoo.org> icebgset-0.9.ebuild: + Version bump 24 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> icebgset-0.8.ebuild : stable for x86 diff --git a/x11-misc/icebgset/Manifest b/x11-misc/icebgset/Manifest index 6f67a1e14f37..e3b99ffaeb1d 100644 --- a/x11-misc/icebgset/Manifest +++ b/x11-misc/icebgset/Manifest @@ -1,7 +1,7 @@ MD5 f5184955f867c7145f05c5f5985e0d9f icebgset-0.8.ebuild 618 MD5 cc8dd7481406c82bd6eec323c828518a icebgset-0.5.ebuild 744 -MD5 3598fcd05eba2d3731a560c7d8d73dbf icebgset-0.9.ebuild 597 -MD5 c6e39223d21948269da9a6c3d656f520 ChangeLog 734 +MD5 dafd4f96103992133b44745a07716dce icebgset-0.9.ebuild 597 +MD5 4fe73380f8b2db670585bebe1339761e ChangeLog 853 MD5 95fd6d680a48ada79c23e5fed3a67b43 files/digest-icebgset-0.5 65 MD5 9e564c4b425b2c6cd4fa17723ea312ea files/digest-icebgset-0.8 65 MD5 8924750839c656a09b42667d3b239153 files/digest-icebgset-0.9 65 diff --git a/x11-misc/icebgset/files/digest-icebgset-0.9 b/x11-misc/icebgset/files/digest-icebgset-0.9 new file mode 100644 index 000000000000..b1bd024fc4a0 --- /dev/null +++ b/x11-misc/icebgset/files/digest-icebgset-0.9 @@ -0,0 +1 @@ +MD5 828d694ee785923319b679b1550b729f icebgset-0.9.tar.bz2 240985 diff --git a/x11-misc/icebgset/icebgset-0.9.ebuild b/x11-misc/icebgset/icebgset-0.9.ebuild new file mode 100644 index 000000000000..974570d485e1 --- /dev/null +++ b/x11-misc/icebgset/icebgset-0.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.9.ebuild,v 1.1 2003/05/19 14:08:11 phosphan Exp $ + +DESCRIPTION="IceWM background editor" +SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" +HOMEPAGE="http://icecc.sourceforge.net/" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND=">=qt-3.0.0" + +SLOT="0" + +src_compile () { + econf + emake || die +} + +src_install () { + einstall || die + + rm -rf ${D}/usr/doc + dohtml ${PN}/docs/en/*.{html,sgml} + dodoc AUTHORS ChangeLog README TODO +} |