public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/bashdb: bashdb-4.2.0.8.ebuild ChangeLog
@ 2011-08-11  3:34 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-08-11  3:34 UTC (permalink / raw
  To: gentoo-commits

vapier      11/08/11 03:34:05

  Modified:             ChangeLog
  Added:                bashdb-4.2.0.8.ebuild
  Log:
  Version bump #378549 by Michael.
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-shells/bashdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	15 Feb 2011 03:39:06 -0000	1.7
+++ ChangeLog	11 Aug 2011 03:34:05 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/bashdb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.7 2011/02/15 03:39:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.8 2011/08/11 03:34:05 vapier Exp $
+
+*bashdb-4.2.0.8 (11 Aug 2011)
+
+  11 Aug 2011; Mike Frysinger <vapier@gentoo.org> +bashdb-4.2.0.8.ebuild:
+  Version bump #378549 by Michael.
 
 *bashdb-4.2.0.6 (15 Feb 2011)
 



1.1                  app-shells/bashdb/bashdb-4.2.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild?rev=1.1&content-type=text/plain

Index: bashdb-4.2.0.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild,v 1.1 2011/08/11 03:34:05 vapier Exp $

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.gz"

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_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS NEWS README THANKS TODO
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-shells/bashdb: bashdb-4.2.0.8.ebuild ChangeLog
@ 2013-05-05 23:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-05-05 23:23 UTC (permalink / raw
  To: gentoo-commits

vapier      13/05/05 23:23:05

  Modified:             bashdb-4.2.0.8.ebuild ChangeLog
  Log:
  Skip running texinfo tools as we do not install the output #468044 by Jason Mours.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.2                  app-shells/bashdb/bashdb-4.2.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild?r1=1.1&r2=1.2

Index: bashdb-4.2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bashdb-4.2.0.8.ebuild	11 Aug 2011 03:34:05 -0000	1.1
+++ bashdb-4.2.0.8.ebuild	5 May 2013 23:23:05 -0000	1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild,v 1.1 2011/08/11 03:34:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.2.0.8.ebuild,v 1.2 2013/05/05 23:23:05 vapier Exp $
+
+EAPI="4"
 
 MY_P="${PN}-${PV:0:3}-${PV:4}"
 DESCRIPTION="bash source code debugging"
@@ -16,7 +18,7 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_install() {
-	emake install DESTDIR="${D}" || die
-	dodoc AUTHORS NEWS README THANKS TODO
+src_prepare() {
+	# We don't install this, so don't bother building it. #468044
+	sed -i 's:texi2html:true:' doc/Makefile.in || die
 }



1.9                  app-shells/bashdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bashdb/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Aug 2011 03:34:05 -0000	1.8
+++ ChangeLog	5 May 2013 23:23:05 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for app-shells/bashdb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.8 2011/08/11 03:34:05 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.9 2013/05/05 23:23:05 vapier Exp $
+
+  05 May 2013; Mike Frysinger <vapier@gentoo.org> bashdb-4.2.0.8.ebuild:
+  Skip running texinfo tools as we do not install the output #468044 by Jason
+  Mours.
 
 *bashdb-4.2.0.8 (11 Aug 2011)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-05 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11  3:34 [gentoo-commits] gentoo-x86 commit in app-shells/bashdb: bashdb-4.2.0.8.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-05 23:23 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox