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 | 20f342fddf8a660fecbb1b83177f8bb1eae9f246 (patch) | |
tree | 15376ea486e06839c3fee7a880d57a518bac528c /app-text/htmlrecode | |
parent | Initial import. Thanks to Thomas R. (TRauMa) <gentoo-bugs@digital-trauma.de>,... (diff) | |
download | historical-20f342fddf8a660fecbb1b83177f8bb1eae9f246.tar.gz historical-20f342fddf8a660fecbb1b83177f8bb1eae9f246.tar.bz2 historical-20f342fddf8a660fecbb1b83177f8bb1eae9f246.zip |
Initial import. Ebuild submitted by Joel Yliluoma <bisqwit@iki.fi>, closing bug #28454.
Diffstat (limited to 'app-text/htmlrecode')
-rw-r--r-- | app-text/htmlrecode/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/htmlrecode/Manifest | 4 | ||||
-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, 61 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..7b75488e88ac --- /dev/null +++ b/app-text/htmlrecode/Manifest @@ -0,0 +1,4 @@ +MD5 7b1d55752bfa08b5054a71f74854bbe1 htmlrecode-1.2.0.ebuild 817 +MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 053b41af29817398be215b410076da15 ChangeLog 428 +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> |