diff options
author | 2011-08-31 13:57:43 +0000 | |
---|---|---|
committer | 2011-08-31 13:57:43 +0000 | |
commit | 4e3416a16e1a7727019d58ffa0e87c9a40f62511 (patch) | |
tree | d061c81ae32070330e3a261d6e632377e38bd556 /dev-perl/DBIx-Migration | |
parent | Version bumped. (diff) | |
download | historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.gz historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.tar.bz2 historical-4e3416a16e1a7727019d58ffa0e87c9a40f62511.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DBIx-Migration')
-rw-r--r-- | dev-perl/DBIx-Migration/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/DBIx-Migration/DBIx-Migration-0.60.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/DBIx-Migration/ChangeLog b/dev-perl/DBIx-Migration/ChangeLog index 58e472dddd70..1ebb38b63621 100644 --- a/dev-perl/DBIx-Migration/ChangeLog +++ b/dev-perl/DBIx-Migration/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DBIx-Migration # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog,v 1.3 2011/04/03 06:43:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog,v 1.4 2011/08/31 13:30:30 tove Exp $ + +*DBIx-Migration-0.60.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> +DBIx-Migration-0.60.0.ebuild: + Change version scheme 03 Apr 2011; Torsten Veller <tove@gentoo.org> -DBIx-Migration-0.05.ebuild: Cleanup diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.60.0.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.60.0.ebuild new file mode 100644 index 000000000000..f34021cad48e --- /dev/null +++ b/dev-perl/DBIx-Migration/DBIx-Migration-0.60.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/DBIx-Migration-0.60.0.ebuild,v 1.1 2011/08/31 13:30:30 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANIEL +MODULE_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Seamless DB schema up- and downgrades" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/File-Slurp + virtual/perl-File-Spec + dev-perl/DBI + dev-perl/Class-Accessor" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/DBD-SQLite + )" + +SRC_TEST=do |