diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-26 07:48:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-26 07:48:47 +0000 |
commit | b6849f47acd892183913a80d1658249f62d2010e (patch) | |
tree | 41551ddf02ae68a970e37c6365188396340116d4 | |
parent | Disable USE=libffi for the time being due to bug 255488 (diff) | |
download | gentoo-2-b6849f47acd892183913a80d1658249f62d2010e.tar.gz gentoo-2-b6849f47acd892183913a80d1658249f62d2010e.tar.bz2 gentoo-2-b6849f47acd892183913a80d1658249f62d2010e.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
-rw-r--r-- | dev-perl/Variable-Magic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Variable-Magic/ChangeLog b/dev-perl/Variable-Magic/ChangeLog index c928663f57b9..8a8dd4a02922 100644 --- a/dev-perl/Variable-Magic/ChangeLog +++ b/dev-perl/Variable-Magic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Variable-Magic # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.2 2009/01/19 09:47:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.3 2009/01/26 07:48:47 tove Exp $ + +*Variable-Magic-0.28 (26 Jan 2009) + + 26 Jan 2009; Torsten Veller <tove@gentoo.org> +Variable-Magic-0.28.ebuild: + Version bump *Variable-Magic-0.27 (19 Jan 2009) diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild new file mode 100644 index 000000000000..3ce6479456e2 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild,v 1.1 2009/01/26 07:48:47 tove Exp $ + +MODULE_AUTHOR=VPIT +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |