[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/, profiles/

2020-09-21 Thread Michał Górny
commit: 8390e68d59b50f75bab59c0c98a89b180c821d59
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 14:09:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 14:09:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8390e68d

dev-util/molecule-core: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718294
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/molecule-core/Manifest|  1 -
 dev-util/molecule-core/metadata.xml| 24 ---
 .../molecule-core/molecule-core-1.0.2-r1.ebuild| 28 --
 profiles/package.mask  |  1 -
 4 files changed, 54 deletions(-)

diff --git a/dev-util/molecule-core/Manifest b/dev-util/molecule-core/Manifest
deleted file mode 100644
index 05a1c5b2a7e..000
--- a/dev-util/molecule-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST molecule-core-1.0.2.tar.bz2 30616 BLAKE2B 
00aff5ffa61eac63dbd9bf93027f24e5953a1cb1daa8855e9904f75b8afc68677306ccda40cb5a1db765b086a8cce608ffa5a24efd69de7cab86c43ae3aec07b
 SHA512 
1f501960e4029cb993680c7356aa8fc0ac7afa249d106b4ce97afb39f58cd40bcf9fd8cee64482077ad23f91da743d6ce54e82863faab20d68a1814d92cb

diff --git a/dev-util/molecule-core/metadata.xml 
b/dev-util/molecule-core/metadata.xml
deleted file mode 100644
index d531ba147a5..000
--- a/dev-util/molecule-core/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mud...@gentoo.org
-   Ettore Di Giacinto
-   
-   
-   Molecule is a build tool that can build, rebuild or extend 
Sabayon Linux or
-   Gentoo Linux OS releases OpenVZ templates and stage4 tarballs.
-   It doesn't contain any specific package manager bit and can 
work with
-   your favourite one. The philosophy of Molecule is simple: ease 
of use and
-   modularity.
-   Just like Catalyst, Molecule uses its own .spec file format and 
learning
-   how to write one is just about reading examples provided at
-   http://git.sabayon.org/molecules.git/.
-   You can tweak your ISO image or create one off your chroot 
(stage4) in no
-   time. Molecule uses a plugin-based system to implement support 
for new
-   execution patterns (like ISO to ISO, ISO to Tar, Chroot to ISO, 
etc).
-   Molecule is born inside Sabayon and is used in its release 
cycle for both
-   daily(live) and versioned ISO images.
-   Molecule developers are looking for help for writing user docs 
and HOWTOs.
-   
-

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
deleted file mode 100644
index c524412e797..000
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-r1
-
-DESCRIPTION="Sabayon distro-agnostic images build tool"
-HOMEPAGE="https://www.sabayon.org;
-SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="dev-util/intltool
-   sys-devel/gettext"
-RDEPEND="
-   sys-process/lsof
-   ${PYTHON_DEPS}"
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="/usr/lib" \
-   PREFIX="/usr" SYSCONFDIR="/etc" install
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ae70d2d0c54..3d1711d0d2b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -620,7 +620,6 @@ dev-python/sphinxcontrib-napoleon
 dev-python/textfsm
 dev-python/whelk
 dev-util/molecule
-dev-util/molecule-core
 
 # Alfredo Tupone  (2020-08-16)
 # Ported to py3.8 but not yet released



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2020-02-10 Thread Michał Górny
commit: 97c245516e2297a5df023953b46b15ccbe38a0e9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 20:55:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 21:00:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c24551

dev-util/molecule-plugins: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
index 440806e6e83..b5a6cb0905f 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2020-02-10 Thread Michał Górny
commit: 7a9badd18d6df45928dd8a745e2f73f181d1cdc8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 20:55:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 21:00:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9badd1

dev-util/molecule-core: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index eb6c76146ff..1173884ce37 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2020-02-09 Thread David Seifert
commit: 2ee6b32a251d4713424d954d3944ec1ca87774a0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 13:13:22 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 13:13:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee6b32a

dev-util/molecule-core: [QA] Fix OutdatedBlocker

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index 042948d69fd..eb6c76146ff 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
+
 PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit python-r1
@@ -13,12 +14,11 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-util/intltool
sys-devel/gettext"
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2020-02-09 Thread David Seifert
commit: f2dbb4f472e6f03852dc74bb7724e0807df0fd77
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 13:13:25 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 13:13:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dbb4f4

dev-util/molecule-plugins: [QA] Fix OutdatedBlocker

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
index b42a13d5ae2..440806e6e83 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
+
 PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit python-r1
@@ -13,12 +14,10 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
-   >=dev-util/molecule-core-1.0.1
-   !=dev-util/molecule-core-1.0.1"
 RDEPEND="${DEPEND}
net-misc/rsync
sys-fs/squashfs-tools



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2018-09-03 Thread Ettore Di Giacinto
commit: c42abec6d4f553e0c9a42698926a400a1c0562f3
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Mon Sep  3 21:21:13 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Sep  3 21:26:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42abec6

dev-util/molecule-plugins: Bump to 1.0.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/molecule-plugins/Manifest  | 2 +-
 .../{molecule-plugins-1.0.2-r1.ebuild => molecule-plugins-1.0.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule-plugins/Manifest 
b/dev-util/molecule-plugins/Manifest
index f65a3121f1c..14f5e024b04 100644
--- a/dev-util/molecule-plugins/Manifest
+++ b/dev-util/molecule-plugins/Manifest
@@ -1 +1 @@
-DIST molecule-plugins-1.0.2.tar.bz2 17428 BLAKE2B 
60fac83a501bd8f0c05588dcace522c59093cd0fcebcc87d86c8b8301f775d4cb6367e2d83c3146b1514e53f800dd2a34185d48575636c401724dc4e471b230a
 SHA512 
65b75c23f3c662812be2ab4fe0c92bd99aba48da6e05aad6175ba3fe1cd8106d9085ed53f27c738ef6af1b327ac8ac872ef7c3c48728366b510b7a82bb90c866
+DIST molecule-plugins-1.0.3.tar.bz2 17662 BLAKE2B 
6bbbd484ec7fc8441bfccc8c716475e9bf831804a79a0add1dedd428f2dadbbd1a3025966db25619c34364f2a0b6873946c121f1df6fd3a2dc041a3a7341565a
 SHA512 
e00bb7ed9a19452f0363e3453b56a86c22b2f96b843798ad20c6c61a87acf72a389158bb7c8b1b09cbcdfbcbb4b081996c47b6327d790b72c98a13270ce4cb6c

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
similarity index 94%
rename from dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
rename to dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
index 746d3b7fc28..c06bd99700c 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2018-03-10 Thread Pacho Ramos
commit: 9ef55b8e50c842e2101486862798c6044fce60b6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:41:23 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:51:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef55b8e

dev-util/molecule-plugins: Update maintainer due to bug #269417

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/molecule-plugins/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/molecule-plugins/metadata.xml 
b/dev-util/molecule-plugins/metadata.xml
index f6216f1..d396d1b7e5a 100644
--- a/dev-util/molecule-plugins/metadata.xml
+++ b/dev-util/molecule-plugins/metadata.xml
@@ -5,8 +5,4 @@
mud...@gentoo.org
Ettore Di Giacinto

-   
-   lx...@gentoo.org
-   Fabio Erculiani
-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2018-03-10 Thread Pacho Ramos
commit: 073f04c87efd342c34c7d0adde765cbc3a030aa0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:40:59 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:51:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073f04c8

dev-util/molecule-core: Update maintainer due to bug #269417

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/molecule-core/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/molecule-core/metadata.xml 
b/dev-util/molecule-core/metadata.xml
index 73c8492a582..d531ba147a5 100644
--- a/dev-util/molecule-core/metadata.xml
+++ b/dev-util/molecule-core/metadata.xml
@@ -5,10 +5,6 @@
mud...@gentoo.org
Ettore Di Giacinto

-   
-   lx...@gentoo.org
-   Fabio Erculiani
-   

Molecule is a build tool that can build, rebuild or extend 
Sabayon Linux or
Gentoo Linux OS releases OpenVZ templates and stage4 tarballs.



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2018-03-10 Thread Pacho Ramos
commit: b5eb2b2ad3566b80edcba3490c8c02e1946094ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 12:41:10 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:51:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eb2b2a

dev-util/molecule: Update maintainer due to bug #269417

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/molecule/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml
index 1357e0ab5dc..e14a66af624 100644
--- a/dev-util/molecule/metadata.xml
+++ b/dev-util/molecule/metadata.xml
@@ -5,10 +5,6 @@
mud...@gentoo.org
Ettore Di Giacinto

-   
-   lx...@gentoo.org
-   Fabio Erculiani
-   

Add plugins provided by 
dev-util/molecule-plugins




[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2018-02-11 Thread Michał Górny
commit: c38e9e5cf73a185222659c2c4edd31c63d570749
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:46:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e9e5c

dev-util/molecule-plugins: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-util/molecule-plugins/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/molecule-plugins/metadata.xml 
b/dev-util/molecule-plugins/metadata.xml
index 2c94a04481e..f6216f1 100644
--- a/dev-util/molecule-plugins/metadata.xml
+++ b/dev-util/molecule-plugins/metadata.xml
@@ -4,11 +4,9 @@

mud...@gentoo.org
Ettore Di Giacinto
-   Assign bugs to him


lx...@gentoo.org
Fabio Erculiani
-   CC on bugs

 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2018-02-11 Thread Michał Górny
commit: b437bc2c4e6d71cd9329df7ba0c59868be0a870b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:46:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:51:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b437bc2c

dev-util/molecule-core: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-util/molecule-core/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/molecule-core/metadata.xml 
b/dev-util/molecule-core/metadata.xml
index 1393c7435bf..73c8492a582 100644
--- a/dev-util/molecule-core/metadata.xml
+++ b/dev-util/molecule-core/metadata.xml
@@ -4,12 +4,10 @@

mud...@gentoo.org
Ettore Di Giacinto
-   Assign bugs to him


lx...@gentoo.org
Fabio Erculiani
-   CC on bugs


Molecule is a build tool that can build, rebuild or extend 
Sabayon Linux or



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2018-02-11 Thread Michał Górny
commit: d008fa3723696504d3be8e29a0c1be3703e57550
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:46:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:52:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d008fa37

dev-util/molecule: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-util/molecule/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml
index acee678928c..1357e0ab5dc 100644
--- a/dev-util/molecule/metadata.xml
+++ b/dev-util/molecule/metadata.xml
@@ -4,12 +4,10 @@

mud...@gentoo.org
Ettore Di Giacinto
-   Assign bugs to him


lx...@gentoo.org
Fabio Erculiani
-   CC on bugs


Add plugins provided by 
dev-util/molecule-plugins



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2017-07-12 Thread Pacho Ramos
commit: da3434c67b4ad7640a910714c66238bd3e9eeaed
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:26:28 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3434c6

dev-util/molecule-core: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index 97809c7d027..5ce8515f2b9 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2017-07-12 Thread Pacho Ramos
commit: c8e30a1ba94f5fa11977e4aa41929f6551e9fe91
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jul 12 14:26:44 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jul 12 14:42:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e30a1b

dev-util/molecule-plugins: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index 0a0ae5adae1..746d3b7fc28 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2017-04-20 Thread David Seifert
commit: 576a0dfa7dfea97d262225c7a14599d31ca3d77f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:17:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576a0dfa

dev-util/molecule-plugins: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../molecule-plugins/molecule-plugins-1.0.2-r1.ebuild   | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index 5d59c6a1c11..0a0ae5adae1 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit python-r1
 
-DESCRIPTION="A set fo base plugins for Molecule"
+DESCRIPTION="A set of base plugins for Molecule"
 HOMEPAGE="http://www.sabayon.org;
 SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
 
@@ -14,14 +14,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND=">=dev-util/molecule-core-1.0.1 !=dev-util/molecule-core-1.0.1
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2017-04-20 Thread David Seifert
commit: 1d08d56d9490b1277ad6905ec391d5de958113d8
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:14:07 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d08d56d

dev-util/molecule-core: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index bd39c2af294..97809c7d027 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.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
 
 EAPI="6"
@@ -14,11 +14,13 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-util/intltool
sys-devel/gettext"
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2016-11-09 Thread Ettore Di Giacinto
commit: 6499b88a47670480bc641bf7ab56cbd9332adc42
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Wed Nov  9 15:15:04 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Wed Nov  9 15:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6499b88a

dev-util/molecule: eapi bump, fix headers, cleanup

Package-Manager: portage-2.3.1

 dev-util/molecule/molecule-2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule/molecule-2.ebuild 
b/dev-util/molecule/molecule-2.ebuild
index 090b36b..04b6d3e 100644
--- a/dev-util/molecule/molecule-2.ebuild
+++ b/dev-util/molecule/molecule-2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 DESCRIPTION="Meta package for dev-util/molecule-core and 
dev-util/molecule-plugins"
 HOMEPAGE="http://www.sabayon.org;



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2016-11-09 Thread Ettore Di Giacinto
commit: a881ea37f6edc5c7840b8b69315e5fc26bcebed6
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Wed Nov  9 15:18:11 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Wed Nov  9 15:19:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a881ea37

dev-util/molecule-plugins:  revision bump

* migrate to python-r1 eclass and EAPI=6

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599308

Package-Manager: portage-2.3.1

 ...-1.0.2.ebuild => molecule-plugins-1.0.2-r1.ebuild} | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
similarity index 65%
rename from dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild
rename to dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index a68a9c3..6dde2b7 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-PYTHON_DEPEND="*"
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit python
+inherit python-r1
 
 DESCRIPTION="A set fo base plugins for Molecule"
 HOMEPAGE="http://www.sabayon.org;
@@ -26,14 +26,5 @@ RDEPEND="${COMMON_DEPEND}
 
 src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/lib" \
-   PREFIX="/usr" SYSCONFDIR="/etc" install \
-   || die "emake install failed"
-}
-
-pkg_postinst() {
-   python_mod_optimize "/usr/lib/molecule"
-}
-
-pkg_postrm() {
-   python_mod_cleanup "/usr/lib/molecule"
+   PREFIX="/usr" SYSCONFDIR="/etc" install
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2016-11-09 Thread Ettore Di Giacinto
commit: 24b04f5e4e1ef9d16d1437802655dbc124ba5d54
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Wed Nov  9 15:17:13 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Wed Nov  9 15:19:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b04f5e

dev-util/molecule-core: revision bump

* migrate to python-r1 eclass and EAPI=6

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599308

Package-Manager: portage-2.3.1

 ...ore-1.0.2.ebuild => molecule-core-1.0.2-r1.ebuild} | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
similarity index 61%
rename from dev-util/molecule-core/molecule-core-1.0.2.ebuild
rename to dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index bbef4ea..0ac7754 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-PYTHON_DEPEND="*"
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit python
+inherit python-r1
 
 DESCRIPTION="Sabayon distro-agnostic images build tool"
 HOMEPAGE="http://www.sabayon.org;
@@ -23,14 +23,5 @@ RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2016-11-09 Thread Pacho Ramos
commit: ed419651eff6ceec42224b8bfa2019d445d03e26
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Nov  9 13:58:57 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Nov  9 14:04:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed419651

dev-util/molecule: Drop old

Package-Manager: portage-2.3.2

 dev-util/molecule/Manifest |  2 --
 dev-util/molecule/molecule-0.9.24.6.ebuild | 38 --
 dev-util/molecule/molecule-0.9.24.8.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-util/molecule/Manifest b/dev-util/molecule/Manifest
deleted file mode 100644
index ff16f6a..
--- a/dev-util/molecule/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST molecule-0.9.24.6.tar.bz2 273770 SHA256 
36f9dcc8e99d417c77d11713bfb78f65c949eeb48e934378d6dc3dd2dae2d483 SHA512 
581166362b470b7ce9b8c72e4bfbd99fd2e9209cbd304d6ff8cddd51dbade7b94ff59591f123b9425a91a4596993a4e873c9ede9ce28320af687c060647c551a
 WHIRLPOOL 
d54ba2bc9eb7028f67639634d214c21b106010fc8d532adee610f0594a9f61293d320bf57b83a2857d4ea161b66c5afd6cec69c2c54c3d274e60a6ab4eafc359
-DIST molecule-0.9.24.8.tar.bz2 273967 SHA256 
c02f0ea9f1df377975e8f8539753ff613479695f58c761a810358113aa51 SHA512 
0c3161e0639542e57116583ce97634c56f3506f7658cc7085e883435e7c9d5696ab83ca52004a303f45b5872bba150cf209be2a9dbf39a70d65318435d4b7ddc
 WHIRLPOOL 
984442ac2d5e6b3589b8eac8cbafa0f26d4bc036b94124ed1de4083a90b50bf8669cdeff9586b8c77dea8778a55d84933c7fe06e2cc78370ee78e5a3ddcb1eb2

diff --git a/dev-util/molecule/molecule-0.9.24.6.ebuild 
b/dev-util/molecule/molecule-0.9.24.6.ebuild
deleted file mode 100644
index 7f4032d..
--- a/dev-util/molecule/molecule-0.9.24.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="*"
-
-inherit python
-
-DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
-HOMEPAGE="http://www.sabayon.org;
-SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/intltool
-   sys-devel/gettext"
-RDEPEND="net-misc/rsync
-   sys-fs/squashfs-tools
-   sys-process/lsof
-   virtual/cdrtools"
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="/usr/lib" \
-   PREFIX="/usr" SYSCONFDIR="/etc" install \
-   || die "emake install failed"
-}
-
-pkg_postinst() {
-   python_mod_optimize "/usr/lib/molecule"
-}
-
-pkg_postrm() {
-   python_mod_cleanup "/usr/lib/molecule"
-}

diff --git a/dev-util/molecule/molecule-0.9.24.8.ebuild 
b/dev-util/molecule/molecule-0.9.24.8.ebuild
deleted file mode 100644
index 61c26e1..
--- a/dev-util/molecule/molecule-0.9.24.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="*"
-
-inherit python
-
-DESCRIPTION="Release metatool used for creating Sabayon (and Gentoo) releases"
-HOMEPAGE="http://www.sabayon.org;
-SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/intltool
-   sys-devel/gettext"
-RDEPEND="net-misc/rsync
-   sys-fs/squashfs-tools
-   sys-process/lsof
-   virtual/cdrtools"
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="/usr/lib" \
-   PREFIX="/usr" SYSCONFDIR="/etc" install \
-   || die "emake install failed"
-}
-
-pkg_postinst() {
-   python_mod_optimize "/usr/lib/molecule"
-}
-
-pkg_postrm() {
-   python_mod_cleanup "/usr/lib/molecule"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2016-10-23 Thread Ettore Di Giacinto
commit: 4986bfd3c7a7ef3ad7404be02242b17983fc1949
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Oct 23 10:33:31 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Oct 23 14:27:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4986bfd3

dev-util/molecule: updating metadata, removing from proxy-maint and adding 
myself as maintainer

Package-Manager: portage-2.3.1

 dev-util/molecule/metadata.xml | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml
index 1633200..acee678 100644
--- a/dev-util/molecule/metadata.xml
+++ b/dev-util/molecule/metadata.xml
@@ -2,19 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   mud...@sabayonlinux.org
+   mud...@gentoo.org
Ettore Di Giacinto
Assign bugs to him

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   pa...@gentoo.org
-   Pacho Ramos
-   CC on bugs, proxying Ettore
-   

lx...@gentoo.org
Fabio Erculiani



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2016-10-23 Thread Ettore Di Giacinto
commit: 79c54131cf7c951a49b2499af3ce88df25122eb8
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Oct 23 10:32:23 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Oct 23 14:27:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c54131

dev-util/molecule-plugins: updating metadata, removing from proxy-maint and 
adding myself as maintainer

Package-Manager: portage-2.3.1

 dev-util/molecule-plugins/metadata.xml | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-util/molecule-plugins/metadata.xml 
b/dev-util/molecule-plugins/metadata.xml
index ae74d29..2c94a04 100644
--- a/dev-util/molecule-plugins/metadata.xml
+++ b/dev-util/molecule-plugins/metadata.xml
@@ -2,19 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   mud...@sabayonlinux.org
+   mud...@gentoo.org
Ettore Di Giacinto
Assign bugs to him

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   pa...@gentoo.org
-   Pacho Ramos
-   CC on bugs, proxying Ettore
-   

lx...@gentoo.org
Fabio Erculiani



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2016-10-23 Thread Ettore Di Giacinto
commit: 907a2b4142f1b910aa589bdf57076fd9fb46d976
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Oct 23 10:31:02 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Oct 23 14:27:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907a2b41

dev-util/molecule-core: updating metadata, removing from proxy-maint and adding 
myself as maintainer

Package-Manager: portage-2.3.1

 dev-util/molecule-core/metadata.xml | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-util/molecule-core/metadata.xml 
b/dev-util/molecule-core/metadata.xml
index a5de739..1393c74 100644
--- a/dev-util/molecule-core/metadata.xml
+++ b/dev-util/molecule-core/metadata.xml
@@ -2,19 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   mud...@sabayonlinux.org
+   mud...@gentoo.org
Ettore Di Giacinto
Assign bugs to him

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   pa...@gentoo.org
-   Pacho Ramos
-   CC on bugs, proxying Ettore
-   

lx...@gentoo.org
Fabio Erculiani



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-plugins/

2016-05-29 Thread Pacho Ramos
commit: e5c3d1649d6cdfef1deff89e0e4ed823511bc081
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:33:27 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:33:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c3d164

dev-util/molecule-plugins: Reassign due to bug #269417

Package-Manager: portage-2.3.0_rc1

 dev-util/molecule-plugins/metadata.xml | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/dev-util/molecule-plugins/metadata.xml 
b/dev-util/molecule-plugins/metadata.xml
index ba0420b..1c8f84a 100644
--- a/dev-util/molecule-plugins/metadata.xml
+++ b/dev-util/molecule-plugins/metadata.xml
@@ -1,8 +1,23 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   mud...@sabayonlinux.org
+   Ettore Di Giacinto
+   Assign bugs to him
+   
+   
+   pa...@gentoo.org
+   Pacho Ramos
+   CC on bugs, proxying Ettore
+   

lx...@gentoo.org
Fabio Erculiani
+   CC on bugs

 



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule/

2016-05-29 Thread Pacho Ramos
commit: fc7d45bd7415ca40e8f63701e6c6ce0c69c053c8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:34:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:34:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7d45bd

dev-util/molecule: Reassign due to bug #269417

Package-Manager: portage-2.3.0_rc1

 dev-util/molecule/metadata.xml | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/dev-util/molecule/metadata.xml b/dev-util/molecule/metadata.xml
index 04a0cfa..e24d807 100644
--- a/dev-util/molecule/metadata.xml
+++ b/dev-util/molecule/metadata.xml
@@ -1,9 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   mud...@sabayonlinux.org
+   Ettore Di Giacinto
+   Assign bugs to him
+   
+   
+   pa...@gentoo.org
+   Pacho Ramos
+   CC on bugs, proxying Ettore
+   

lx...@gentoo.org
Fabio Erculiani
+   CC on bugs


Add plugins provided by 
dev-util/molecule-plugins



[gentoo-commits] repo/gentoo:master commit in: dev-util/molecule-core/

2016-05-29 Thread Pacho Ramos
commit: c5e4bf8aadffeab83666425687cd12b3ecc0bf62
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:32:57 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:32:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e4bf8a

dev-util/molecule-core: Reassign due to bug #269417

Package-Manager: portage-2.3.0_rc1

 dev-util/molecule-core/metadata.xml | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/dev-util/molecule-core/metadata.xml 
b/dev-util/molecule-core/metadata.xml
index 1dcdca3..8aa512b 100644
--- a/dev-util/molecule-core/metadata.xml
+++ b/dev-util/molecule-core/metadata.xml
@@ -1,9 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   mud...@sabayonlinux.org
+   Ettore Di Giacinto
+   Assign bugs to him
+   
+   
+   pa...@gentoo.org
+   Pacho Ramos
+   CC on bugs, proxying Ettore
+   

lx...@gentoo.org
Fabio Erculiani
+   CC on bugs


Molecule is a build tool that can build, rebuild or extend 
Sabayon Linux or