diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:57:37 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:57:37 +0000 |
commit | f7a5362c7c7494cfa0585e189853348eb31cf0aa (patch) | |
tree | 1a106f0a080f4dbb0601381132c7e1871a7145ca /x11-misc/icemc | |
parent | adding categorie. see 45110 for details (Manifest recommit) (diff) | |
download | gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.tar.gz gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.tar.bz2 gentoo-2-f7a5362c7c7494cfa0585e189853348eb31cf0aa.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r-- | x11-misc/icemc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.6.1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.8.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index 507e0210d63f..1bf3c44218ad 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/icemc # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.10 2004/02/23 07:25:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.11 2004/03/21 09:52:51 mholzer Exp $ + + 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> icemc-1.6.1.ebuild, + icemc-1.8.ebuild: + adding categorie. see 45110 for details *icemc-1.8 (23 Feb 2004) diff --git a/x11-misc/icemc/icemc-1.6.1.ebuild b/x11-misc/icemc/icemc-1.6.1.ebuild index ea053157f8ab..9d2dcf16c817 100644 --- a/x11-misc/icemc/icemc-1.6.1.ebuild +++ b/x11-misc/icemc/icemc-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.6.1.ebuild,v 1.2 2003/11/21 07:05:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.6.1.ebuild,v 1.3 2004/03/21 09:52:51 mholzer Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=qt-3.0.0" +DEPEND=">=x11-libs/qt-3.0.0" src_compile() { econf || die "econf failed" diff --git a/x11-misc/icemc/icemc-1.8.ebuild b/x11-misc/icemc/icemc-1.8.ebuild index d59cd1b341b8..6f1412412070 100644 --- a/x11-misc/icemc/icemc-1.8.ebuild +++ b/x11-misc/icemc/icemc-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.8.ebuild,v 1.1 2004/02/23 07:25:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.8.ebuild,v 1.2 2004/03/21 09:52:51 mholzer Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=qt-3.0.0" +DEPEND=">=x11-libs/qt-3.0.0" src_compile() { econf || die "econf failed" |