diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-04 10:15:26 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-04 10:15:26 +0000 |
commit | 3508d3d6cf566dc5ed23aa6962d5b3fca362da58 (patch) | |
tree | 3682260d876e24d2023aa9e58e1d66aa4671892f /x11-misc/icebgset | |
parent | Version bump (diff) | |
download | gentoo-2-3508d3d6cf566dc5ed23aa6962d5b3fca362da58.tar.gz gentoo-2-3508d3d6cf566dc5ed23aa6962d5b3fca362da58.tar.bz2 gentoo-2-3508d3d6cf566dc5ed23aa6962d5b3fca362da58.zip |
Version bump
Diffstat (limited to 'x11-misc/icebgset')
-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-1.1 | 1 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.1.ebuild | 26 |
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 0c6df658abab..1035b4b7816d 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.8 2003/07/30 10:16:00 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.9 2004/02/04 10:15:17 phosphan Exp $ + +*icebgset-1.1 (04 Feb 2004) + + 04 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> icebgset-1.1.ebuild: + Version bump. *icebgset-1.0 (30 Jul 2003) diff --git a/x11-misc/icebgset/Manifest b/x11-misc/icebgset/Manifest index 2d59724bcb75..8e5fbb5da567 100644 --- a/x11-misc/icebgset/Manifest +++ b/x11-misc/icebgset/Manifest @@ -1,8 +1,8 @@ MD5 f5184955f867c7145f05c5f5985e0d9f icebgset-0.8.ebuild 618 -MD5 006b873ef8a7cee0d0d5b0e1e801941b icebgset-1.1.ebuild 596 +MD5 bdd40ea0e77c91c50c32c6eeed96b280 icebgset-1.1.ebuild 596 MD5 a9c833754f35365a95310cd1e2b3886a icebgset-1.0.ebuild 595 MD5 7f21493071f11b178e9c2d1faa0b281b icebgset-0.9.ebuild 595 -MD5 da19af51bc33bbd4a1b923d872ddf4e0 ChangeLog 1047 +MD5 cb700dd9951f20a42be2b07db56bb733 ChangeLog 1167 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 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-1.1 b/x11-misc/icebgset/files/digest-icebgset-1.1 new file mode 100644 index 000000000000..67add35936ff --- /dev/null +++ b/x11-misc/icebgset/files/digest-icebgset-1.1 @@ -0,0 +1 @@ +MD5 3da65f483c9bd9ae6f3021632c90b003 icebgset-1.1.tar.bz2 241162 diff --git a/x11-misc/icebgset/icebgset-1.1.ebuild b/x11-misc/icebgset/icebgset-1.1.ebuild new file mode 100644 index 000000000000..b125f99e251e --- /dev/null +++ b/x11-misc/icebgset/icebgset-1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.1.ebuild,v 1.1 2004/02/04 10:15:17 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 +} |