diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-15 03:39:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-15 03:39:06 +0000 |
commit | e331b9f84f7b42616c988e2b7e4a4a44bac7d8d9 (patch) | |
tree | c8dcbd1dd7120f0af0f93171a0df7eddc99f919f /app-shells/bashdb | |
parent | old (diff) | |
download | gentoo-2-e331b9f84f7b42616c988e2b7e4a4a44bac7d8d9.tar.gz gentoo-2-e331b9f84f7b42616c988e2b7e4a4a44bac7d8d9.tar.bz2 gentoo-2-e331b9f84f7b42616c988e2b7e4a4a44bac7d8d9.zip |
Version bump.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/bashdb')
-rw-r--r-- | app-shells/bashdb/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bashdb/bashdb-4.2.0.6.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-shells/bashdb/ChangeLog b/app-shells/bashdb/ChangeLog index 6c13cf0ae909..aaf52393a855 100644 --- a/app-shells/bashdb/ChangeLog +++ b/app-shells/bashdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bashdb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.6 2010/09/04 18:42:03 vapier Exp $ +# 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 $ + +*bashdb-4.2.0.6 (15 Feb 2011) + + 15 Feb 2011; Mike Frysinger <vapier@gentoo.org> +bashdb-4.2.0.6.ebuild: + Version bump. *bashdb-4.1.0.4 (04 Sep 2010) diff --git a/app-shells/bashdb/bashdb-4.2.0.6.ebuild b/app-shells/bashdb/bashdb-4.2.0.6.ebuild new file mode 100644 index 000000000000..0ce1b19991cf --- /dev/null +++ b/app-shells/bashdb/bashdb-4.2.0.6.ebuild @@ -0,0 +1,22 @@ +# 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.6.ebuild,v 1.1 2011/02/15 03:39:06 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 +} |