diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:52:51 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 09:52:51 +0000 |
commit | da8efb3dc3e3ef13f6031ff97be75865f1b14088 (patch) | |
tree | 10227861b8313221830464dea146044975a3894d /x11-misc/icebgset | |
parent | adding categorie. see 45110 for details (diff) | |
download | historical-da8efb3dc3e3ef13f6031ff97be75865f1b14088.tar.gz historical-da8efb3dc3e3ef13f6031ff97be75865f1b14088.tar.bz2 historical-da8efb3dc3e3ef13f6031ff97be75865f1b14088.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.0.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.1.ebuild | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 1035b4b7816d..5d3224f3c975 100644 --- a/x11-misc/icebgset/ChangeLog +++ b/x11-misc/icebgset/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2004/02/04 10:15:17 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.10 2004/03/21 09:49:29 mholzer Exp $ + + 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> icebgset-1.0.ebuild, + icebgset-1.1.ebuild: + adding categorie. see 45110 for details *icebgset-1.1 (04 Feb 2004) diff --git a/x11-misc/icebgset/icebgset-1.0.ebuild b/x11-misc/icebgset/icebgset-1.0.ebuild index 1161200f0d18..e9fe97426569 100644 --- a/x11-misc/icebgset/icebgset-1.0.ebuild +++ b/x11-misc/icebgset/icebgset-1.0.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/icebgset/icebgset-1.0.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.0.ebuild,v 1.4 2004/03/21 09:49:29 mholzer Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -8,12 +8,12 @@ HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=qt-3.0.0" +DEPEND=">=x11-libs/qt-3.0.0" SLOT="0" src_compile () { - econf + econf || die emake || die } diff --git a/x11-misc/icebgset/icebgset-1.1.ebuild b/x11-misc/icebgset/icebgset-1.1.ebuild index 2b09390b3787..27a9bd070d0d 100644 --- a/x11-misc/icebgset/icebgset-1.1.ebuild +++ b/x11-misc/icebgset/icebgset-1.1.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/icebgset/icebgset-1.1.ebuild,v 1.2 2004/03/10 07:42:21 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.1.ebuild,v 1.3 2004/03/21 09:49:29 mholzer Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -8,12 +8,12 @@ HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=qt-3.0.0" +DEPEND=">=x11-libs/qt-3.0.0" SLOT="0" src_compile () { - econf + econf || die emake || die } |