summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kuleshov <sergey@gentoo.org>2003-11-14 10:13:59 +0000
committerSergey Kuleshov <sergey@gentoo.org>2003-11-14 10:13:59 +0000
commit0205129aca085d2bb68f421a08c66046b4b9305c (patch)
tree2cb03318f33f3881130b1f0a44aa30c8d92589bd /app-i18n/enca
parentInitial commit of ebuild. (diff)
downloadgentoo-2-0205129aca085d2bb68f421a08c66046b4b9305c.tar.gz
gentoo-2-0205129aca085d2bb68f421a08c66046b4b9305c.tar.bz2
gentoo-2-0205129aca085d2bb68f421a08c66046b4b9305c.zip
Initial commit of ebuild.
Diffstat (limited to 'app-i18n/enca')
-rw-r--r--app-i18n/enca/ChangeLog10
-rw-r--r--app-i18n/enca/Manifest3
-rw-r--r--app-i18n/enca/enca-1.0.ebuild29
-rw-r--r--app-i18n/enca/files/digest-enca-1.01
4 files changed, 42 insertions, 1 deletions
diff --git a/app-i18n/enca/ChangeLog b/app-i18n/enca/ChangeLog
new file mode 100644
index 000000000000..354ab11c4454
--- /dev/null
+++ b/app-i18n/enca/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-i18n/enca
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.1 2003/11/14 10:13:41 sergey Exp $
+
+*enca-1.0 (14 Nov 2003)
+
+ 14 Nov 2003; Sergey Kuleshov <svyatogor@gentoo.org> enca-1.0.ebuild:
+ Initial commit of enca. Thanks to Radek Podgorny <radek@podgorny.cz> for
+ providing the ebuild. Closing bug #33091.
+
diff --git a/app-i18n/enca/Manifest b/app-i18n/enca/Manifest
index 423dd41e041d..ee493fd1de51 100644
--- a/app-i18n/enca/Manifest
+++ b/app-i18n/enca/Manifest
@@ -1,2 +1,3 @@
-MD5 e3b2db18b69e6e4da9770b913ea5883d enca-1.0.ebuild 514
+MD5 e81615ab4f9cb751ea656644af0f8567 enca-1.0.ebuild 606
+MD5 b97d609c03af2bc6652a6014c3d541f9 ChangeLog 424
MD5 9a22b96a8e98ea8a7497f24e0cd26411 files/digest-enca-1.0 61
diff --git a/app-i18n/enca/enca-1.0.ebuild b/app-i18n/enca/enca-1.0.ebuild
new file mode 100644
index 000000000000..2ccb6378ec98
--- /dev/null
+++ b/app-i18n/enca/enca-1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 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 $
+
+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"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
diff --git a/app-i18n/enca/files/digest-enca-1.0 b/app-i18n/enca/files/digest-enca-1.0
new file mode 100644
index 000000000000..7bae02cfff50
--- /dev/null
+++ b/app-i18n/enca/files/digest-enca-1.0
@@ -0,0 +1 @@
+MD5 0b4ec380ca52b9860765d1c2b4d0748e enca-1.0.tar.bz2 437506