slyfox 14/08/13 19:30:00 Modified: ChangeLog Added: cvs-fast-export-1.14.ebuild Log: Version bump. (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.2 dev-vcs/cvs-fast-export/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 28 Dec 2013 22:32:24 -0000 1.1 +++ ChangeLog 13 Aug 2014 19:30:00 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/cvs-fast-export -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.1 2013/12/28 22:32:24 slyfox Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.2 2014/08/13 19:30:00 slyfox Exp $ + +*cvs-fast-export-1.14 (13 Aug 2014) + + 13 Aug 2014; Sergei Trofimovich <[email protected]> + +cvs-fast-export-1.14.ebuild: + Version bump. *cvs-fast-export-1.0 (28 Dec 2013) 1.1 dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild?rev=1.1&content-type=text/plain Index: cvs-fast-export-1.14.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild,v 1.1 2014/08/13 19:29:59 slyfox Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="fast-export history from a CVS repository or RCS collection" HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/" SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} app-text/asciidoc" RESTRICT=test # upstream does not ship them in tarball src_prepare() { tc-export CC export prefix=/usr # respect CC, CFLAGS and LDFLAGS. don't install cvssync sed \ -e 's/cc /$(CC) $(LDFLAGS) /' \ -e 's/^CFLAGS += -O/#&/' \ -e 's/CFLAGS=/CFLAGS+=/' \ -e 's/$(INSTALL).*cvssync/#&/g' \ -i Makefile || die } src_install() { default dodoc README }
