diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-10 13:40:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-10 13:40:03 +0000 |
commit | c3300ea506834b2bdcc94accc61a6fbd4b66b86a (patch) | |
tree | 6150c95c1a528d000cca698855d006ed3fbcaa20 /app-shells | |
parent | Package moved from net-www to www-plugins, bug 265569. (diff) | |
download | gentoo-2-c3300ea506834b2bdcc94accc61a6fbd4b66b86a.tar.gz gentoo-2-c3300ea506834b2bdcc94accc61a6fbd4b66b86a.tar.bz2 gentoo-2-c3300ea506834b2bdcc94accc61a6fbd4b66b86a.zip |
Version bump.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bashdb/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bashdb/bashdb-4.0.0.3.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-shells/bashdb/ChangeLog b/app-shells/bashdb/ChangeLog index d205e8f60bb2..50379c79e684 100644 --- a/app-shells/bashdb/ChangeLog +++ b/app-shells/bashdb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bashdb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.2 2009/01/10 17:54:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/ChangeLog,v 1.3 2009/04/10 13:40:03 vapier Exp $ + +*bashdb-4.0.0.3 (10 Apr 2009) + + 10 Apr 2009; Mike Frysinger <vapier@gentoo.org> +bashdb-4.0.0.3.ebuild: + Version bump. *bashdb-4.0.0.2 (10 Jan 2009) diff --git a/app-shells/bashdb/bashdb-4.0.0.3.ebuild b/app-shells/bashdb/bashdb-4.0.0.3.ebuild new file mode 100644 index 000000000000..89fbd1986af5 --- /dev/null +++ b/app-shells/bashdb/bashdb-4.0.0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashdb/bashdb-4.0.0.3.ebuild,v 1.1 2009/04/10 13:40:03 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" + +S=${WORKDIR}/${MY_P} + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS NEWS README THANKS TODO +} |