summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-08 18:25:02 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-08 18:25:02 +0000
commit77c6a05ce63789bb3a53274c1f669701fe6a41c5 (patch)
tree656d602581a6618cd0c4f693300ce208c33997ba /dev-perl/DBIx-Class-InflateColumn-Boolean
parentCleanup (diff)
downloadgentoo-2-77c6a05ce63789bb3a53274c1f669701fe6a41c5.tar.gz
gentoo-2-77c6a05ce63789bb3a53274c1f669701fe6a41c5.tar.bz2
gentoo-2-77c6a05ce63789bb3a53274c1f669701fe6a41c5.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/DBIx-Class-InflateColumn-Boolean')
-rw-r--r--dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog8
-rw-r--r--dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild21
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog b/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog
index 5bd987da6009..faa6ddc75fa6 100644
--- a/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog
+++ b/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DBIx-Class-InflateColumn-Boolean
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog,v 1.6 2012/11/18 11:15:14 robbat2 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-Boolean/ChangeLog,v 1.7 2013/01/08 18:25:02 tove Exp $
+
+ 08 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild:
+ Cleanup
18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Drop duplication of myself as a maintainer where there is a herd.
diff --git a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild
deleted file mode 100644
index dc699d0e39f4..000000000000
--- a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.1.1.ebuild,v 1.1 2011/08/31 13:41:58 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=GRAF
-MODULE_VERSION=0.001001
-inherit perl-module
-
-DESCRIPTION="Auto-create boolean objects from columns"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-perl/SQL-Translator
- dev-perl/Path-Class
- >=dev-perl/DBIx-Class-0.08107
- dev-perl/Contextual-Return"
-RDEPEND="${DEPEND}"