summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 00:26:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-13 00:26:17 +0000
commite65c9e4b19fb872919292e127a9d45d7b4d7fa6b (patch)
treea2365d044e90fc479d2585427d4123c4e31e559b /dev-util
parentheader fix (Manifest recommit) (diff)
downloadgentoo-2-e65c9e4b19fb872919292e127a9d45d7b4d7fa6b.tar.gz
gentoo-2-e65c9e4b19fb872919292e127a9d45d7b4d7fa6b.tar.bz2
gentoo-2-e65c9e4b19fb872919292e127a9d45d7b4d7fa6b.zip
mips needs deps first; header fix
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/comparator/ChangeLog6
-rw-r--r--dev-util/comparator/comparator-2.2.ebuild6
-rw-r--r--dev-util/comparator/comparator-2.3.ebuild4
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-util/comparator/ChangeLog b/dev-util/comparator/ChangeLog
index b4b847f43cd8..03498618dff9 100644
--- a/dev-util/comparator/ChangeLog
+++ b/dev-util/comparator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/comparator
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.4 2004/01/21 11:15:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.5 2004/03/13 00:26:17 mr_bones_ Exp $
+
+ 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> comparator-2.2.ebuild,
+ comparator-2.3.ebuild:
+ mips needs deps first; header fix
*comparator-2.3 (21 Jan 2004)
diff --git a/dev-util/comparator/comparator-2.2.ebuild b/dev-util/comparator/comparator-2.2.ebuild
index ff8ecaa86225..3a9e7267dd8d 100644
--- a/dev-util/comparator/comparator-2.2.ebuild
+++ b/dev-util/comparator/comparator-2.2.ebuild
@@ -1,7 +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/dev-util/comparator/comparator-2.2.ebuild,v 1.2 2003/12/18 20:18:39 kumba Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.2.ebuild,v 1.3 2004/03/13 00:26:17 mr_bones_ Exp $
DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
HOMEPAGE="http://www.catb.org/~esr/comparator/"
@@ -13,7 +12,6 @@ KEYWORDS="x86 sparc mips"
IUSE=""
DEPEND=""
-
src_compile() {
# Fix the Makefile to accept our CFLAGS
diff --git a/dev-util/comparator/comparator-2.3.ebuild b/dev-util/comparator/comparator-2.3.ebuild
index 29f060103d3a..185c64b2617a 100644
--- a/dev-util/comparator/comparator-2.3.ebuild
+++ b/dev-util/comparator/comparator-2.3.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/dev-util/comparator/comparator-2.3.ebuild,v 1.2 2004/01/21 20:28:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.3.ebuild,v 1.3 2004/03/13 00:26:17 mr_bones_ Exp $
inherit distutils
DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
http://www.catb.org/~esr/comparator/${P}.tar.gz"
LICENSE="as-is GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~mips"
+KEYWORDS="~x86 ~sparc"
IUSE=""
#DEPEND='' inherit handles this
DEPEND="${DEPEND} app-text/xmlto"