diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:23:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:23:02 +0000 |
commit | 0746ee2169996e1ede97280bd063cfa4cadf75e3 (patch) | |
tree | 52772aa2cd5f42ed84af2a820c7e3456e9a1afa4 /app-text/convmv | |
parent | header fix; mips and arm need deps first (Manifest recommit) (diff) | |
download | gentoo-2-0746ee2169996e1ede97280bd063cfa4cadf75e3.tar.gz gentoo-2-0746ee2169996e1ede97280bd063cfa4cadf75e3.tar.bz2 gentoo-2-0746ee2169996e1ede97280bd063cfa4cadf75e3.zip |
header fix; arm needs deps first; tidy
Diffstat (limited to 'app-text/convmv')
-rw-r--r-- | app-text/convmv/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/convmv/convmv-1.05.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-text/convmv/ChangeLog b/app-text/convmv/ChangeLog index ef055737440d..a86afd4d4f0c 100644 --- a/app-text/convmv/ChangeLog +++ b/app-text/convmv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/convmv -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.1 2003/10/09 05:24:34 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.2 2004/02/22 07:23:02 mr_bones_ Exp $ + + 21 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> convmv-1.05.ebuild: + header fix; arm needs deps first; tidy *convmv-1.05 (08 Oct 2003) diff --git a/app-text/convmv/convmv-1.05.ebuild b/app-text/convmv/convmv-1.05.ebuild index 891552e6a4ec..26626297bea7 100644 --- a/app-text/convmv/convmv-1.05.ebuild +++ b/app-text/convmv/convmv-1.05.ebuild @@ -1,15 +1,17 @@ -# 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-text/convmv/convmv-1.05.ebuild,v 1.2 2003/10/09 05:25:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.05.ebuild,v 1.3 2004/02/22 07:23:02 mr_bones_ Exp $ + DESCRIPTION="convert filenames to utf8 or any other charset" HOMEPAGE="http://j3e.de/linux/${PN}" SRC_URI="${HOMEPAGE}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~arm ~hppa ~alpha ~mips ~sparc ~ia64 ~amd64 ~ppc" +KEYWORDS="~x86 ~hppa ~alpha ~mips ~sparc ~ia64 ~amd64 ~ppc" IUSE="" + DEPEND="dev-lang/perl" -S=${WORKDIR}/${P} src_compile() { emake || die "emake failed" |