polynomial-c 15/01/03 14:34:49
Modified: ChangeLog
Added: unrtf-0.21.9.ebuild
Removed: unrtf-0.19.3-r1.ebuild unrtf-0.21.2.ebuild
unrtf-0.21.1.ebuild
Log:
Version bump. Removed old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.45 app-text/unrtf/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.45&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.45&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 22 Dec 2014 14:32:52 -0000 1.44
+++ ChangeLog 3 Jan 2015 14:34:49 -0000 1.45
@@ -1,6 +1,12 @@
# ChangeLog for app-text/unrtf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.44 2014/12/22
14:32:52 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.45 2015/01/03
14:34:49 polynomial-c Exp $
+
+*unrtf-0.21.9 (03 Jan 2015)
+
+ 03 Jan 2015; Lars Wendler <[email protected]> -unrtf-0.19.3-r1.ebuild,
+ -unrtf-0.21.1.ebuild, -unrtf-0.21.2.ebuild, +unrtf-0.21.9.ebuild:
+ Version bump. Removed old.
22 Dec 2014; Lars Wendler <[email protected]> unrtf-0.21.8.ebuild:
Removed now obsolete src_install function.
1.1 app-text/unrtf/unrtf-0.21.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.1&content-type=text/plain
Index: unrtf-0.21.9.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.1
2015/01/03 14:34:49 polynomial-c Exp $
EAPI=5
inherit autotools eutils
DESCRIPTION="Converts RTF files to various formats"
HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
IUSE=""
src_prepare() {
# eautoreconf fails when automake-1.14* is installed. Please check with
# next version bump if we still need this workaround.
rm aclocal.m4 || die
epatch "${FILESDIR}"/unrtf-0.21.8-automake-fix.patch
epatch "${FILESDIR}"/${PN}-0.21.8-iconv-detection.patch
eautoreconf
}