mgorny 14/08/27 14:14:09 Modified: ChangeLog Added: bakefile-0.2.9-r1.ebuild Log: Convert to a python-single-r1 and bash-completion-r1. (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.6 dev-util/bakefile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Feb 2013 02:23:59 -0000 1.5 +++ ChangeLog 27 Aug 2014 14:14:09 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/bakefile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.5 2013/02/05 02:23:59 dirtyepic Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.6 2014/08/27 14:14:09 mgorny Exp $ + +*bakefile-0.2.9-r1 (27 Aug 2014) + + 27 Aug 2014; Michał Górny <[email protected]> +bakefile-0.2.9-r1.ebuild: + Convert to a python-single-r1 and bash-completion-r1. *bakefile-0.2.9 (05 Feb 2013) @@ -26,4 +31,3 @@ 21 Jul 2009; Markus Ullmann <[email protected]> +bakefile-0.2.6.ebuild, +files/bakefile-0.2.6-enlarge-buffers.patch, +metadata.xml: Initial import for wx dependency of webkit nightly - 1.1 dev-util/bakefile/bakefile-0.2.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild?rev=1.1&content-type=text/plain Index: bakefile-0.2.9-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild,v 1.1 2014/08/27 14:14:09 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 bash-completion-r1 DESCRIPTION="Native makefiles generator" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bakefile.sourceforge.net" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND="" DEPEND="" src_install () { default if use doc ; then dohtml -r doc/html/. fi # TODO: symlink the two newbashcomp bash_completion bakefile newbashcomp bash_completion bakefile_gen }
