radhermit 14/12/08 00:44:31 Modified: ChangeLog Added: csvfix-1.6.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.8 app-text/csvfix/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/csvfix/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/csvfix/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/csvfix/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/csvfix/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 31 May 2012 18:27:12 -0000 1.7 +++ ChangeLog 8 Dec 2014 00:44:31 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for app-text/csvfix -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/ChangeLog,v 1.7 2012/05/31 18:27:12 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/ChangeLog,v 1.8 2014/12/08 00:44:31 radhermit Exp $ + +*csvfix-1.6 (08 Dec 2014) + + 08 Dec 2014; Tim Harder <[email protected]> +csvfix-1.6.ebuild, + +files/csvfix-1.6-makefile.patch: + Version bump. 31 May 2012; Tim Harder <[email protected]> -files/csvfix-1.00c-make.patch, -csvfix-1.10a.ebuild, 1.1 app-text/csvfix/csvfix-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/csvfix/csvfix-1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/csvfix/csvfix-1.6.ebuild?rev=1.1&content-type=text/plain Index: csvfix-1.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/csvfix/csvfix-1.6.ebuild,v 1.1 2014/12/08 00:44:31 radhermit Exp $ EAPI=5 inherit eutils toolchain-funcs versionator vcs-snapshot MY_PV="$(delete_all_version_separators)" DESCRIPTION="A stream editor for manipulating CSV files" HOMEPAGE="http://code.google.com/p/csvfix/" SRC_URI="https://bitbucket.org/neilb/csvfix/get/version-${PV}.tar.bz2 -> ${P}.tar.bz2 doc? ( https://bitbucket.org/neilb/csvfix/downloads/csvfix_man_html_${MY_PV}0.zip )" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND="dev-libs/expat" DEPEND="${RDEPEND} doc? ( app-arch/unzip )" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch epatch "${FILESDIR}"/${PN}-1.10a-tests.patch edos2unix $(find csvfix/tests -type f) } src_compile() { emake CC="$(tc-getCXX)" AR="$(tc-getAR)" lin } src_test() { cd ${PN}/tests chmod +x run1 runtests ./runtests || die "tests failed" } src_install() { dobin csvfix/bin/csvfix use doc && dohtml -r "${WORKDIR}"/${PN}${MY_PV}/* }
