summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-04-18 19:12:31 +0000
committerMike Gilbert <floppym@gentoo.org>2012-04-18 19:12:31 +0000
commit146b0d9c4389f5e56337ebafce5b660a07ee80c3 (patch)
treeee27c74533d3ce42b8a0f4e1d6617a021eec7b42 /app-text/htmlrecode/htmlrecode-1.2.0.ebuild
parentx86 stable, bug #409403 (diff)
downloadgentoo-2-146b0d9c4389f5e56337ebafce5b660a07ee80c3.tar.gz
gentoo-2-146b0d9c4389f5e56337ebafce5b660a07ee80c3.tar.bz2
gentoo-2-146b0d9c4389f5e56337ebafce5b660a07ee80c3.zip
Version bump. Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-text/htmlrecode/htmlrecode-1.2.0.ebuild')
-rw-r--r--app-text/htmlrecode/htmlrecode-1.2.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild
deleted file mode 100644
index 564f8683c328..000000000000
--- a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 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.6 2009/09/23 16:35:46 patrick 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 ~ppc"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND=""
-
-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
-}