diff options
-rw-r--r-- | dev-util/fhist/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.10.ebuild | 5 | ||||
-rw-r--r-- | dev-util/fhist/fhist-1.8.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/dev-util/fhist/ChangeLog b/dev-util/fhist/ChangeLog index 04a30588a2b8..076ed090ede2 100644 --- a/dev-util/fhist/ChangeLog +++ b/dev-util/fhist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/fhist # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.8 2004/06/25 02:31:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/ChangeLog,v 1.9 2004/06/28 05:17:55 ciaranm Exp $ + + 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> fhist-1.10.ebuild, + fhist-1.8.ebuild: + Added ~mips. QA: Added IUSE. 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fhist-1.10.ebuild, fhist-1.8.ebuild: diff --git a/dev-util/fhist/fhist-1.10.ebuild b/dev-util/fhist/fhist-1.10.ebuild index 8ad07c118816..4051e7e51ec0 100644 --- a/dev-util/fhist/fhist-1.10.ebuild +++ b/dev-util/fhist/fhist-1.10.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/dev-util/fhist/fhist-1.10.ebuild,v 1.8 2004/06/25 02:31:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.10.ebuild,v 1.9 2004/06/28 05:17:55 ciaranm Exp $ DESCRIPTION="File history and comparison tools" SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" @@ -8,7 +8,8 @@ HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~mips" +IUSE="" DEPEND="sys-devel/gettext sys-apps/groff diff --git a/dev-util/fhist/fhist-1.8.ebuild b/dev-util/fhist/fhist-1.8.ebuild index 91d37aa3d8f1..5bce178b7717 100644 --- a/dev-util/fhist/fhist-1.8.ebuild +++ b/dev-util/fhist/fhist-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/dev-util/fhist/fhist-1.8.ebuild,v 1.11 2004/06/25 02:31:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fhist/fhist-1.8.ebuild,v 1.12 2004/06/28 05:17:55 ciaranm Exp $ DESCRIPTION="File history and comparison tools" SRC_URI="http://www.canb.auug.org.au/~millerp/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.canb.auug.org.au/~millerp/fhist.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" DEPEND="sys-devel/gettext sys-apps/groff |