[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2024-01-09 Thread Mart Raudsepp
commit: 505c1cb40fccf047b70bf2abebc867c7eb5c285e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  9 15:39:04 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan  9 17:38:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505c1cb4

dev-php/symfony-dependency-injection: keyword 2.8.50 for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

 .../symfony-dependency-injection-2.8.50.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
index f0e4869bbdf1..e7aa98e37382 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 # The test suite requires the unpackaged symfony-expression-language.



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2023-08-26 Thread Andreas Sturmlechner
commit: a86f40a8155068d7c3c5111abda19ca1337c0b23
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 15:43:07 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 16:07:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86f40a8

dev-php/symfony-dependency-injection: drop 2.8.20

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-php/symfony-dependency-injection/Manifest  |  1 -
 .../symfony-dependency-injection-2.8.20.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-php/symfony-dependency-injection/Manifest 
b/dev-php/symfony-dependency-injection/Manifest
index 4102180b8f32..ce54999d9b20 100644
--- a/dev-php/symfony-dependency-injection/Manifest
+++ b/dev-php/symfony-dependency-injection/Manifest
@@ -1,2 +1 @@
-DIST symfony-dependency-injection-2.8.20.tar.gz 117123 BLAKE2B 
469b11d55bbfdffe46b5cc94592f0bf81c1ddf82c656bbf9914a78cb7e5164960455c2ef1a70ef905b35775e91e279693af19015e586ddb3c95a0184d1737f32
 SHA512 
9ab6a4b36fde3908f26c2211066df501dd73387a7ec3d0aae85f8289257653bb54393bd9f4b50c347a4d5ba47214f13c089e475eaace3868f5c18f67b69bd829
 DIST symfony-dependency-injection-2.8.50.tar.gz 117771 BLAKE2B 
b71535619a45a03640064b987a7b5996dc991458c737661a983782d7af53bf89865bf511dbac99384f8ece583b628a2cde0def2cdd3e8c133055d84d9dbed1e1
 SHA512 
690b3f373c2fb549115f7fdb35880a2c94bf7afa28be2c75d718373e8925897f89d5e34f82b709b11cd8940547289345a8def4debe657f495a0b636a6aa72baa

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
deleted file mode 100644
index 9b26caf5c58d..
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Symfony DependencyInjection Component"
-HOMEPAGE="https://github.com/symfony/dependency-injection";
-SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# The test suite requires the unpackaged symfony-expression-language.
-RESTRICT=test
-
-# I'm not sure if symfony-config and symfony-yaml are actually needed if
-# you're not running the test suite...
-RDEPEND="dev-lang/php:*
-   dev-php/fedora-autoloader
-   >=dev-php/symfony-config-2.1.0
-   >=dev-php/symfony-yaml-2.1.0"
-DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
-
-S="${WORKDIR}/dependency-injection-${PV}"
-
-src_prepare() {
-   default
-   if use test; then
-   cp "${FILESDIR}/autoload.php" "${S}/autoload-test.php" || die
-   fi
-}
-
-src_install() {
-   insinto "/usr/share/php/Symfony/Component/DependencyInjection"
-   doins -r Compiler Dumper Exception Extension LazyProxy Loader 
ParameterBag
-   doins *.php "${FILESDIR}/autoload.php"
-   dodoc CHANGELOG.md README.md
-}
-
-src_test() {
-   phpunit --bootstrap "${S}/autoload-test.php" || die 'test suite failed'
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2021-05-09 Thread Agostino Sarubbo
commit: 06ec370ee26094e62c32793c4fcc2e05c4dcb621
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 10 06:57:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 10 06:57:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ec370e

dev-php/symfony-dependency-injection: x86 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../symfony-dependency-injection-2.8.50.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
index 342fd1d10de..f0e4869bbdf 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 # The test suite requires the unpackaged symfony-expression-language.



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2021-05-05 Thread Agostino Sarubbo
commit: 287380ae148dbd17922323dfc81836a0c5f57ccf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  6 06:53:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  6 06:54:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287380ae

dev-php/symfony-dependency-injection: amd64 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../symfony-dependency-injection-2.8.50.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
index e1ab01ad668..342fd1d10de 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 # The test suite requires the unpackaged symfony-expression-language.



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2019-07-18 Thread Thomas Deutschmann
commit: 4388dc7a3e7d4b280139d54e0b2800ee291443e6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul 18 12:25:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul 18 13:01:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4388dc7a

dev-php/symfony-dependency-injection: bump to v2.8.50

security release

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/symfony-dependency-injection/Manifest  |  1 +
 .../symfony-dependency-injection-2.8.50.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-php/symfony-dependency-injection/Manifest 
b/dev-php/symfony-dependency-injection/Manifest
index a186b77f24d..4102180b8f3 100644
--- a/dev-php/symfony-dependency-injection/Manifest
+++ b/dev-php/symfony-dependency-injection/Manifest
@@ -1 +1,2 @@
 DIST symfony-dependency-injection-2.8.20.tar.gz 117123 BLAKE2B 
469b11d55bbfdffe46b5cc94592f0bf81c1ddf82c656bbf9914a78cb7e5164960455c2ef1a70ef905b35775e91e279693af19015e586ddb3c95a0184d1737f32
 SHA512 
9ab6a4b36fde3908f26c2211066df501dd73387a7ec3d0aae85f8289257653bb54393bd9f4b50c347a4d5ba47214f13c089e475eaace3868f5c18f67b69bd829
+DIST symfony-dependency-injection-2.8.50.tar.gz 117771 BLAKE2B 
b71535619a45a03640064b987a7b5996dc991458c737661a983782d7af53bf89865bf511dbac99384f8ece583b628a2cde0def2cdd3e8c133055d84d9dbed1e1
 SHA512 
690b3f373c2fb549115f7fdb35880a2c94bf7afa28be2c75d718373e8925897f89d5e34f82b709b11cd8940547289345a8def4debe657f495a0b636a6aa72baa

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
new file mode 100644
index 000..e1ab01ad668
--- /dev/null
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.50.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Symfony DependencyInjection Component"
+HOMEPAGE="https://github.com/symfony/dependency-injection";
+SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# The test suite requires the unpackaged symfony-expression-language.
+RESTRICT=test
+
+# I'm not sure if symfony-config and symfony-yaml are actually needed if
+# you're not running the test suite...
+RDEPEND="dev-lang/php:*
+   dev-php/fedora-autoloader
+   >=dev-php/symfony-config-2.1.0
+   >=dev-php/symfony-yaml-2.1.0"
+DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
+
+S="${WORKDIR}/dependency-injection-${PV}"
+
+src_prepare() {
+   default
+   if use test; then
+   cp "${FILESDIR}/autoload.php" "${S}/autoload-test.php" || die
+   fi
+}
+
+src_install() {
+   insinto "/usr/share/php/Symfony/Component/DependencyInjection"
+   doins -r Compiler Dumper Exception Extension LazyProxy Loader 
ParameterBag
+   doins *.php "${FILESDIR}/autoload.php"
+   dodoc CHANGELOG.md README.md
+}
+
+src_test() {
+   phpunit --bootstrap "${S}/autoload-test.php" || die 'test suite failed'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2017-11-14 Thread Michael Orlitzky
commit: c67c66e95bbfb122346b8a8c562068268bc01310
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Nov 14 13:25:15 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Nov 14 14:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67c66e9

dev-php/symfony-dependency-injection: fix inconsistent tabs in metadata.xml.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/symfony-dependency-injection/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/symfony-dependency-injection/metadata.xml 
b/dev-php/symfony-dependency-injection/metadata.xml
index e4e73119820..fad21997665 100644
--- a/dev-php/symfony-dependency-injection/metadata.xml
+++ b/dev-php/symfony-dependency-injection/metadata.xml
@@ -13,8 +13,8 @@
 php-b...@gentoo.org
   
   
-   The DependencyInjection component allows you to standardize
-   and centralize the way objects are constructed in your application.
+The DependencyInjection component allows you to standardize
+and centralize the way objects are constructed in your application.
   
   
 symfony/dependency-injection



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2017-05-04 Thread Michael Orlitzky
commit: 957903ba347d0a692e9c785bcf10f01fa6fb96a5
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu May  4 12:45:49 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu May  4 12:45:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957903ba

dev-php/symfony-dependency-injection: new version 2.8.20.

This new version spells out all of the source code directories to be
installed, thereby avoiding the installation of junk like
composer.json. I've also left a comment stating that I'm not so sure
about some of the RDEPEND entries...

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/symfony-dependency-injection/Manifest  |  2 +-
 ... => symfony-dependency-injection-2.8.20.ebuild} | 23 +++---
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-php/symfony-dependency-injection/Manifest 
b/dev-php/symfony-dependency-injection/Manifest
index 15dd02ab427..3220a7fd0eb 100644
--- a/dev-php/symfony-dependency-injection/Manifest
+++ b/dev-php/symfony-dependency-injection/Manifest
@@ -1 +1 @@
-DIST symfony-dependency-injection-2.8.15.tar.gz 116157 SHA256 
923e0693d1d629a09876b654663246911398a8262c7e1e7558a14ba0b1aa1fc9 SHA512 
232d88c6740166b087991fb43f5dc4b93b9770cc570760336049035a037901017076891f61516281e74e60a15e78b4d836a5741246965e9def047b5e4ce6bb8d
 WHIRLPOOL 
00973393cec3d4669117f848c954e3fecb438b405e73afe7d4163d9d21a7980981f9f226f731ccafe85aa334ece738588b168e25de7259b7d624ccb0a0c672a6
+DIST symfony-dependency-injection-2.8.20.tar.gz 117123 SHA256 
ff71fe1b93ff2020d59ffae4017fcb3858563e4a8a9002011a639db6c38a8a39 SHA512 
9ab6a4b36fde3908f26c2211066df501dd73387a7ec3d0aae85f8289257653bb54393bd9f4b50c347a4d5ba47214f13c089e475eaace3868f5c18f67b69bd829
 WHIRLPOOL 
cf46966bda4af047cd9aa4d3b6c3063c9404b46d6948f14a6fe33852191554e79c8858ca6c47467ab2c760555443a53c970df0baac179bc54543aef519e0cd92

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
similarity index 54%
rename from 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
rename to 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
index 021e996a96e..9b26caf5c58 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.20.ebuild
@@ -12,33 +12,34 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-RESTRICT="test"
 
-RDEPEND="
-   dev-lang/php:*
+# The test suite requires the unpackaged symfony-expression-language.
+RESTRICT=test
+
+# I'm not sure if symfony-config and symfony-yaml are actually needed if
+# you're not running the test suite...
+RDEPEND="dev-lang/php:*
dev-php/fedora-autoloader
>=dev-php/symfony-config-2.1.0
>=dev-php/symfony-yaml-2.1.0"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   dev-php/phpunit )"
+DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
 
 S="${WORKDIR}/dependency-injection-${PV}"
 
 src_prepare() {
default
if use test; then
-   cp "${FILESDIR}"/autoload.php "${S}"/autoload-test.php || die
+   cp "${FILESDIR}/autoload.php" "${S}/autoload-test.php" || die
fi
 }
 
 src_install() {
insinto "/usr/share/php/Symfony/Component/DependencyInjection"
-   doins -r . "${FILESDIR}"/autoload.php
-   dodoc README.md
+   doins -r Compiler Dumper Exception Extension LazyProxy Loader 
ParameterBag
+   doins *.php "${FILESDIR}/autoload.php"
+   dodoc CHANGELOG.md README.md
 }
 
 src_test() {
-   phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed"
+   phpunit --bootstrap "${S}/autoload-test.php" || die 'test suite failed'
 }



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2017-01-05 Thread Michael Orlitzky
commit: 68d9fafc5652424a702ed2f9011bac5419bab328
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 21:13:47 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 21:34:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d9fafc

dev-php/symfony-dependency-injection: replace v2.1.0 with v2.8.15.

Package-Manager: portage-2.3.0

 dev-php/symfony-dependency-injection/Manifest   | 2 +-
 ...ction-2.1.0-r1.ebuild => symfony-dependency-injection-2.8.15.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/symfony-dependency-injection/Manifest 
b/dev-php/symfony-dependency-injection/Manifest
index b3dd8dc..15dd02a 100644
--- a/dev-php/symfony-dependency-injection/Manifest
+++ b/dev-php/symfony-dependency-injection/Manifest
@@ -1 +1 @@
-DIST symfony-dependency-injection-2.1.0.tar.gz 73560 SHA256 
30a693b561743655daa1b58314af0102d2ae8294c73da90e4759b847659f0d4e SHA512 
2e21da1eb1dfff9ba9f8cf4c0d62ff2c021e40f611bba0ba98ff0c29dff35774eb252cf04c53437b1a40065209579c48116833fa4f72a674348fd4df8a01ffa7
 WHIRLPOOL 
260f6ff1a432133d34bd2c6239239ffcc677e7050910447fb02d1ac4126e75fb6104b32ece5b7613142a5199a20c2b8a5fc13c6d789ea2735e261872a8b07cf4
+DIST symfony-dependency-injection-2.8.15.tar.gz 116157 SHA256 
923e0693d1d629a09876b654663246911398a8262c7e1e7558a14ba0b1aa1fc9 SHA512 
232d88c6740166b087991fb43f5dc4b93b9770cc570760336049035a037901017076891f61516281e74e60a15e78b4d836a5741246965e9def047b5e4ce6bb8d
 WHIRLPOOL 
00973393cec3d4669117f848c954e3fecb438b405e73afe7d4163d9d21a7980981f9f226f731ccafe85aa334ece738588b168e25de7259b7d624ccb0a0c672a6

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
similarity index 95%
rename from 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
rename to 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
index 8cbabae..4ad709c 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.8.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2016-12-18 Thread Michael Orlitzky
commit: 3c9dcc85745a101d76a12283cfd40277ca55a376
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Dec 18 23:10:24 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Dec 18 23:17:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9dcc85

dev-php/symfony-dependency-injection: add the PHP project as a co-maintainer.

Package-Manager: portage-2.3.0

 dev-php/symfony-dependency-injection/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/symfony-dependency-injection/metadata.xml 
b/dev-php/symfony-dependency-injection/metadata.xml
index c24ea2b..e4e7311 100644
--- a/dev-php/symfony-dependency-injection/metadata.xml
+++ b/dev-php/symfony-dependency-injection/metadata.xml
@@ -9,6 +9,9 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+php-b...@gentoo.org
+  
   
The DependencyInjection component allows you to standardize
and centralize the way objects are constructed in your application.



[gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-dependency-injection/

2016-12-18 Thread Michael Orlitzky
commit: 5554437084c6967ac1d783c1acdbf13f9262af48
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Dec 18 21:42:33 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Dec 18 23:17:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55544370

dev-php/symfony-dependency-injection: loosen restrictions on dependencies.

Two of this package's dependencies were declared with the tilde "~"
operator. Per discussion with the maintainer, these are probably
better off being "newer than" operators. We retain the lower bound set
by upstream.

Package-Manager: portage-2.3.0

 ...n-2.1.0.ebuild => symfony-dependency-injection-2.1.0-r1.ebuild} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0.ebuild
 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
similarity index 90%
rename from 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0.ebuild
rename to 
dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
index 15b4b0b..8cbabae 100644
--- 
a/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0.ebuild
+++ 
b/dev-php/symfony-dependency-injection/symfony-dependency-injection-2.1.0-r1.ebuild
@@ -6,7 +6,8 @@ EAPI=6
 
 DESCRIPTION="Symfony DependencyInjection Component"
 HOMEPAGE="https://github.com/symfony/dependency-injection";
-SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+SRC_URI="https://github.com/symfony/dependency-injection/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -17,8 +18,8 @@ RESTRICT="test"
 RDEPEND="
dev-lang/php:*
dev-php/fedora-autoloader
-   ~dev-php/symfony-config-2.1.0
-   ~dev-php/symfony-yaml-2.1.0"
+   >=dev-php/symfony-config-2.1.0
+   >=dev-php/symfony-yaml-2.1.0"
 DEPEND="
test? (
${RDEPEND}