diff options
Diffstat (limited to 'app-text/rtf2html')
-rw-r--r-- | app-text/rtf2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rtf2html/rtf2html-0.2.0-r1.ebuild | 4 |
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" |