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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/rtf2html/ChangeLog b/app-text/rtf2html/ChangeLog index ca7a1facb14d..d78570d2c3fc 100644 --- a/app-text/rtf2html/ChangeLog +++ b/app-text/rtf2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rtf2html # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.12 2014/01/17 07:27:51 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.13 2014/08/10 18:32:02 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> rtf2html-0.2.0-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 17 Jan 2014; Yixun Lan <dlan@gentoo.org> metadata.xml: update maintainer email diff --git a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild index 7cb526dbe158..e818f6bed3f7 100644 --- a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild +++ b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.5 2012/10/19 19:11:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild,v 1.6 2014/08/10 18:32:02 slyfox Exp $ EAPI="4" inherit base flag-o-matic -DESCRIPTION="RTF to HTML converter." +DESCRIPTION="RTF to HTML converter" HOMEPAGE="http://rtf2html.sourceforge.net/" SRC_URI="mirror://sourceforge/rtf2html/${P}.tar.bz2" |