diff options
author | 2010-09-10 08:44:44 +0000 | |
---|---|---|
committer | 2010-09-10 08:44:44 +0000 | |
commit | b3aac45d9a2d06f8af6e4299006dfc7ed8f85c15 (patch) | |
tree | 24fb855639e827eba8cbfa827b1777b65c1173e2 /dev-perl/Test-NoWarnings | |
parent | Tweak default pid/log paths (bug #331723), fix init script dependencies (bug ... (diff) | |
download | historical-b3aac45d9a2d06f8af6e4299006dfc7ed8f85c15.tar.gz historical-b3aac45d9a2d06f8af6e4299006dfc7ed8f85c15.tar.bz2 historical-b3aac45d9a2d06f8af6e4299006dfc7ed8f85c15.zip |
Version bump
Package-Manager: portage-2.2_rc77/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-NoWarnings')
-rw-r--r-- | dev-perl/Test-NoWarnings/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-NoWarnings/Test-NoWarnings-1.02.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Test-NoWarnings/ChangeLog b/dev-perl/Test-NoWarnings/ChangeLog index 158a74b0814b..4f90d1842513 100644 --- a/dev-perl/Test-NoWarnings/ChangeLog +++ b/dev-perl/Test-NoWarnings/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-NoWarnings # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/ChangeLog,v 1.29 2010/06/27 19:26:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/ChangeLog,v 1.30 2010/09/10 08:39:31 tove Exp $ + +*Test-NoWarnings-1.02 (10 Sep 2010) + + 10 Sep 2010; Torsten Veller <tove@gentoo.org> + +Test-NoWarnings-1.02.ebuild: + Version bump 27 Jun 2010; <nixnut@gentoo.org> Test-NoWarnings-1.01.ebuild: ppc stable #323529 diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.02.ebuild b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.02.ebuild new file mode 100644 index 000000000000..2ca300fad7e1 --- /dev/null +++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.02.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-NoWarnings/Test-NoWarnings-1.02.ebuild,v 1.1 2010/09/10 08:39:31 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=ADAMK +inherit perl-module + +DESCRIPTION="Make sure you didn't emit any warnings while testing" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=">=dev-perl/Test-Tester-0.107" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |