jlec 15/07/03 07:46:32 Modified: ChangeLog Added: talkfilters-2.3.8-r1.ebuild Log: fix problems with format-security, bug #521258 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.35 app-text/talkfilters/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/talkfilters/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/talkfilters/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/talkfilters/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 6 Jan 2011 16:24:20 -0000 1.34 +++ ChangeLog 3 Jul 2015 07:46:32 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for app-text/talkfilters -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.34 2011/01/06 16:24:20 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.35 2015/07/03 07:46:32 jlec Exp $ + +*talkfilters-2.3.8-r1 (03 Jul 2015) + + 03 Jul 2015; Justin Lecher <[email protected]> + +files/talkfilters-2.3.8-format-security.patch, +talkfilters-2.3.8-r1.ebuild: + fix problems with format-security, bug #521258 06 Jan 2011; Justin Lecher <[email protected]> talkfilters-2.3.8.ebuild: Some Clean up 1.1 app-text/talkfilters/talkfilters-2.3.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild?rev=1.1&content-type=text/plain Index: talkfilters-2.3.8-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild,v 1.1 2015/07/03 07:46:32 jlec Exp $ EAPI=5 inherit eutils DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect" HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" PATCHES=( "${FILESDIR}"/${P}-format-security.patch ) src_prepare() { epatch "${PATCHES[@]}" }
