summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-08 16:18:07 +0000
committerMike Frysinger <vapier@gentoo.org>2015-07-08 16:18:07 +0000
commitf36a1c41f560b34eac6c368426897a2d13707208 (patch)
treed246e425a900d3dbc72636d93ef3d72a7fade93d /app-shells
parentGo is only a build time dependency, and we need a slot dep so a rebuild will ... (diff)
downloadgentoo-2-f36a1c41f560b34eac6c368426897a2d13707208.tar.gz
gentoo-2-f36a1c41f560b34eac6c368426897a2d13707208.tar.bz2
gentoo-2-f36a1c41f560b34eac6c368426897a2d13707208.zip
Version bump #551754 by killerpsi23.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bashdb/ChangeLog7
-rw-r--r--app-shells/bashdb/bashdb-4.3.0.91.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/app-shells/bashdb/ChangeLog b/app-shells/bashdb/ChangeLog
index f09e3aadfacc..735ada8c4462 100644
--- a/app-shells/bashdb/ChangeLog
+++ b/app-shells/bashdb/ChangeLog
@@ -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 <vapier@gentoo.org> +bashdb-4.3.0.91.ebuild:
+ Version bump #551754 by killerpsi23.
09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Updating remote-id in metadata.xml
diff --git a/app-shells/bashdb/bashdb-4.3.0.91.ebuild b/app-shells/bashdb/bashdb-4.3.0.91.ebuild
new file mode 100644
index 000000000000..50ba27828e12
--- /dev/null
+++ b/app-shells/bashdb/bashdb-4.3.0.91.ebuild
@@ -0,0 +1,24 @@
+# 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
+}