diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-14 12:07:59 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-04-14 12:07:59 +0000 |
commit | e3755a1c4b172abbaedc2121900dae265d7c3864 (patch) | |
tree | 422e78e604787df6abcbf8b94eebb0b9459ce037 /x11-misc/icewoed | |
parent | New version (diff) | |
download | gentoo-2-e3755a1c4b172abbaedc2121900dae265d7c3864.tar.gz gentoo-2-e3755a1c4b172abbaedc2121900dae265d7c3864.tar.bz2 gentoo-2-e3755a1c4b172abbaedc2121900dae265d7c3864.zip |
New version
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icewoed/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icewoed/files/digest-icewoed-1.4 | 1 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.4.ebuild | 27 |
4 files changed, 37 insertions, 3 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 760cdeb0725c..425f99f763e3 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/icewoed # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.1 2003/03/17 10:04:08 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.2 2003/04/14 12:07:44 phosphan Exp $ + +*icewoed-1.4 (14 Apr 2003) + + 14 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> : icewoed-1.4.ebuild + files/digest-icewoed-1.4 + New version. *icewoed-1.3 (17 Mar 2003) diff --git a/x11-misc/icewoed/Manifest b/x11-misc/icewoed/Manifest index 3b6b3befd6f2..91c580074d6a 100644 --- a/x11-misc/icewoed/Manifest +++ b/x11-misc/icewoed/Manifest @@ -1,5 +1,5 @@ MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.3.ebuild 609 -MD5 41db13b1d720dc410482ef7ea56a354c icewoed-1.4.ebuild 609 -MD5 cfa9ff12d307bf20ecf658de9a5f55be ChangeLog 374 +MD5 dba30305dd5ed757eed322081d1b4918 icewoed-1.4.ebuild 609 +MD5 d5d0863e2b093d343b63b72f1dff27dc ChangeLog 519 MD5 6c951bd6dc093c9bf60049b9836f564b files/digest-icewoed-1.3 64 MD5 1b666d85ce4c344b21b6b5f003dd3a86 files/digest-icewoed-1.4 64 diff --git a/x11-misc/icewoed/files/digest-icewoed-1.4 b/x11-misc/icewoed/files/digest-icewoed-1.4 new file mode 100644 index 000000000000..403fff0c0c79 --- /dev/null +++ b/x11-misc/icewoed/files/digest-icewoed-1.4 @@ -0,0 +1 @@ +MD5 1aba07f30b524e77fed5db63e4be3c5a icewoed-1.4.tar.bz2 258202 diff --git a/x11-misc/icewoed/icewoed-1.4.ebuild b/x11-misc/icewoed/icewoed-1.4.ebuild new file mode 100644 index 000000000000..7ae91110b09f --- /dev/null +++ b/x11-misc/icewoed/icewoed-1.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.4.ebuild,v 1.1 2003/04/14 12:07:44 phosphan Exp $ + +DESCRIPTION="IceWM winoptions editor." +SRC_URI="http://tsa.dyndns.org/mirror/xvadim/${P}.tar.bz2" +HOMEPAGE="http://tsa.dyndns.org/mirror/xvadim/" + +DEPEND=">=qt-3.0.0" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile () { + econf || die + emake || die +} + +src_install () { + einstall || die + + rm -rf ${D}/usr/doc + dohtml ${PN}/docs/en/*.{html,sgml} + + dodoc AUTHORS README TODO +} |