diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-18 08:12:24 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-18 08:12:24 +0000 |
commit | 8eb664efecf057e24026cdb1e1d1b3383ed26349 (patch) | |
tree | 82d83c3dac589471acfc4f1260aa9692af6cb8a5 /app-text/rtf2html | |
parent | Remove old versions (diff) | |
download | gentoo-2-8eb664efecf057e24026cdb1e1d1b3383ed26349.tar.gz gentoo-2-8eb664efecf057e24026cdb1e1d1b3383ed26349.tar.bz2 gentoo-2-8eb664efecf057e24026cdb1e1d1b3383ed26349.zip |
Revision bump: EAPI 4, drop stage functions, use base eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/rtf2html')
-rw-r--r-- | app-text/rtf2html/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/rtf2html/rtf2html-0.2.0-r1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-text/rtf2html/ChangeLog b/app-text/rtf2html/ChangeLog index 0956d4fb6248..c329ce6a59cf 100644 --- a/app-text/rtf2html/ChangeLog +++ b/app-text/rtf2html/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/rtf2html -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rtf2html/ChangeLog,v 1.3 2009/01/03 22:53:39 halcy0n Exp $ +# 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 $ + +*rtf2html-0.2.0-r1 (18 Oct 2012) + + 18 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +rtf2html-0.2.0-r1.ebuild: + Revision bump: EAPI 4, drop stage functions, use base eclass 03 Jan 2009; Mark Loeser <halcy0n@gentoo.org> +files/rtf2html-0.2.0-gcc43.patch, rtf2html-0.2.0.ebuild: diff --git a/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild new file mode 100644 index 000000000000..795e966aa28e --- /dev/null +++ b/app-text/rtf2html/rtf2html-0.2.0-r1.ebuild @@ -0,0 +1,25 @@ +# 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 $ + +EAPI="4" + +inherit base + +IUSE="" + +DESCRIPTION="RTF to HTML converter." +HOMEPAGE="http://rtf2html.sourceforge.net/" +SRC_URI="mirror://sourceforge/rtf2html/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog README ) + +PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) |