diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-03-04 21:29:31 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-03-04 21:29:31 +0000 |
commit | 163a5f3120239eabc668a893b99fa0630d49e9eb (patch) | |
tree | 6f0e9d28df69720509989df58f5f3158049ab127 /dev-perl/Test-LeakTrace | |
parent | Version bump (diff) | |
download | gentoo-2-163a5f3120239eabc668a893b99fa0630d49e9eb.tar.gz gentoo-2-163a5f3120239eabc668a893b99fa0630d49e9eb.tar.bz2 gentoo-2-163a5f3120239eabc668a893b99fa0630d49e9eb.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Test-LeakTrace')
-rw-r--r-- | dev-perl/Test-LeakTrace/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Test-LeakTrace/ChangeLog b/dev-perl/Test-LeakTrace/ChangeLog index 958b0a0895cc..a1c7a4aae49b 100644 --- a/dev-perl/Test-LeakTrace/ChangeLog +++ b/dev-perl/Test-LeakTrace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-LeakTrace -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LeakTrace/ChangeLog,v 1.5 2014/11/24 16:23:39 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LeakTrace/ChangeLog,v 1.6 2015/03/04 21:29:31 monsieurp Exp $ + +*Test-LeakTrace-0.150.0 (04 Mar 2015) + + 04 Mar 2015; Patrice Clement <monsieurp@gentoo.org> + +Test-LeakTrace-0.150.0.ebuild: + Version bump. 24 Nov 2014; Jeroen Roovers <jer@gentoo.org> Test-LeakTrace-0.140.0.ebuild: Marked ~hppa (bug #527898). diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild new file mode 100644 index 000000000000..67030b47c51c --- /dev/null +++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LeakTrace/Test-LeakTrace-0.150.0.ebuild,v 1.1 2015/03/04 21:29:31 monsieurp Exp $ + +EAPI=5 + +MODULE_AUTHOR=GFUJI +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION='Traces memory leaks' + +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +IUSE="" + +SRC_TEST="do" |