From 3065f2e3477e281f73031716cfab45e39189d5f9 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Sat, 21 Apr 2012 15:11:40 -0400 Subject: Change METABIN var to PREPSPATH. genpkg uses this to tell prepkg where the preparer scripts are located. --- mods/cpanminus | 2 +- mods/perl-anyevent | 11 ++++------- mods/perl-encode-locale | 2 +- mods/perl-extutils-makemaker | 10 ++++------ mods/perl-file-listing | 2 +- mods/perl-file-pushd | 2 +- mods/perl-guard | 2 +- mods/perl-html-form | 2 +- mods/perl-http-cookies | 2 +- mods/perl-http-daemon | 2 +- mods/perl-http-date | 2 +- mods/perl-http-message | 2 +- mods/perl-http-negotiate | 2 +- mods/perl-libwww | 5 ++--- mods/perl-lwp-mediatypes | 3 ++- mods/perl-mozilla-ca | 2 +- mods/perl-net-http | 2 +- mods/perl-package-stash | 2 +- mods/perl-www-robotrules | 2 +- mods/perlbrew | 14 ++++++-------- 20 files changed, 33 insertions(+), 40 deletions(-) diff --git a/mods/cpanminus b/mods/cpanminus index 013401f..3dc4cf8 100644 --- a/mods/cpanminus +++ b/mods/cpanminus @@ -1 +1 @@ -+ provides perl-app-cpanminus=${pkgver} +provides add("perl-app-cpanminus=${pkgver}") diff --git a/mods/perl-anyevent b/mods/perl-anyevent index ce50530..17722c3 100644 --- a/mods/perl-anyevent +++ b/mods/perl-anyevent @@ -1,7 +1,4 @@ -+ optdepends perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle -+ optdepends perl-json-xs: send or receive JSON with AnyEvent::Handle -+ depends perl-ev>=4.00 -+ depends perl-guard>=1.02 -+ depends perl-async-interrupt>=1.0 -= pkgverfmt %.02f -= epoch 2 +optdepends add("perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle") +optdepends add("perl-json-xs: send or receive JSON with AnyEvent::Handle") +depends add("perl-ev>=4.00") add("depends perl-guard>=1.02") add("perl-async-interrupt>=1.0") +epoch add("2") diff --git a/mods/perl-encode-locale b/mods/perl-encode-locale index 72d6815..d5c8a6a 100644 --- a/mods/perl-encode-locale +++ b/mods/perl-encode-locale @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker index 66c1af8..4839ddc 100644 --- a/mods/perl-extutils-makemaker +++ b/mods/perl-extutils-makemaker @@ -1,6 +1,4 @@ -+ depends perl-cpan-meta>=2.112150 -+ depends perl-extutils-install>=1.52 -+ depends perl-extutils-command>=1.16 -+ depends perl-extutils-manifest>=1.58 -+ >build() sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new -+ >build() mv Makefile.PL.new Makefile.PL +depends add("perl-cpan-meta>=2.112150") add("perl-extutils-install>=1.52") \ + add("perl-extutils-command>=1.16") add("depends perl-extutils-manifest>=1.58") \ +build append("sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new") +build append("mv Makefile.PL.new Makefile.PL") diff --git a/mods/perl-file-listing b/mods/perl-file-listing index 72d6815..d5c8a6a 100644 --- a/mods/perl-file-listing +++ b/mods/perl-file-listing @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-file-pushd b/mods/perl-file-pushd index cc84788..b4cd325 100644 --- a/mods/perl-file-pushd +++ b/mods/perl-file-pushd @@ -1 +1 @@ -= license Apache +license add("Apache") diff --git a/mods/perl-guard b/mods/perl-guard index 1fe8888..73efa30 100644 --- a/mods/perl-guard +++ b/mods/perl-guard @@ -1 +1 @@ -= license custom:unknown +license add("custom:unknown") diff --git a/mods/perl-html-form b/mods/perl-html-form index 72d6815..d5c8a6a 100644 --- a/mods/perl-html-form +++ b/mods/perl-html-form @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-http-cookies b/mods/perl-http-cookies index 72d6815..d5c8a6a 100644 --- a/mods/perl-http-cookies +++ b/mods/perl-http-cookies @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-http-daemon b/mods/perl-http-daemon index 72d6815..d5c8a6a 100644 --- a/mods/perl-http-daemon +++ b/mods/perl-http-daemon @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-http-date b/mods/perl-http-date index 72d6815..d5c8a6a 100644 --- a/mods/perl-http-date +++ b/mods/perl-http-date @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-http-message b/mods/perl-http-message index 72d6815..d5c8a6a 100644 --- a/mods/perl-http-message +++ b/mods/perl-http-message @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-http-negotiate b/mods/perl-http-negotiate index 72d6815..d5c8a6a 100644 --- a/mods/perl-http-negotiate +++ b/mods/perl-http-negotiate @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-libwww b/mods/perl-libwww index 46b301f..5d2a39f 100644 --- a/mods/perl-libwww +++ b/mods/perl-libwww @@ -1,3 +1,2 @@ -+ optdepends perl-lwp-protocol-https: for https:// url schemes -- depends perl-http-message -+ depends perl-http-message>=6 +optdepends add("perl-lwp-protocol-https: for https:// url schemes") +depends add("perl-http-message") add("depends perl-http-message>=6") diff --git a/mods/perl-lwp-mediatypes b/mods/perl-lwp-mediatypes index 72d6815..c4f5e18 100644 --- a/mods/perl-lwp-mediatypes +++ b/mods/perl-lwp-mediatypes @@ -1 +1,2 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") + diff --git a/mods/perl-mozilla-ca b/mods/perl-mozilla-ca index 873c7d3..17e6d30 100644 --- a/mods/perl-mozilla-ca +++ b/mods/perl-mozilla-ca @@ -1 +1 @@ -= license GPL2 LGPL2.1 +license = list("GPL2", "LGPL2.1") diff --git a/mods/perl-net-http b/mods/perl-net-http index 72d6815..d5c8a6a 100644 --- a/mods/perl-net-http +++ b/mods/perl-net-http @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perl-package-stash b/mods/perl-package-stash index fd218f7..15c8ed3 100644 --- a/mods/perl-package-stash +++ b/mods/perl-package-stash @@ -1 +1 @@ -+ depends perl-package-stash-xs>=0.24 +depends add("perl-package-stash-xs>=0.24") diff --git a/mods/perl-www-robotrules b/mods/perl-www-robotrules index 72d6815..d5c8a6a 100644 --- a/mods/perl-www-robotrules +++ b/mods/perl-www-robotrules @@ -1 +1 @@ -+ conflicts perl-libwww<6 +conflicts add("perl-libwww<6") diff --git a/mods/perlbrew b/mods/perlbrew index 0cfecec..721dbe8 100644 --- a/mods/perlbrew +++ b/mods/perlbrew @@ -1,8 +1,6 @@ -+ provides perl-app-perlbrew=${pkgver} -< makedepends perl-io-all -> checkdepends -< makedepends perl-path-class -> checkdepends -= license custom:MIT -+ package() mkdir -p "$pkgdir/usr/share/licenses/perlbrew" -+ package() cp LICENSE "$pkgdir/usr/share/licenses/perlbrew/LICENSE" +provides add("perl-app-perlbrew=${pkgver}") +makedepends match("perl-io-all") moveTo(checkdepends) +makedepends match("perl-path-class") moveTo(checkdepends) +license add("custom:MIT") +package append("mkdir -p \"$pkgdir\"/usr/share/licenses/perlbrew") +package append("cp LICENSE \"$pkgdir\"/usr/share/licenses/perlbrew/LICENSE") -- cgit v1.2.3-24-g4f1b