aballier 15/07/15 11:11:44 Modified: ChangeLog Added: teckit-2.5.3.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.25 app-text/teckit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/teckit/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/teckit/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/teckit/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/teckit/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 27 Apr 2013 08:28:54 -0000 1.24 +++ ChangeLog 15 Jul 2015 11:11:44 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for app-text/teckit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/ChangeLog,v 1.24 2013/04/27 08:28:54 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/teckit/ChangeLog,v 1.25 2015/07/15 11:11:44 aballier Exp $ + +*teckit-2.5.3 (15 Jul 2015) + + 15 Jul 2015; Alexis Ballier <[email protected]> +teckit-2.5.3.ebuild: + version bump 27 Apr 2013; Patrick Lauer <[email protected]> teckit-2.5.1.ebuild: Automake 1.13 fix 1.1 app-text/teckit/teckit-2.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/teckit/teckit-2.5.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/teckit/teckit-2.5.3.ebuild?rev=1.1&content-type=text/plain Index: teckit-2.5.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/teckit/teckit-2.5.3.ebuild,v 1.1 2015/07/15 11:11:44 aballier Exp $ EAPI=5 inherit autotools eutils MY_P=TECkit_${PV} DESCRIPTION="Text Encoding Conversion toolkit" HOMEPAGE="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit" SRC_URI="http://scripts.sil.org/svn-view/teckit/TAGS/${MY_P}.tar.gz" LICENSE="|| ( CPL-0.5 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/zlib dev-libs/expat" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}/${PN}-2.5.1-mixcflagscxxflags.patch" rm -f configure sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die eautoreconf } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS README NEWS } src_test() { cd "${S}/test" chmod +x dotests.pl ./dotests.pl || die "tests failed" }
