public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/
@ 2011-07-15 16:15 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-07-15 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     633bca84d002dcc9eac517c69520edd30822d969
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 15:55:17 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 15:55:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=633bca84

[fixdep/addzero] KiokuX-User -> KiokuDB

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

---
 dev-perl/KiokuX-User/ChangeLog               |    4 ++++
 dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild |    2 +-
 dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/KiokuX-User/ChangeLog b/dev-perl/KiokuX-User/ChangeLog
index fa18e00..0765ad3 100644
--- a/dev-perl/KiokuX-User/ChangeLog
+++ b/dev-perl/KiokuX-User/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Jul 2011; Kent Fredric <kentfredric@gmail.com> KiokuX-User-0.10.ebuild,
+  KiokuX-User-0.20.ebuild:
+  Fixdep -> KiokuDB ( addzeros )
+
 *KiokuX-User-0.20 (22 Jan 2011)
 *KiokuX-User-0.10 (22 Jan 2011)
 

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild
index 1cf991b..64c62e2 100644
--- a/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild
+++ b/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild
@@ -14,7 +14,7 @@ IUSE="test"
 COMMON_DEPEND="
 	>=dev-perl/Moose-0.63
 	dev-perl/namespace-clean
-	>=dev-perl/KiokuDB-0.90
+	>=dev-perl/KiokuDB-0.90.0
 	dev-perl/Sub-Exporter
 	dev-perl/MooseX-Types-Authen-Passphrase
 "

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild
index 8c7e640..93d78cc 100644
--- a/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild
+++ b/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/KiokuDB-0.90
+	>=dev-perl/KiokuDB-0.90.0
 	>=dev-perl/Moose-0.63
 	dev-perl/MooseX-Role-Parameterized
 	dev-perl/MooseX-Types-Authen-Passphrase



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/
@ 2015-03-15 11:11 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-03-15 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     54d2ccc7f8d324b42d6cdc028afc36b7184870ce
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 15 11:02:58 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 15 11:02:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=54d2ccc7

[fixup] KiokuX-User: EAPI5, Fixup deps, normalize version

Package-Manager: portage-2.2.17

 ...iokuX-User-0.20.ebuild => KiokuX-User-0.20.0.ebuild} | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild
similarity index 75%
rename from dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild
rename to dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild
index 8d1dbf9..28423e5 100644
--- a/dev-perl/KiokuX-User/KiokuX-User-0.20.ebuild
+++ b/dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+
+EAPI=5
 MODULE_AUTHOR=FLORA
 MODULE_VERSION="0.02"
 inherit perl-module
 
 DESCRIPTION="A generic role for user objects stored in KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-COMMON_DEPEND="
+
+RDEPEND="
 	>=dev-perl/KiokuDB-0.90.0
 	>=dev-perl/Moose-0.630.0
 	dev-perl/MooseX-Role-Parameterized
@@ -21,9 +22,5 @@ COMMON_DEPEND="
 	dev-perl/namespace-clean
 "
 DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"
+	virtual/perl-ExtUtils-MakeMaker
+	${RDEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/
@ 2015-03-15 11:11 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-03-15 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3647b3282a7e92281262583196bfb093588c9986
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 15 10:53:32 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 15 10:53:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3647b328

[cleanup] KiokuX-User: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild | 30 ----------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild
deleted file mode 100644
index ca44e7f..0000000
--- a/dev-perl/KiokuX-User/KiokuX-User-0.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="0.01"
-inherit perl-module
-
-DESCRIPTION="A generic role for user objects stored in KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	>=dev-perl/Moose-0.630.0
-	dev-perl/namespace-clean
-	>=dev-perl/KiokuDB-0.90.0
-	dev-perl/Sub-Exporter
-	dev-perl/MooseX-Types-Authen-Passphrase
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		dev-perl/Test-use-ok
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/
@ 2015-06-05 13:45 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-05 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f591176dd5726c3bd041d783687265a43c0886c7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  5 13:39:57 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  5 13:39:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f591176d

[fixup] KiokuX-User: Fixup test deps w/ Test::use::ok

Package-Manager: portage-2.2.17

 ...{KiokuX-User-0.20.0.ebuild => KiokuX-User-0.20.0-r1.ebuild} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
similarity index 80%
rename from dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild
rename to dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
index 28423e5..839a5e7 100644
--- a/dev-perl/KiokuX-User/KiokuX-User-0.20.0.ebuild
+++ b/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A generic role for user objects stored in KiokuDB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND="
 	>=dev-perl/KiokuDB-0.90.0
@@ -18,9 +18,13 @@ RDEPEND="
 	dev-perl/MooseX-Role-Parameterized
 	dev-perl/MooseX-Types-Authen-Passphrase
 	dev-perl/Sub-Exporter
-	dev-perl/Test-use-ok
 	dev-perl/namespace-clean
 "
 DEPEND="
 	virtual/perl-ExtUtils-MakeMaker
-	${RDEPEND}"
+	${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple
+		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+	)
+"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/
@ 2015-06-20 22:13 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-20 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     395c411aefadafdfef234be2730450b7d5f91e6a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 21:52:25 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 21:52:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=395c411a

[keyword] KiokuX-User: drop ~x86 due to that Crypt keywording dependency

Package-Manager: portage-2.2.17

 dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild b/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
index 839a5e7..1d1f7d3 100644
--- a/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
+++ b/dev-perl/KiokuX-User/KiokuX-User-0.20.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A generic role for user objects stored in KiokuDB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="


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

end of thread, other threads:[~2015-06-20 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 16:15 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuX-User/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-15 11:11 Kent Fredric
2015-03-15 11:11 Kent Fredric
2015-06-05 13:45 Kent Fredric
2015-06-20 22:13 Kent Fredric

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