summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-18 08:17:00 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-18 08:17:00 +0000
commite676f93740f466f7e8e3f3cfe5550f3e416c4622 (patch)
treeea0da53a9c219f5301dbbd7b8cfa9a5cd862180c /app-text
parentRevision bump: EAPI 4, drop stage functions, use base eclass (diff)
downloadgentoo-2-e676f93740f466f7e8e3f3cfe5550f3e416c4622.tar.gz
gentoo-2-e676f93740f466f7e8e3f3cfe5550f3e416c4622.tar.bz2
gentoo-2-e676f93740f466f7e8e3f3cfe5550f3e416c4622.zip
Remove duplicate IUSE definition
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rtf2html/ChangeLog5
-rw-r--r--app-text/rtf2html/rtf2html-0.2.0-r1.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/rtf2html/ChangeLog b/app-text/rtf2html/ChangeLog
index c329ce6a59cf..5170ffcf8623 100644
--- a/app-text/rtf2html/ChangeLog
+++ b/app-text/rtf2html/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rtf2html
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.4 2012/10/18 08:12:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.5 2012/10/18 08:17:00 pinkbyte Exp $
+
+ 18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> rtf2html-0.2.0-r1.ebuild:
+ Remove duplicate IUSE definition
*rtf2html-0.2.0-r1 (18 Oct 2012)
diff --git a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild
index 795e966aa28e..d39018182299 100644
--- a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild
+++ b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild
@@ -1,13 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.1 2012/10/18 08:12:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.2 2012/10/18 08:17:00 pinkbyte Exp $
EAPI="4"
inherit base
-IUSE=""
-
DESCRIPTION="RTF to HTML converter."
HOMEPAGE="http://rtf2html.sourceforge.net/"
SRC_URI="mirror://sourceforge/rtf2html/${P}.tar.bz2"