diff options
author | 2008-02-09 18:46:33 +0000 | |
---|---|---|
committer | 2008-02-09 18:46:33 +0000 | |
commit | 2c80d315ee1174b84e50e5ccbec9a1a89dd694c6 (patch) | |
tree | d51b6deaa86e3659e007f1c0572c6dc657637174 | |
parent | (no commit message) (diff) | |
download | perl-overlay-2c80d315ee1174b84e50e5ccbec9a1a89dd694c6.tar.gz perl-overlay-2c80d315ee1174b84e50e5ccbec9a1a89dd694c6.tar.bz2 perl-overlay-2c80d315ee1174b84e50e5ccbec9a1a89dd694c6.zip |
Fixed some old authsotre ebuilds
20 files changed, 140 insertions, 103 deletions
diff --git a/dev-perl/JSON/JSON-2.04.ebuild b/dev-perl/Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-0.1000.ebuild index 14c809023..a1e6ce123 100644 --- a/dev-perl/JSON/JSON-2.04.ebuild +++ b/dev-perl/Catalyst-Authentication-Store-LDAP/Catalyst-Authentication-Store-LDAP-0.1000.ebuild @@ -4,15 +4,18 @@ inherit perl-module -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" +DESCRIPTION="Authentication from an LDAP Directory." +SRC_URI="mirror://cpan/authors/id/K/KA/KARMAN/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" RESTRICT="nomirror" IUSE="" -DEPEND="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" + +DEPEND=" + dev-perl/perl-ldap + >=dev-perl/Catalyst-Plugin-Authentication-1.0003 +" diff --git a/dev-perl/Catalyst-Authentication-Store-LDAP/Manifest b/dev-perl/Catalyst-Authentication-Store-LDAP/Manifest new file mode 100644 index 000000000..4046038fd --- /dev/null +++ b/dev-perl/Catalyst-Authentication-Store-LDAP/Manifest @@ -0,0 +1,8 @@ +DIST Catalyst-Authentication-Store-LDAP-0.1000.tar.gz 27279 RMD160 a6b22e6270495708a35a4ab7c926603a34a8a98b SHA1 227937f92830323c50ff093a00388ef7e7a5ede8 SHA256 25ead740c430efcb611ddb6491eab661f65f3565d2710bba54a31d9d0cdb8db7 +EBUILD Catalyst-Authentication-Store-LDAP-0.1000.ebuild 536 RMD160 829e388e30343fa3f6ed0362a8f991b58ad92d34 SHA1 ce8a3285e9ff49c71dfa544d40de0f22f45212a2 SHA256 db9743a504e1f837f62ba932f9eb37aff98807a88a43acf3022bbd78bb500ede +MD5 244b492f381c3facea3709a6acf91377 Catalyst-Authentication-Store-LDAP-0.1000.ebuild 536 +RMD160 829e388e30343fa3f6ed0362a8f991b58ad92d34 Catalyst-Authentication-Store-LDAP-0.1000.ebuild 536 +SHA256 db9743a504e1f837f62ba932f9eb37aff98807a88a43acf3022bbd78bb500ede Catalyst-Authentication-Store-LDAP-0.1000.ebuild 536 +MD5 bf602d41d1d3b5e85bf690da4923a259 files/digest-Catalyst-Authentication-Store-LDAP-0.1000 322 +RMD160 8fddc2d884b3988218dea0ab555a65b2631f6b8b files/digest-Catalyst-Authentication-Store-LDAP-0.1000 322 +SHA256 3365f38891114b7674e7cca05c36559562f3312d559e42dfa87e21249ec06471 files/digest-Catalyst-Authentication-Store-LDAP-0.1000 322 diff --git a/dev-perl/Catalyst-Authentication-Store-LDAP/files/digest-Catalyst-Authentication-Store-LDAP-0.1000 b/dev-perl/Catalyst-Authentication-Store-LDAP/files/digest-Catalyst-Authentication-Store-LDAP-0.1000 new file mode 100644 index 000000000..dc88ca4c3 --- /dev/null +++ b/dev-perl/Catalyst-Authentication-Store-LDAP/files/digest-Catalyst-Authentication-Store-LDAP-0.1000 @@ -0,0 +1,3 @@ +MD5 5d465ccc7243a3eebcff419eda0a1379 Catalyst-Authentication-Store-LDAP-0.1000.tar.gz 27279 +RMD160 a6b22e6270495708a35a4ab7c926603a34a8a98b Catalyst-Authentication-Store-LDAP-0.1000.tar.gz 27279 +SHA256 25ead740c430efcb611ddb6491eab661f65f3565d2710bba54a31d9d0cdb8db7 Catalyst-Authentication-Store-LDAP-0.1000.tar.gz 27279 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild index 2648804dc..0107a08ea 100644 --- a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild @@ -7,6 +7,7 @@ inherit perl-module DESCRIPTION="Authentication and authorization against a DBIx::Class or Class::DBI model" SRC_URI="mirror://cpan/authors/id/M/MR/MRAMBERG/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/dist/${PN}/" +RESTRICT="nomirror" IUSE="" @@ -14,7 +15,20 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" -DEPEND="dev-perl/module-build - >=dev-perl/Catalyst-5.49 +DEPEND=" + dev-perl/Catalyst-Runtime >=dev-perl/Catalyst-Plugin-Authentication-0.06 - >=dev-perl/Set-Object-1.14" + >=dev-perl/Set-Object-1.14 + dev-perl/Class-Accessor + dev-perl/DBIx-Class + dev-perl/Catalyst-Model-DBIC-Schema + >=dev-perl/Catalyst-Plugin-Authorization-Roles-0.03 + >=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.02 +" + +pkg_setup() { + echo + eerror "This ebuild is DEPRECATED!!!!!" + eerror + eerror "Use Catalyst-Authentication-Store-DBIx-Class instead" +} diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Manifest b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Manifest index 8257359ac..173e01c6d 100644 --- a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Manifest +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/Manifest @@ -1,24 +1,27 @@ -DIST Catalyst-Plugin-Authentication-Store-DBIC-0.06.tar.gz 12900 RMD160 742e91a9a061acf0339f4ab573aca30a175fa25d SHA1 c3c7107de61745f7e24c1d5538a862bf23f68863 SHA256 0b66210c54c52b74571a9991bc0eee85c7b335230ca9c538ff929ce5bed5be35 DIST Catalyst-Plugin-Authentication-Store-DBIC-0.07.tar.gz 13410 RMD160 051c0aea69dacdb854a313946a21dc21584614a4 SHA1 c32428c78dc32000f67c02d72f63785e3b883a89 SHA256 4ee68cfce7f94597383954ab57a79376cea38a6105a266dd20d0fb62e5a8c6b3 DIST Catalyst-Plugin-Authentication-Store-DBIC-0.09.tar.gz 29477 RMD160 cbe2dbe3c282cbd5b653f1c2b5576a819b6bf96b SHA1 918b382cd0619d06432f9e1d01d4aa8ef7a52361 SHA256 ba20d39d030610d291c0d0ce59d0ff56524ac78206b7d93a0ced69a0176af479 -EBUILD Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild 606 RMD160 cd4268e6f0921d1ea7966163529f001df02f16e7 SHA1 491e8bffb689b24273a1bfbf2f5b79e2a747a956 SHA256 6dd5aafe9611bdf274bf9dd64960d0d05b08449ae01574833d8c1c99ffcb1256 -MD5 db738fe3c9fa711cdbec444fb333e80f Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild 606 -RMD160 cd4268e6f0921d1ea7966163529f001df02f16e7 Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild 606 -SHA256 6dd5aafe9611bdf274bf9dd64960d0d05b08449ae01574833d8c1c99ffcb1256 Catalyst-Plugin-Authentication-Store-DBIC-0.06.ebuild 606 EBUILD Catalyst-Plugin-Authentication-Store-DBIC-0.07.ebuild 642 RMD160 7a1dd768d47e5b22dc6f77bec949d45debac98dc SHA1 43079ae4bdb6ad9295e31d307c50358fc2d93ee0 SHA256 994cb1696c23f5cc8630e1a1f144f988ed4690c7e5c200ff76b4b9079c38b8bf MD5 4aceb12b307ff6c61eedcfe948ed037f Catalyst-Plugin-Authentication-Store-DBIC-0.07.ebuild 642 RMD160 7a1dd768d47e5b22dc6f77bec949d45debac98dc Catalyst-Plugin-Authentication-Store-DBIC-0.07.ebuild 642 SHA256 994cb1696c23f5cc8630e1a1f144f988ed4690c7e5c200ff76b4b9079c38b8bf Catalyst-Plugin-Authentication-Store-DBIC-0.07.ebuild 642 +EBUILD Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild 936 RMD160 4bd86eb3ec12408da08ab506e2e7b3eb84d7ce81 SHA1 4a4aa8a37f014b6a3b92838f80ea2939a15cd566 SHA256 cb2f313c7325247d35803ee24561296893c61be916f291f4f2962b912de032ef +MD5 78892836f5ddf6440ce25d232e04b452 Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild 936 +RMD160 4bd86eb3ec12408da08ab506e2e7b3eb84d7ce81 Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild 936 +SHA256 cb2f313c7325247d35803ee24561296893c61be916f291f4f2962b912de032ef Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1.ebuild 936 EBUILD Catalyst-Plugin-Authentication-Store-DBIC-0.09.ebuild 797 RMD160 144a17bf92fe3b9b6e921a3eb4394010614c0695 SHA1 ce73744954e995a54dcbde26d9b0b08b0b176551 SHA256 a8af298089a1a266aee6495f25ec42c699c485f26b158bffa1e703c3a2eceab3 MD5 149998c97cd26bb5dea012c0e0030a0a Catalyst-Plugin-Authentication-Store-DBIC-0.09.ebuild 797 RMD160 144a17bf92fe3b9b6e921a3eb4394010614c0695 Catalyst-Plugin-Authentication-Store-DBIC-0.09.ebuild 797 SHA256 a8af298089a1a266aee6495f25ec42c699c485f26b158bffa1e703c3a2eceab3 Catalyst-Plugin-Authentication-Store-DBIC-0.09.ebuild 797 -MD5 05f5b6068f9099ee247442e975ceae02 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 337 -RMD160 ddf17139a54cdd8f4efb6eed5bc8593978a80a69 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 337 -SHA256 15efa862cbc7e67ff8ec5df5a65a7f81af6fbe46f82979ed6b2d3e0347bb6501 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 337 +MISC metadata.xml 275 RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba SHA1 eec2dc0c033c1c722ba174b9831d93f9f1ee6327 SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c +MD5 ca3221c22cd7a176ebe1478cf75885cb metadata.xml 275 +RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba metadata.xml 275 +SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c metadata.xml 275 MD5 4628903feebda6403bfe8bb7a9a010fd files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.07 337 RMD160 cc011c3b1da1c9cfb43c1f7edea6619f40183eb9 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.07 337 SHA256 117bd2a648edffec73e46f6798b1e29a5328f50f24cfacdda9648189502a3c9f files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.07 337 MD5 26fa6adb6db57f0e39dfb2ab290b7bc9 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09 337 RMD160 11695b2592e30d67244364fe6923b8831ca647eb files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09 337 SHA256 95ee3ae387ab1375d88fc17180c5639a2cfb2c12ecb1f24bc8b1a500515e0c1c files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09 337 +MD5 26fa6adb6db57f0e39dfb2ab290b7bc9 files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 337 +RMD160 11695b2592e30d67244364fe6923b8831ca647eb files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 337 +SHA256 95ee3ae387ab1375d88fc17180c5639a2cfb2c12ecb1f24bc8b1a500515e0c1c files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 337 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 deleted file mode 100644 index 28d1e9858..000000000 --- a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.06 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1895807c48f9abc47f1051e061b89588 Catalyst-Plugin-Authentication-Store-DBIC-0.06.tar.gz 12900 -RMD160 742e91a9a061acf0339f4ab573aca30a175fa25d Catalyst-Plugin-Authentication-Store-DBIC-0.06.tar.gz 12900 -SHA256 0b66210c54c52b74571a9991bc0eee85c7b335230ca9c538ff929ce5bed5be35 Catalyst-Plugin-Authentication-Store-DBIC-0.06.tar.gz 12900 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 new file mode 100644 index 000000000..b30bf7bd1 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIC/files/digest-Catalyst-Plugin-Authentication-Store-DBIC-0.09-r1 @@ -0,0 +1,3 @@ +MD5 debb9824e6806edab59b8eb4b8858f28 Catalyst-Plugin-Authentication-Store-DBIC-0.09.tar.gz 29477 +RMD160 cbe2dbe3c282cbd5b653f1c2b5576a819b6bf96b Catalyst-Plugin-Authentication-Store-DBIC-0.09.tar.gz 29477 +SHA256 ba20d39d030610d291c0d0ce59d0ff56524ac78206b7d93a0ced69a0176af479 Catalyst-Plugin-Authentication-Store-DBIC-0.09.tar.gz 29477 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild new file mode 100644 index 000000000..6eed6ebd3 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Authentication and authorization against a DBIx::Class schema" +SRC_URI="mirror://cpan/authors/id/J/JA/JAYK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +RESTRICT="nomirror" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc +x86" + +DEPEND="dev-perl/module-build + dev-perl/Catalyst-Runtime + >=dev-perl/Catalyst-Plugin-Authentication-0.10 + dev-perl/DBIx-Class +" + +pkg_setup() { + echo + eerror "This ebuild is DEPRECATED!!!!!" + eerror + eerror "Use Catalyst-Authentication-Store-DBIx-Class instead" +} diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Manifest b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Manifest index 0f71f2610..fe9db18c6 100644 --- a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Manifest +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/Manifest @@ -1,8 +1,19 @@ DIST Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.tar.gz 32005 RMD160 a4ce8b01dcaaed5f176bc3e41f1959a045895cb1 SHA1 f94092f0f63048b0ae53e461306445c402150949 SHA256 c2b7dd7195808f8ea4996aa47991d0449cf8d1527af42601d7acd3893937fe87 +EBUILD Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild 743 RMD160 660b5c99ed45b303f96df8025ae9e6d1b304110d SHA1 d17abbc21daeea61500137154ff5625ced9ccc76 SHA256 d281ca0c02175dd816ff91e5e5fe5b82da8331f550ea7bd516e70e2dd33b78bc +MD5 f57511b0a3c57b6e0a5a8bfe6ee70d92 Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild 743 +RMD160 660b5c99ed45b303f96df8025ae9e6d1b304110d Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild 743 +SHA256 d281ca0c02175dd816ff91e5e5fe5b82da8331f550ea7bd516e70e2dd33b78bc Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1.ebuild 743 EBUILD Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.ebuild 604 RMD160 821d986a608e453cca9ff16642a6403f3a1b0f91 SHA1 7beb8677951c9d7bbd3f2e1bd8946bf0d227b64d SHA256 80279252f750e4200702b3ef99ca0067ddecc6002bd913ec05d0ee69a7ea872d MD5 2395fc7c74a2da1ee157f2b11b1ca183 Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.ebuild 604 RMD160 821d986a608e453cca9ff16642a6403f3a1b0f91 Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.ebuild 604 SHA256 80279252f750e4200702b3ef99ca0067ddecc6002bd913ec05d0ee69a7ea872d Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.ebuild 604 +MISC metadata.xml 275 RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba SHA1 eec2dc0c033c1c722ba174b9831d93f9f1ee6327 SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c +MD5 ca3221c22cd7a176ebe1478cf75885cb metadata.xml 275 +RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba metadata.xml 275 +SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c metadata.xml 275 MD5 a65e38861d7e0117a05fad8870914625 files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10 355 RMD160 6825ec5a33d33532a7fe0d3a5d2ff1766e4e764c files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10 355 SHA256 49a8eb165666593dc34d46d2deb2f6290ff889b65a539b6c0456890a689af96c files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10 355 +MD5 a65e38861d7e0117a05fad8870914625 files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 355 +RMD160 6825ec5a33d33532a7fe0d3a5d2ff1766e4e764c files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 355 +SHA256 49a8eb165666593dc34d46d2deb2f6290ff889b65a539b6c0456890a689af96c files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 355 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 new file mode 100644 index 000000000..fdc313838 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-DBIx-Class/files/digest-Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10-r1 @@ -0,0 +1,3 @@ +MD5 8e93c25b494742903c0058e81ac8897e Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.tar.gz 32005 +RMD160 a4ce8b01dcaaed5f176bc3e41f1959a045895cb1 Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.tar.gz 32005 +SHA256 c2b7dd7195808f8ea4996aa47991d0449cf8d1527af42601d7acd3893937fe87 Catalyst-Plugin-Authentication-Store-DBIx-Class-0.10.tar.gz 32005 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild new file mode 100644 index 000000000..c5c7b7cb3 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Authentication from an LDAP Directory." +SRC_URI="mirror://cpan/authors/id/K/KA/KARMAN/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +RESTRICT="nomirror" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" + +DEPEND=" + dev-perl/perl-ldap + dev-perl/Catalyst-Plugin-Authentication + dev-perl/Catalyst-Model-LDAP +" + +pkg_setup() { + echo + eerror "This ebuild is DEPRECATED!!!!!" + eerror + eerror "Use Catalyst-Authentication-Store-LDAP instead" +} + diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Manifest b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Manifest index 4149516f6..fe9104c2b 100644 --- a/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Manifest +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/Manifest @@ -4,13 +4,24 @@ EBUILD Catalyst-Plugin-Authentication-Store-LDAP-0.04.ebuild 528 RMD160 95340e27 MD5 db1f066bcaf189541eb91fc31eed5b4e Catalyst-Plugin-Authentication-Store-LDAP-0.04.ebuild 528 RMD160 95340e27627d92f752e2ce01d8dfd01db8ada4bb Catalyst-Plugin-Authentication-Store-LDAP-0.04.ebuild 528 SHA256 bce4ec897cdf66f3bf8eec49b1a5181521e0f2cedb3d990ace645f3a8bbdf401 Catalyst-Plugin-Authentication-Store-LDAP-0.04.ebuild 528 +EBUILD Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild 691 RMD160 38a97f2c2a3318b3ab02ccad669ae9a6fa09b21d SHA1 cb2cdd0922fc0868023fdda049173116adcf58b0 SHA256 127524994056ec2b6ee69c93eb4ed574154e0fb05d8e74a7aebacd8a0ad7c19e +MD5 11963163b42071dacc877562708be610 Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild 691 +RMD160 38a97f2c2a3318b3ab02ccad669ae9a6fa09b21d Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild 691 +SHA256 127524994056ec2b6ee69c93eb4ed574154e0fb05d8e74a7aebacd8a0ad7c19e Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1.ebuild 691 EBUILD Catalyst-Plugin-Authentication-Store-LDAP-0.0600.ebuild 557 RMD160 4ec9a3b96c6f9450f18d26b15ddb6911aee21bf1 SHA1 e65b26a346500abab19edda8bc16b3631a11bfa9 SHA256 1dc2109fdda31004c0dfaf4a60d358551fad73ca7f1cc2f83c85a3c012e89223 MD5 df80f2d1f9e452a29f9b42032798da07 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.ebuild 557 RMD160 4ec9a3b96c6f9450f18d26b15ddb6911aee21bf1 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.ebuild 557 SHA256 1dc2109fdda31004c0dfaf4a60d358551fad73ca7f1cc2f83c85a3c012e89223 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.ebuild 557 +MISC metadata.xml 275 RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba SHA1 eec2dc0c033c1c722ba174b9831d93f9f1ee6327 SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c +MD5 ca3221c22cd7a176ebe1478cf75885cb metadata.xml 275 +RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba metadata.xml 275 +SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c metadata.xml 275 MD5 cf4ec194c70966bddfcc14d846a55842 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.04 337 RMD160 e8c22dfc1b5748751dfe7c797263b82964fa389a files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.04 337 SHA256 2fe841bbc45122646fb154b27a1ab88225e3cf6b92f8a59296657a08cbca980f files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.04 337 MD5 3a700a143d36ff812e4943b90b9b2432 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600 343 RMD160 eecfee88e51a83a31b4155d6b8f231d1c7613f35 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600 343 SHA256 94465c566411d9ab9e45455c855a4a2883ecd974102ffb48326e2b3f6d9f0e43 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600 343 +MD5 3a700a143d36ff812e4943b90b9b2432 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 343 +RMD160 eecfee88e51a83a31b4155d6b8f231d1c7613f35 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 343 +SHA256 94465c566411d9ab9e45455c855a4a2883ecd974102ffb48326e2b3f6d9f0e43 files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 343 diff --git a/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 new file mode 100644 index 000000000..b689bded9 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Authentication-Store-LDAP/files/digest-Catalyst-Plugin-Authentication-Store-LDAP-0.0600-r1 @@ -0,0 +1,3 @@ +MD5 89d88efb98285b3ec6f15bcac35e7c92 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.tar.gz 21927 +RMD160 315f1c2fff30c3f0913b4ed624cf442fa27c4055 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.tar.gz 21927 +SHA256 eabfb310d33029228f894d84951dff9a38c16e322730b4315fe8a63481369c45 Catalyst-Plugin-Authentication-Store-LDAP-0.0600.tar.gz 21927 diff --git a/dev-perl/JSON/JSON-2.01.ebuild b/dev-perl/JSON/JSON-2.01.ebuild deleted file mode 100644 index 14c809023..000000000 --- a/dev-perl/JSON/JSON-2.01.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header$ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" -RESTRICT="nomirror" - -IUSE="" -DEPEND="" - diff --git a/dev-perl/JSON/JSON-2.02.ebuild b/dev-perl/JSON/JSON-2.02.ebuild deleted file mode 100644 index 14c809023..000000000 --- a/dev-perl/JSON/JSON-2.02.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header$ - -inherit perl-module - -DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" -RESTRICT="nomirror" - -IUSE="" -DEPEND="" - diff --git a/dev-perl/JSON/Manifest b/dev-perl/JSON/Manifest deleted file mode 100644 index f3d7e316b..000000000 --- a/dev-perl/JSON/Manifest +++ /dev/null @@ -1,28 +0,0 @@ -DIST JSON-2.01.tar.gz 57619 RMD160 d62034b75ffeeca5996e2ec6cad19b727d8c59eb SHA1 0e9fbe8b32b30c1b7d8b49b7ae59e61ffba74c5e SHA256 4b72b3ea3cc5ed261bba43e83868f9f7caa700cd0759219e206ffda57c872368 -DIST JSON-2.02.tar.gz 58407 RMD160 dc275d528102a8133b7b5cde5cbfa3ce9ca8ecc2 SHA1 d79862acabf2a1d70dec7b89ed8efd3ee242e2fd SHA256 fb5273ec259cff85671aba7ca01d5b1bcc5db0f3876b5703ad6c0a50b77199da -DIST JSON-2.04.tar.gz 60677 RMD160 99f2f34068da435946a1d24b04f11028f44e3020 SHA1 1c413c9da752881ae3468b022ac0fef5d8287020 SHA256 ebccbbd74c6d3f365883e2941c943b9d5f50c9224934325631e6913976998c6b -EBUILD JSON-2.01.ebuild 483 RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc SHA1 d925373b77bc7c21df7aab4776e7e368df88a01c SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 -MD5 7c1d27428173907865c0582323bbb827 JSON-2.01.ebuild 483 -RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc JSON-2.01.ebuild 483 -SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 JSON-2.01.ebuild 483 -EBUILD JSON-2.02.ebuild 483 RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc SHA1 d925373b77bc7c21df7aab4776e7e368df88a01c SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 -MD5 7c1d27428173907865c0582323bbb827 JSON-2.02.ebuild 483 -RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc JSON-2.02.ebuild 483 -SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 JSON-2.02.ebuild 483 -EBUILD JSON-2.04.ebuild 483 RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc SHA1 d925373b77bc7c21df7aab4776e7e368df88a01c SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 -MD5 7c1d27428173907865c0582323bbb827 JSON-2.04.ebuild 483 -RMD160 d0cc59c73b9a008c547738d6a05d1fe867edb0bc JSON-2.04.ebuild 483 -SHA256 58ca8174d5429abcfae99bd3833eaaefdcaf27d053671645c5fb9e4ec89a5446 JSON-2.04.ebuild 483 -MISC metadata.xml 275 RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba SHA1 eec2dc0c033c1c722ba174b9831d93f9f1ee6327 SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c -MD5 ca3221c22cd7a176ebe1478cf75885cb metadata.xml 275 -RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba metadata.xml 275 -SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c metadata.xml 275 -MD5 9a7a3bb3e65d516c43bed170302eb4d4 files/digest-JSON-2.01 226 -RMD160 dd1f26290acedbb11d280ecd7db588de2452bfd2 files/digest-JSON-2.01 226 -SHA256 a96ec8306a454a8a41e973ad099b062dd8bde88241098a7665fa53adaeafd549 files/digest-JSON-2.01 226 -MD5 a73c208f4623c354a02749c60819e5e7 files/digest-JSON-2.02 226 -RMD160 e594ce3c824ff87626f7cbfa96967371f7d0e806 files/digest-JSON-2.02 226 -SHA256 4f243b948b959acf38e5da7e49daca90d49c9f13eb9516787fe70a4ecfac4ba2 files/digest-JSON-2.02 226 -MD5 0e48a4630e3fa71a9ba3e8ea3b92fdd5 files/digest-JSON-2.04 226 -RMD160 c1e73da62b3416f1e43d19f655100ddc4612040f files/digest-JSON-2.04 226 -SHA256 275832837706362689f6d5dbc4eb3b1cee7d2c741dbb5bd9a29c5e7be4d1f1f1 files/digest-JSON-2.04 226 diff --git a/dev-perl/JSON/files/digest-JSON-2.01 b/dev-perl/JSON/files/digest-JSON-2.01 deleted file mode 100644 index fbc97bc1e..000000000 --- a/dev-perl/JSON/files/digest-JSON-2.01 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 61551e95827acc661c457e0c3bfd98a4 JSON-2.01.tar.gz 57619 -RMD160 d62034b75ffeeca5996e2ec6cad19b727d8c59eb JSON-2.01.tar.gz 57619 -SHA256 4b72b3ea3cc5ed261bba43e83868f9f7caa700cd0759219e206ffda57c872368 JSON-2.01.tar.gz 57619 diff --git a/dev-perl/JSON/files/digest-JSON-2.02 b/dev-perl/JSON/files/digest-JSON-2.02 deleted file mode 100644 index 819572457..000000000 --- a/dev-perl/JSON/files/digest-JSON-2.02 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2cb6fabbd4abacb72f2922f7a7773f61 JSON-2.02.tar.gz 58407 -RMD160 dc275d528102a8133b7b5cde5cbfa3ce9ca8ecc2 JSON-2.02.tar.gz 58407 -SHA256 fb5273ec259cff85671aba7ca01d5b1bcc5db0f3876b5703ad6c0a50b77199da JSON-2.02.tar.gz 58407 diff --git a/dev-perl/JSON/files/digest-JSON-2.04 b/dev-perl/JSON/files/digest-JSON-2.04 deleted file mode 100644 index f3e83b8a3..000000000 --- a/dev-perl/JSON/files/digest-JSON-2.04 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 17d734e5c459ed6a9c3dc11196935144 JSON-2.04.tar.gz 60677 -RMD160 99f2f34068da435946a1d24b04f11028f44e3020 JSON-2.04.tar.gz 60677 -SHA256 ebccbbd74c6d3f365883e2941c943b9d5f50c9224934325631e6913976998c6b JSON-2.04.tar.gz 60677 diff --git a/dev-perl/JSON/metadata.xml b/dev-perl/JSON/metadata.xml deleted file mode 100644 index 7262de9a9..000000000 --- a/dev-perl/JSON/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>mb@italpro.net</email> - <name>Michele Beltrame</name> - </maintainer> -</pkgmetadata> |