public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/DBIx-Class-Cursor-Cached/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3b30bf762d0e53c35ef84f6416171cd63bb660
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:25:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:25:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9b3b30bf

[addzero] *DBIx-Class-Cursor-Cached-1.1.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/DBIx-Class-Cursor-Cached/ChangeLog        |    6 ++++++
 ...build => DBIx-Class-Cursor-Cached-1.1.0.ebuild} |    0
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog b/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
index 1176656..9c0236a 100644
--- a/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
+++ b/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DBIx-Class-Cursor-Cached-1.1.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -DBIx-Class-Cursor-Cached-1.1.ebuild, +DBIx-Class-Cursor-Cached-1.1.0.ebuild:
+  add zero
+
 *DBIx-Class-Cursor-Cached-1.1.1 (01 Apr 2011)
 
   01 Apr 2011; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.0.ebuild
similarity index 100%
rename from dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.ebuild
rename to dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.0.ebuild



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/DBIx-Class-Cursor-Cached/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     150cbfa6c225a2851005def5a1187d656af93eaf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:29:36 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:29:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=150cbfa6

[newversion] DBIx-Class-Cursor-Cached-1.1.2

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/DBIx-Class-Cursor-Cached/ChangeLog        |    6 ++++
 .../DBIx-Class-Cursor-Cached-1.1.2.ebuild          |   27 ++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog b/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
index 9c0236a..491cd69 100644
--- a/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
+++ b/dev-perl/DBIx-Class-Cursor-Cached/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DBIx-Class-Cursor-Cached-1.1.2 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +DBIx-Class-Cursor-Cached-1.1.2.ebuild:
+  Version Bump
+
 *DBIx-Class-Cursor-Cached-1.1.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild
new file mode 100644
index 0000000..eb0c26e
--- /dev/null
+++ b/dev-perl/DBIx-Class-Cursor-Cached/DBIx-Class-Cursor-Cached-1.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=ARCANEZ
+MODULE_VERSION=1.001002
+inherit perl-module perl-declaredeps
+
+DESCRIPTION="cursor class with built-in caching support"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+depend DBIx-Class 0.81.240
+depend-virtual Digest-SHA
+depend Carp-Clan 6.0
+
+bdepend DBD-SQLite 1.25
+bdepend-virtual Test-Simple # Test::More
+bdepend Cache-Cache # Cache::FileCache
+
+ddep_setup
+
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-16  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/DBIx-Class-Cursor-Cached/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox