summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 02:17:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 02:17:45 +0000
commit64b16b350badc8db8a1096291a6da958dad803ff (patch)
tree94647a63ef6d4d0fd6ef6cf86cbf07636578019e /app-i18n/enca
parentDon't assign default to S; header fix (Manifest recommit) (diff)
downloadgentoo-2-64b16b350badc8db8a1096291a6da958dad803ff.tar.gz
gentoo-2-64b16b350badc8db8a1096291a6da958dad803ff.tar.bz2
gentoo-2-64b16b350badc8db8a1096291a6da958dad803ff.zip
header fix
Diffstat (limited to 'app-i18n/enca')
-rw-r--r--app-i18n/enca/enca-1.0.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/app-i18n/enca/enca-1.0.ebuild b/app-i18n/enca/enca-1.0.ebuild
index 2ccb6378ec98..a7dfac1a4b07 100644
--- a/app-i18n/enca/enca-1.0.ebuild
+++ b/app-i18n/enca/enca-1.0.ebuild
@@ -1,26 +1,20 @@
-# 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-i18n/enca/enca-1.0.ebuild,v 1.1 2003/11/14 10:13:41 sergey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.0.ebuild,v 1.2 2004/03/14 02:17:45 mr_bones_ Exp $
DESCRIPTION="ENCA detects the character coding of a file and converts it if desired"
-
HOMEPAGE="http://trific.ath.cx/software/enca/"
-
SRC_URI="http://trific.ath.cx/Ftp/enca/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE=""
DEPEND=""
-
src_compile() {
econf || die "Configure failed"
-
emake || die "make failed"
}