diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-11-02 14:36:45 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-11-02 14:36:45 +0000 |
commit | bd6d8bb38bc4726535c67eee1d9eae12a51f596c (patch) | |
tree | 817c8e76789889e6bc8e546175104c8c34fd2e15 /x11-misc/icewoed | |
parent | Version bump #69702. (Manifest recommit) (diff) | |
download | gentoo-2-bd6d8bb38bc4726535c67eee1d9eae12a51f596c.tar.gz gentoo-2-bd6d8bb38bc4726535c67eee1d9eae12a51f596c.tar.bz2 gentoo-2-bd6d8bb38bc4726535c67eee1d9eae12a51f596c.zip |
Cleanup; latest version stable for x86.
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/icewoed/files/digest-icewoed-1.5 | 1 | ||||
-rw-r--r-- | x11-misc/icewoed/files/digest-icewoed-1.6 | 1 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.5.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.6.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.8.ebuild | 4 |
6 files changed, 7 insertions, 63 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 287e7416d73a..761137867d5b 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/icewoed # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.14 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.15 2004/11/02 14:36:45 phosphan Exp $ + + 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icewoed-1.5.ebuild, + -icewoed-1.6.ebuild, icewoed-1.8.ebuild: + Cleanup; latest version stable for x86. 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> icewoed-1.6.ebuild, icewoed-1.8.ebuild: diff --git a/x11-misc/icewoed/files/digest-icewoed-1.5 b/x11-misc/icewoed/files/digest-icewoed-1.5 deleted file mode 100644 index 9d6a87e6ed55..000000000000 --- a/x11-misc/icewoed/files/digest-icewoed-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 585ed6e04718d46433969518d0ba8905 icewoed-1.5.tar.bz2 260109 diff --git a/x11-misc/icewoed/files/digest-icewoed-1.6 b/x11-misc/icewoed/files/digest-icewoed-1.6 deleted file mode 100644 index 62e6e4316326..000000000000 --- a/x11-misc/icewoed/files/digest-icewoed-1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 a17d9f44c40e7f3f13a56c0b4df92ee5 icewoed-1.6.tar.bz2 21869 diff --git a/x11-misc/icewoed/icewoed-1.5.ebuild b/x11-misc/icewoed/icewoed-1.5.ebuild deleted file mode 100644 index 77bc60d99e73..000000000000 --- a/x11-misc/icewoed/icewoed-1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.5.ebuild,v 1.4 2004/06/24 22:24:49 agriffis Exp $ - -DESCRIPTION="IceWM winoptions editor." -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -HOMEPAGE="http://icecc.sourceforge.net/" -IUSE="" - -DEPEND=">=x11-libs/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 -} diff --git a/x11-misc/icewoed/icewoed-1.6.ebuild b/x11-misc/icewoed/icewoed-1.6.ebuild deleted file mode 100644 index fe04c731cf6b..000000000000 --- a/x11-misc/icewoed/icewoed-1.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.6.ebuild,v 1.4 2004/09/02 22:49:41 pvdabeel Exp $ - -DESCRIPTION="IceWM winoptions editor." -SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" -HOMEPAGE="http://icecc.sourceforge.net/" -IUSE="" - -DEPEND=">=x11-libs/qt-3.0.0" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_unpack () { - unpack ${A} - cd ${S} - sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed' -} - -src_compile () { - qmake || die -} - -src_install () { - make INSTALL_ROOT="${D}" install || die - - dodoc AUTHORS README TODO ChangeLog -} diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild index ded2359e04b7..8feaaf15a1f4 100644 --- a/x11-misc/icewoed/icewoed-1.8.ebuild +++ b/x11-misc/icewoed/icewoed-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.2 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.3 2004/11/02 14:36:45 phosphan Exp $ DESCRIPTION="IceWM winoptions editor." SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -11,7 +11,7 @@ DEPEND=">=x11-libs/qt-3.0.0" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc" +KEYWORDS="x86 ppc" src_unpack () { unpack ${A} |