diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/DBIx-Migration | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DBIx-Migration')
-rw-r--r-- | dev-perl/DBIx-Migration/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBIx-Migration/DBIx-Migration-0.06.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-perl/DBIx-Migration/ChangeLog b/dev-perl/DBIx-Migration/ChangeLog index 1ebb38b63621..8881d034b78d 100644 --- a/dev-perl/DBIx-Migration/ChangeLog +++ b/dev-perl/DBIx-Migration/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2011/08/31 13:30:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog,v 1.5 2011/09/04 11:20:44 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -DBIx-Migration-0.06.ebuild: + Cleanup *DBIx-Migration-0.60.0 (31 Aug 2011) diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.06.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.06.ebuild deleted file mode 100644 index 84a2dbb64df5..000000000000 --- a/dev-perl/DBIx-Migration/DBIx-Migration-0.06.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 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.06.ebuild,v 1.1 2010/10/20 16:53:22 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=DANIEL -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 |