diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 15:07:00 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 15:07:00 +0000 |
commit | a6ee88f1a065edf4c3d88515f9c7ef7107765daf (patch) | |
tree | 290eab457f8622d72a54d9cb8ad7d0c8f55813eb /app-sci/setimgr | |
parent | stable on x86. (diff) | |
download | historical-a6ee88f1a065edf4c3d88515f9c7ef7107765daf.tar.gz historical-a6ee88f1a065edf4c3d88515f9c7ef7107765daf.tar.bz2 historical-a6ee88f1a065edf4c3d88515f9c7ef7107765daf.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'app-sci/setimgr')
-rw-r--r-- | app-sci/setimgr/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/setimgr/setimgr-0.04e.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-sci/setimgr/ChangeLog b/app-sci/setimgr/ChangeLog index e1946729372b..918e392abe0f 100644 --- a/app-sci/setimgr/ChangeLog +++ b/app-sci/setimgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/setimgr -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/ChangeLog,v 1.3 2003/07/02 12:33:39 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/ChangeLog,v 1.4 2004/03/21 15:02:50 mholzer Exp $ + + 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> setimgr-0.04e.ebuild: + adding categorie. see 45110 for details *setimgr-0.04e (24 May 2003) diff --git a/app-sci/setimgr/setimgr-0.04e.ebuild b/app-sci/setimgr/setimgr-0.04e.ebuild index 8dcd3109a6b2..c892913c629c 100644 --- a/app-sci/setimgr/setimgr-0.04e.ebuild +++ b/app-sci/setimgr/setimgr-0.04e.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/app-sci/setimgr/setimgr-0.04e.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setimgr/setimgr-0.04e.ebuild,v 1.3 2004/03/21 15:02:50 mholzer Exp $ DESCRIPTION="A SETI@home management program" HOMEPAGE="http://www.arkady.demon.co.uk/seti/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" -RDEPEND=">=setiathome-3.08" +RDEPEND=">=app-sci/setiathome-3.08" src_compile() { emake || die |