summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-06-15 18:52:52 +0000
committerMike Gilbert <floppym@gentoo.org>2012-06-15 18:52:52 +0000
commit17002071969cc493dbd6f07deff2bba1a75b19c4 (patch)
tree1fc31571f4f1279d6880a27ec76125773c2c6629 /app-text/html2text
parentVersion bump, bug 419481. Remove intermediate version. (diff)
downloadgentoo-2-17002071969cc493dbd6f07deff2bba1a75b19c4.tar.gz
gentoo-2-17002071969cc493dbd6f07deff2bba1a75b19c4.tar.bz2
gentoo-2-17002071969cc493dbd6f07deff2bba1a75b19c4.zip
Remove redundant version.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/ChangeLog5
-rw-r--r--app-text/html2text/html2text-1.3.2-r1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog
index a1ec8852cf53..be90a5afddb6 100644
--- a/app-text/html2text/ChangeLog
+++ b/app-text/html2text/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/html2text
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.38 2012/03/22 16:57:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.39 2012/06/15 18:52:52 floppym Exp $
+
+ 15 Jun 2012; Mike Gilbert <floppym@gentoo.org> -html2text-1.3.2-r1.ebuild:
+ Remove redundant version.
22 Mar 2012; Mike Gilbert <floppym@gentoo.org> html2text-1.3.2a.ebuild:
Add UTF-8 patch for bug 254923.
diff --git a/app-text/html2text/html2text-1.3.2-r1.ebuild b/app-text/html2text/html2text-1.3.2-r1.ebuild
deleted file mode 100644
index fcdfd009e7a0..000000000000
--- a/app-text/html2text/html2text-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2-r1.ebuild,v 1.2 2010/01/02 11:22:49 fauli Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A HTML to text converter"
-HOMEPAGE="http://www.mbayer.de/html2text/index.shtml"
-SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch 1.3.2_to_1.3.2a.diff
- epatch "${FILESDIR}"/${P}-compiler.patch
-}
-
-src_compile() {
- econf || die
- emake CXX="$(tc-getCXX)" LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}" || die
-}
-
-src_install() {
- dobin html2text || die "dobin failed"
- doman html2text.1.gz html2textrc.5.gz || die "doman failed"
- dodoc CHANGES CREDITS KNOWN_BUGS README TODO
-}