vapier 15/07/08 16:18:07 Modified: ChangeLog Added: bashdb-4.3.0.91.ebuild Log: Version bump #551754 by killerpsi23. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.11 app-shells/bashdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 9 Jun 2015 12:05:59 -0000 1.10 +++ ChangeLog 8 Jul 2015 16:18:07 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bashdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.10 2015/06/09 12:05:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.11 2015/07/08 16:18:07 vapier Exp $ + +*bashdb-4.3.0.91 (08 Jul 2015) + + 08 Jul 2015; Mike Frysinger <[email protected]> +bashdb-4.3.0.91.ebuild: + Version bump #551754 by killerpsi23. 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.1 app-shells/bashdb/bashdb-4.3.0.91.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.3.0.91.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.3.0.91.ebuild?rev=1.1&content-type=text/plain Index: bashdb-4.3.0.91.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.3.0.91.ebuild,v 1.1 2015/07/08 16:18:07 vapier Exp $ EAPI="4" MY_P="${PN}-${PV:0:3}-${PV:4}" DESCRIPTION="bash source code debugging" HOMEPAGE="http://bashdb.sourceforge.net/" SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="!>=app-shells/bash-${PV:0:1}.$((${PV:2:1}+1))" S=${WORKDIR}/${MY_P} src_prepare() { # We don't install this, so don't bother building it. #468044 sed -i 's:texi2html:true:' doc/Makefile.in || die }
