summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-02 14:48:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-02 14:48:50 +0000
commit00b142b70f7feb5cc836b78301377c28af4d910c (patch)
treecf1fc4716ec6350993ae56e107eed843a6945fa2 /app-misc
parentarm/hppa/ia64/s390 KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-00b142b70f7feb5cc836b78301377c28af4d910c.tar.gz
gentoo-2-00b142b70f7feb5cc836b78301377c28af4d910c.tar.bz2
gentoo-2-00b142b70f7feb5cc836b78301377c28af4d910c.zip
arm/hppa/ia64/s390 KEYWORDS
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/fdupes/fdupes-1.40.ebuild16
-rw-r--r--app-misc/mc/mc-4.6.0-r11.ebuild4
2 files changed, 9 insertions, 11 deletions
diff --git a/app-misc/fdupes/fdupes-1.40.ebuild b/app-misc/fdupes/fdupes-1.40.ebuild
index 01cac43a3ca8..720e6a36ad83 100644
--- a/app-misc/fdupes/fdupes-1.40.ebuild
+++ b/app-misc/fdupes/fdupes-1.40.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.40.ebuild,v 1.8 2004/10/05 13:34:50 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.40.ebuild,v 1.9 2004/11/02 14:45:50 vapier Exp $
-IUSE=""
-
-DESCRIPTION="Program for identifying or deleting duplicate files residing within specified directories."
-SRC_URI="http://netdial.caribe.net/~adrian2/programs/${P}.tar.gz"
+DESCRIPTION="identify/delete duplicate files residing within specified directories"
HOMEPAGE="http://netdial.caribe.net/~adrian2/fdupes.html"
+SRC_URI="http://netdial.caribe.net/~adrian2/programs/${P}.tar.gz"
-SLOT="0"
LICENSE="MIT"
-KEYWORDS="x86 ~amd64 ~sparc ~mips ppc64 ppc"
+SLOT="0"
+KEYWORDS="~amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sparc x86"
+IUSE=""
DEPEND=""
@@ -19,8 +18,7 @@ src_compile() {
}
src_install() {
- dobin fdupes
+ dobin fdupes || die
doman fdupes.1
dodoc CHANGES CONTRIBUTORS INSTALL README TODO
}
-
diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild
index aeb5f62ef4ff..3909562ebbf2 100644
--- a/app-misc/mc/mc-4.6.0-r11.ebuild
+++ b/app-misc/mc/mc-4.6.0-r11.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/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.14 2004/10/29 20:20:03 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.15 2004/11/02 14:48:50 vapier Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64 x86 ppc sparc alpha ~mips hppa amd64 ~ppc64 ~s390"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86"
IUSE="gpm nls samba ncurses X slang unicode"
PROVIDE="virtual/editor"