diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-02 04:42:05 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-02 04:42:05 +0000 |
commit | 22102543d0e89bd0990cb33104f7b5c70f2f6eab (patch) | |
tree | cd300bc3a71a88fb468ed73337e7bbd68b00125e /app-text | |
parent | Initial import. Thanks to Thomas R. (TRauMa) <gentoo-bugs@digital-trauma.de>,... (diff) | |
download | gentoo-2-22102543d0e89bd0990cb33104f7b5c70f2f6eab.tar.gz gentoo-2-22102543d0e89bd0990cb33104f7b5c70f2f6eab.tar.bz2 gentoo-2-22102543d0e89bd0990cb33104f7b5c70f2f6eab.zip |
Initial import. Ebuild submitted by Joel Yliluoma <bisqwit@iki.fi>, closing bug #28454.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmlrecode/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/htmlrecode/Manifest | 2 | ||||
-rw-r--r-- | app-text/htmlrecode/files/digest-htmlrecode-1.2.0 | 1 | ||||
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.2.0.ebuild | 40 | ||||
-rw-r--r-- | app-text/htmlrecode/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/app-text/htmlrecode/ChangeLog b/app-text/htmlrecode/ChangeLog new file mode 100644 index 000000000000..f47364bdaaad --- /dev/null +++ b/app-text/htmlrecode/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-text/htmlrecode +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.1 2004/09/02 04:42:05 usata Exp $ + +*htmlrecode-1.2.0 (02 Sep 2004) + + 02 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml, + +htmlrecode-1.2.0.ebuild: + Initial import. Ebuild submitted by Joel Yliluoma <bisqwit@iki.fi>, + closing bug #28454. + diff --git a/app-text/htmlrecode/Manifest b/app-text/htmlrecode/Manifest new file mode 100644 index 000000000000..ef4731f2cbca --- /dev/null +++ b/app-text/htmlrecode/Manifest @@ -0,0 +1,2 @@ +MD5 ee294ac0b8304e31b179a89cb260d6d8 htmlrecode-1.2.0.ebuild 714 +MD5 a8e28ddf8cec12238888713a54dc9f06 files/digest-htmlrecode-1.2.0 68 diff --git a/app-text/htmlrecode/files/digest-htmlrecode-1.2.0 b/app-text/htmlrecode/files/digest-htmlrecode-1.2.0 new file mode 100644 index 000000000000..b44c8237f1fc --- /dev/null +++ b/app-text/htmlrecode/files/digest-htmlrecode-1.2.0 @@ -0,0 +1 @@ +MD5 4e193309fde31c7d2f77e21c4b6fbdf3 htmlrecode-1.2.0.tar.bz2 46093 diff --git a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild new file mode 100644 index 000000000000..b5cd86e26220 --- /dev/null +++ b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.1 2004/09/02 04:42:05 usata Exp $ + +DESCRIPTION="Recodes HTML file using a new character set" +HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html" +SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/libc + >=sys-apps/sed-4" +RDEPEND="virtual/libc" + +IUSE="" + +src_unpack() { + unpack ${A} + cd ${S} + + sed -i \ + -e "s:^\\(ARGHLINK.*-L.*\\):#\\1:" \ + -e "s:^#\\(ARGHLINK=.*a\\)$:\\1:" \ + Makefile + + touch .depend argh/.depend +} + + +src_compile() { + emake -C argh libargh.a || die + emake htmlrecode || die +} + +src_install() { + dobin htmlrecode + dodoc README.html COPYING +} diff --git a/app-text/htmlrecode/metadata.xml b/app-text/htmlrecode/metadata.xml new file mode 100644 index 000000000000..06689a1a9114 --- /dev/null +++ b/app-text/htmlrecode/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>text-markup</herd> +</pkgmetadata> |