[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2024-04-09 Thread Arthur Zamarin
commit: 0754e81d3044a7c1d83c4061d4fccc7f3eaee2ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0754e81d

media-libs/partio: Stabilize 1.17.1 x86, #928990

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/partio/partio-1.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.17.1.ebuild 
b/media-libs/partio/partio-1.17.1.ebuild
index b0564e04b0a9..6587438bdff0 100644
--- a/media-libs/partio/partio-1.17.1.ebuild
+++ b/media-libs/partio/partio-1.17.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2024-04-09 Thread Arthur Zamarin
commit: aa26a85789aed14ad176852c156fb8ceb35d2c48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa26a857

media-libs/partio: Stabilize 1.17.1 amd64, #928990

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/partio/partio-1.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.17.1.ebuild 
b/media-libs/partio/partio-1.17.1.ebuild
index 2501545611f9..b0564e04b0a9 100644
--- a/media-libs/partio/partio-1.17.1.ebuild
+++ b/media-libs/partio/partio-1.17.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2024-01-10 Thread Sam James
commit: 37b36ebe7590724945eb825714dbe5c8fe36b7d5
Author: Paul Zander  gmail  com>
AuthorDate: Fri Dec  8 14:19:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 10 12:32:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b36ebe

media-libs/partio: add 1.17.1

Signed-off-by: Paul Zander  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34219
Signed-off-by: Sam James  gentoo.org>

 media-libs/partio/Manifest |  1 +
 media-libs/partio/partio-1.17.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 35de8c8465ba..859d45911c02 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1 +1,2 @@
 DIST partio-1.14.6.tar.gz 336527 BLAKE2B 
60c9c6ad9d5a7b58967e7633180d4f8d399bd129cc7b76fc4329b3d191ce0d381df7f977d5ec11ccedbdbcd8afa0fde2f946960f08a242338c2f674b4c94343e
 SHA512 
5479d00b3124e8e06abbc65b1cdc01cdac37b9207c0615029e488baa0835e4ad545be2fb07dda5b4541dd846115059aaca5950ff904bddec6bb1fd72180ebcc0
+DIST partio-1.17.1.tar.gz 338461 BLAKE2B 
6c08d5b74db34ce114206ab92332e42e827d537d83e65597ba777344e1b9dc69f9b57153f716e87df6955b9898cedcd7e6da353db111463d7c8bd47f648cca6a
 SHA512 
5dbbd988c76a26ac6f3024e29ed12f37f7995daf211e065b9ffaf185c6203be7d9de48bd62b5955d2f5444af72fb3306ea5a0f3501cb0a49a26f157bb09ec6bc

diff --git a/media-libs/partio/partio-1.17.1.ebuild 
b/media-libs/partio/partio-1.17.1.ebuild
new file mode 100644
index ..69d97eac7f7c
--- /dev/null
+++ b/media-libs/partio/partio-1.17.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wdas/partio.git;
+else
+   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Library for particle IO and manipulation"
+HOMEPAGE="https://partio.us/;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   media-libs/glu
+   sys-libs/zlib
+   virtual/opengl
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   dev-lang/swig
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package doc Doxygen)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2023-05-03 Thread Sam James
commit: 226521127a5f07c2e6647135ca07be33583a7314
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 06:11:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 06:11:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22652112

Revert "media-libs/partio: enable py3.11"

This reverts commit c2e8f06ff4691bdbd3f29221730be7fc911bd7c7.

I didn't mean to push this, it's not ready.

Bug: https://bugs.gentoo.org/897014
Signed-off-by: Sam James  gentoo.org>

 media-libs/partio/partio-1.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.14.6.ebuild 
b/media-libs/partio/partio-1.14.6.ebuild
index 19afe068971e..b8f78cd325ec 100644
--- a/media-libs/partio/partio-1.14.6.ebuild
+++ b/media-libs/partio/partio-1.14.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..10} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-12-22 Thread Andreas Sturmlechner
commit: f5b3964003fdc3fe46aaa0592163e0a3e5b2681b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 20 21:56:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 22 08:33:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b39640

media-libs/partio: drop 1.10.1

Closes: https://bugs.gentoo.org/887557
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/partio/Manifest |  1 -
 media-libs/partio/partio-1.10.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 61c59064a387..35de8c8465ba 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1,2 +1 @@
-DIST partio-1.10.1.tar.gz 333129 BLAKE2B 
82d1dd36e9854e221af036d386ecdc558ac032ad7cd720403787ddc83ac236f05fd86e8c07ade07ca93b06a12ac2b834c96a6d43265e396934e44a815df003d3
 SHA512 
7d3c6449ebd1e8b8a29298a3119acfd1036970b287e9cd5f288a63c7e2b3bf451e9e1ba8fc72f203e225eb2b062d59cd7373817ccc6467de67427d02c0b12477
 DIST partio-1.14.6.tar.gz 336527 BLAKE2B 
60c9c6ad9d5a7b58967e7633180d4f8d399bd129cc7b76fc4329b3d191ce0d381df7f977d5ec11ccedbdbcd8afa0fde2f946960f08a242338c2f674b4c94343e
 SHA512 
5479d00b3124e8e06abbc65b1cdc01cdac37b9207c0615029e488baa0835e4ad545be2fb07dda5b4541dd846115059aaca5950ff904bddec6bb1fd72180ebcc0

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
deleted file mode 100644
index d9c20375307f..
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit cmake python-single-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wdas/partio.git;
-else
-   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-DESCRIPTION="Library for particle IO and manipulation"
-HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib:=
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   dev-lang/swig
-   doc? (
-   app-doc/doxygen
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package doc Doxygen)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-04-17 Thread Joonas Niilola
commit: 62c205928429458aa6e595188af2370ddd1a9795
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 17 17:54:41 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 17 17:54:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c20592

media-libs/partio: stabilize 1.14.6 for amd64

Closes: https://bugs.gentoo.org/839033
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/partio/partio-1.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.14.6.ebuild 
b/media-libs/partio/partio-1.14.6.ebuild
index 94edc73fa83a..05488dad4747 100644
--- a/media-libs/partio/partio-1.14.6.ebuild
+++ b/media-libs/partio/partio-1.14.6.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-04-17 Thread Joonas Niilola
commit: d984d230dcb5a9ab8b567afd8beb46f2e2013bfb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 17 17:54:21 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 17 17:54:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d984d230

media-libs/partio: stabilize 1.14.6 for x86

Bug: https://bugs.gentoo.org/839033
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/partio/partio-1.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.14.6.ebuild 
b/media-libs/partio/partio-1.14.6.ebuild
index 0243fd89..94edc73fa83a 100644
--- a/media-libs/partio/partio-1.14.6.ebuild
+++ b/media-libs/partio/partio-1.14.6.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-04-17 Thread Joonas Niilola
commit: 0be049b3a005d398ea75456b7eae1e1e430e16e8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 17 14:55:14 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 17 14:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be049b3

media-libs/partio: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/partio/partio-1.14.6.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-libs/partio/partio-1.14.6.ebuild 
b/media-libs/partio/partio-1.14.6.ebuild
index 56e1661b9618..0243fd89 100644
--- a/media-libs/partio/partio-1.14.6.ebuild
+++ b/media-libs/partio/partio-1.14.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then
@@ -24,7 +24,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut
-   sys-libs/zlib:=
+   media-libs/glu
+   sys-libs/zlib
virtual/opengl
 "
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-04-17 Thread Joonas Niilola
commit: dbc232972ccede811a0287e2a519f2a303f68ee0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Apr 17 14:56:04 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 17 14:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc23297

media-libs/partio: drop 

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/partio/partio-.ebuild | 50 
 1 file changed, 50 deletions(-)

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
deleted file mode 100644
index baf68b18c313..
--- a/media-libs/partio/partio-.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit cmake python-single-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wdas/partio.git;
-else
-   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Library for particle IO and manipulation"
-HOMEPAGE="http://partio.us/;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib:=
-   virtual/opengl
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   dev-lang/swig
-   doc? (
-   app-doc/doxygen
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-fontsextra
-   dev-texlive/texlive-fontutils
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package doc Doxygen)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2022-04-17 Thread Joonas Niilola
commit: f4720520b02bb22c06804df992ff2448ee48ec13
Author: Sebastian Parborg  gmail  com>
AuthorDate: Thu Apr  7 17:00:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 17 14:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4720520

media-libs/partio: Version bump to 1.14.6

Also update webpage URL to a currently valid one.

Closes: https://bugs.gentoo.org/835147
Signed-off-by: Sebastian Parborg  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24946
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/partio/Manifest | 1 +
 media-libs/partio/{partio-.ebuild => partio-1.14.6.ebuild} | 6 +++---
 media-libs/partio/partio-.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 951d245bfb7e..61c59064a387 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1 +1,2 @@
 DIST partio-1.10.1.tar.gz 333129 BLAKE2B 
82d1dd36e9854e221af036d386ecdc558ac032ad7cd720403787ddc83ac236f05fd86e8c07ade07ca93b06a12ac2b834c96a6d43265e396934e44a815df003d3
 SHA512 
7d3c6449ebd1e8b8a29298a3119acfd1036970b287e9cd5f288a63c7e2b3bf451e9e1ba8fc72f203e225eb2b062d59cd7373817ccc6467de67427d02c0b12477
+DIST partio-1.14.6.tar.gz 336527 BLAKE2B 
60c9c6ad9d5a7b58967e7633180d4f8d399bd129cc7b76fc4329b3d191ce0d381df7f977d5ec11ccedbdbcd8afa0fde2f946960f08a242338c2f674b4c94343e
 SHA512 
5479d00b3124e8e06abbc65b1cdc01cdac37b9207c0615029e488baa0835e4ad545be2fb07dda5b4541dd846115059aaca5950ff904bddec6bb1fd72180ebcc0

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-1.14.6.ebuild
similarity index 87%
copy from media-libs/partio/partio-.ebuild
copy to media-libs/partio/partio-1.14.6.ebuild
index e5a82c3417e2..56e1661b9618 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-1.14.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,11 +11,11 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"
-HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+HOMEPAGE="http://partio.us/;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index e5a82c3417e2..baf68b18c313 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -15,7 +15,7 @@ else
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"
-HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+HOMEPAGE="http://partio.us/;
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2021-09-18 Thread Sam James
commit: 0b9833d30f8c024e69c6e4edd910043b1f7de8bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 19 03:29:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 19 03:29:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9833d3

media-libs/partio: Keyword 1.10.1 ppc64, #795279

Signed-off-by: Sam James  gentoo.org>

 media-libs/partio/partio-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 02a27dab96e..d9c20375307 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/files/

2021-03-22 Thread Joonas Niilola
commit: 4d15110d2673942e9f51c2fcc345aac413894a77
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar 22 08:46:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 22 14:02:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d15110d

media-libs/partio: remove unused patch(es)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20052
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/partio-1.1.0-Rename-partconv.patch   | 65 --
 1 file changed, 65 deletions(-)

diff --git a/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch 
b/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
deleted file mode 100644
index 35f7c1244f3..000
--- a/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 7042285af5491fd3c2727fa24a7fd44145c066e5 Mon Sep 17 00:00:00 2001
-From: Jonathan Scruggs 
-Date: Sat, 23 Sep 2017 16:43:37 +0100
-Subject: [PATCH] Rename partconv to partconvert to avoid file collisions
-
-* partconv is the name of a program used by Crystal Space
-
-Closes: https://bugs.gentoo.org/631834

- README.md  | 2 +-
- src/Makefile   | 2 +-
- src/tools/CMakeLists.txt   | 6 +++---
- src/tools/{partconv.cpp => partconvert.cpp} | 0
- 4 files changed, 5 insertions(+), 5 deletions(-)
- rename src/tools/{partconv.cpp => partconvert.cpp} (100%)
-
-diff --git a/README.md b/README.md
-index 0a3ac19..4cd12c3 100644
 a/README.md
-+++ b/README.md
-@@ -56,7 +56,7 @@ src/
-doc/  Doxygen documentation and (the start of) a manual
-tests/Start of regression tests (I need more)
-tools/Useful tools 
-- partconv  
-+ partconvert  
-  partinfo 
-  partview 
- 
-diff --git a/src/Makefile b/src/Makefile
-index 0ced80e..ca4f965 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -25,4 +25,4 @@ reader/BGEO.o: reader/BGEO.cpp Particle.h ParticleSimple.h \
- reader/PDB.o: reader/PDB.cpp Particle.h ParticleSimple.h \
-   reader/../Particle.h reader/pdb.h
- partinfo.o: partinfo.cpp Particle.h
--partconv.o: partconf.cpp Particle.h
-\ No newline at end of file
-+partconvert.o: partconf.cpp Particle.h
-diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
-index 7a6d26b..b4ed9ae 100644
 a/src/tools/CMakeLists.txt
-+++ b/src/tools/CMakeLists.txt
-@@ -47,10 +47,10 @@ ENDIF(GLUT_FOUND AND OPENGL_FOUND)
- ADD_EXECUTABLE(partinfo partinfo.cpp)
- target_link_libraries(partinfo ${PARTIO_LIBRARIES})
- 
--ADD_EXECUTABLE(partconv partconv.cpp)
--target_link_libraries(partconv ${PARTIO_LIBRARIES})
-+ADD_EXECUTABLE(partconvert partconvert.cpp)
-+target_link_libraries(partconvert ${PARTIO_LIBRARIES})
- 
- ADD_EXECUTABLE(partattr partattr.cpp)
- target_link_libraries(partattr ${PARTIO_LIBRARIES})
- 
--install(TARGETS partattr partconv partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
-+install(TARGETS partattr partconvert partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
-diff --git a/src/tools/partconv.cpp b/src/tools/partconvert.cpp
-similarity index 100%
-rename from src/tools/partconv.cpp
-rename to src/tools/partconvert.cpp
--- 
-2.14.1
-



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2021-03-05 Thread Sam James
commit: 15b3419627513d35216d8671ad822e550fd209c8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar  5 18:38:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  5 18:38:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b34196

media-libs/partio: Keyword 1.10.1 arm64, #556758

Signed-off-by: Sam James  gentoo.org>

 media-libs/partio/partio-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 900b5feb806..02a27dab96e 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2021-02-21 Thread Sam James
commit: c37d24c05730b12271893a480792ace7d0b25fd0
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 22 07:12:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 22 07:12:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37d24c0

media-libs/partio: Keyword 1.10.1 arm, #556758

Signed-off-by: Sam James  gentoo.org>

 media-libs/partio/partio-1.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 350c77be27d..900b5feb806 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-10-25 Thread Thomas Deutschmann
commit: be486b44223e744e52277b2358b63788491add79
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 19:45:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 19:46:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be486b44

media-libs/partio: x86 stable (bug #739920)

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

 media-libs/partio/partio-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 670bbd70b48..9e5f356dce5 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: 93ad57d3ae43b9bc6a222326eb03a59f848c5a0c
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Tue Aug 18 09:10:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:29:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ad57d3

media-libs/partio: Version bump to 1.10.1

This bumps partio to 1.10.1, and contains support for python 3.7 and
3.8

Signed-off-by: Adrian Grigo  yahoo.com.au>
Closes: https://bugs.gentoo.org/696600
Closes: https://bugs.gentoo.org/737398
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/Manifest |  1 +
 media-libs/partio/partio-1.10.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 6ed91b8ecc2..331a9dcc23a 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1,2 +1,3 @@
 DIST partio-1.1.0_p20170829.tar.gz 275959 BLAKE2B 
441c2d0ab9dd91fa52a826d49f7448dc4d5d0a8d6b72bdb58793dd3c97d86739b25e582bdff41160599489a2835ad8e68676012cb70ef8edff062df3205ab209
 SHA512 
daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
+DIST partio-1.10.1.tar.gz 333129 BLAKE2B 
82d1dd36e9854e221af036d386ecdc558ac032ad7cd720403787ddc83ac236f05fd86e8c07ade07ca93b06a12ac2b834c96a6d43265e396934e44a815df003d3
 SHA512 
7d3c6449ebd1e8b8a29298a3119acfd1036970b287e9cd5f288a63c7e2b3bf451e9e1ba8fc72f203e225eb2b062d59cd7373817ccc6467de67427d02c0b12477
 DIST partio-1.5.4.tar.gz 291617 BLAKE2B 
638fae984d392e1e6c95862ad9a8dd8b8a0d80b2c83dfd03e887af36e420d15fd67f0b2c71e5e8c335668b512660bf14f03a1329ac0d7a48431674a51043585d
 SHA512 
967da5b648b19c45bd0c3c8ff56f891e2d54a07b2cd113f18d5d0b646cbfabd968e31ee48c0e167bf9a911d8d5af42d5291b355da305a2b9134fa78fc23e5636

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
new file mode 100644
index 000..011f45bc931
--- /dev/null
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+inherit cmake python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wdas/partio.git;
+else
+   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Library for particle IO and manipulation"
+HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   dev-lang/swig
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
+"
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib
+   virtual/opengl
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package doc Doxygen)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: fcd2562b0f203c3133738d93536d28adfff691bb
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Fri Aug 28 02:00:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:30:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd2562b

media-libs/partio: Correct zlib subslot operator and add BDEPEND

Zlib uses a subslot 0/1, so use the := operator to ensure partio
recompiles when zlib changes subslots.

Swig and the doc dependencies are moved to bdepend.

All dependencies have been sorted.

Signed-off-by: Adrian Grigo  yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild |  8 +---
 media-libs/partio/partio-1.10.1.ebuild  | 13 +++--
 media-libs/partio/partio-1.5.4.ebuild   | 14 --
 media-libs/partio/partio-.ebuild| 14 --
 4 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 15ae1729b23..df16e2b84cf 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -20,11 +20,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut
-   virtual/opengl
sys-libs/zlib:=
+   virtual/opengl
 "
 
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   dev-lang/swig
doc? (
app-doc/doxygen
dev-texlive/texlive-bibtexextra
@@ -33,7 +36,6 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
)
-   dev-lang/swig:*
 "
 
 PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" )

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 80c7e983dc0..670bbd70b48 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -22,6 +22,13 @@ SLOT="0"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib:=
+   virtual/opengl
+"
+DEPEND="${RDEPEND}"
+
 BDEPEND="
dev-lang/swig
doc? (
@@ -33,12 +40,6 @@ BDEPEND="
dev-texlive/texlive-latexextra
)
 "
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index 0a25a1e6946..8290291a008 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -22,6 +22,14 @@ SLOT="0"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib:=
+   virtual/opengl
+"
+
+DEPEND="${RDEPEND}"
+
 BDEPEND="
dev-lang/swig
doc? (
@@ -33,12 +41,6 @@ BDEPEND="
dev-texlive/texlive-latexextra
)
 "
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index 80c7e983dc0..bfe67c28fe5 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -22,6 +22,14 @@ SLOT="0"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib:=
+   virtual/opengl
+"
+
+DEPEND="${RDEPEND}"
+
 BDEPEND="
dev-lang/swig
doc? (
@@ -33,12 +41,6 @@ BDEPEND="
dev-texlive/texlive-latexextra
)
 "
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: 1f532de2db8ab319785aeb5010591a4cec0a5cf3
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Fri Aug 28 02:06:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:30:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f532de2

media-libs/partio: Avoid redundantly setting CMAKE_INSTALL_DOCDIR

CMAKE_INSTALL_DOCDIR is set by the cmake ebuild, so there is no need
to explicitly set it in mycmakeargs.

Signed-off-by: Adrian Grigo  yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17155
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 02803eb335b..35611da438a 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -49,7 +49,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
$(cmake_use_find_package doc Doxygen)
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
)
 
cmake_src_configure



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: 9ffd0f7060fccb62a83c9c7665cf358daaf54a2d
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Fri Aug 28 02:03:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffd0f70

media-libs/partio: Call cmake_src_prepare at end of src_prepare

partio 1.1.0 uses sed to remove the tests from CMakeLists.txt, which
should be completed before calling cmake_src_prepare.

Signed-off-by: Adrian Grigo  yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index df16e2b84cf..02803eb335b 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -41,9 +41,9 @@ BDEPEND="
 PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" )
 
 src_prepare() {
-   cmake_src_prepare
-
sed -e '/ADD_SUBDIRECTORY (src\/tests)/d' -i CMakeLists.txt || die
+
+   cmake_src_prepare
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: 9edb633edd846633a8da8e8035ba86462a9a03c2
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Fri Aug 28 01:53:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:29:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edb633e

media-libs/partio: Support python 3.6 through 3.9

Partio compiles with python 3.6, 3.7, 3.8 and 3.9

Signed-off-by: Adrian Grigo  yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +-
 media-libs/partio/partio-1.10.1.ebuild  | 2 +-
 media-libs/partio/partio-1.5.4.ebuild   | 2 +-
 media-libs/partio/partio-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 6302f670077..15ae1729b23 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit cmake vcs-snapshot python-single-r1
 

diff --git a/media-libs/partio/partio-1.10.1.ebuild 
b/media-libs/partio/partio-1.10.1.ebuild
index 011f45bc931..80c7e983dc0 100644
--- a/media-libs/partio/partio-1.10.1.ebuild
+++ b/media-libs/partio/partio-1.10.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index d4bc76916ca..0a25a1e6946 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index 011f45bc931..80c7e983dc0 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: afc13ea9aa06e9648b6859d849f0d86de6d2515e
Author: Adrian Grigo  yahoo  com  au>
AuthorDate: Tue Aug 18 09:06:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc13ea9

media-libs/partio: Add python 3.7 and 3.8 support

The existing versions of partio work with python 3.7 and 3.8

Updates to EAPI 7 and migration from cmake-utils to cmake
were also completed for 1.1.0, but this is old now and could
likely be dropped.

Signed-off-by: Adrian Grigo  yahoo.com.au>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 12 ++--
 media-libs/partio/partio-1.5.4.ebuild   |  2 +-
 media-libs/partio/partio-.ebuild|  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index ee193c6eb05..6302f670077 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
 
-inherit cmake-utils vcs-snapshot python-single-r1
+inherit cmake vcs-snapshot python-single-r1
 
 DESCRIPTION="A library for particle IO and manipulation"
 HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
@@ -39,16 +39,16 @@ DEPEND="${RDEPEND}
 PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
sed -e '/ADD_SUBDIRECTORY (src\/tests)/d' -i CMakeLists.txt || die
 }
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package doc Doxygen)
+   $(cmake_use_find_package doc Doxygen)
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index 0ddd8b103c2..d4bc76916ca 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index 6552a1f56fd..011f45bc931 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{7,8} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-09-01 Thread Michał Górny
commit: 7ce0d5ea9e26cd04c397434e92befee35def7a6b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 10:30:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 10:30:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce0d5ea

media-libs/partio: Remove redundant longdesc

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

 media-libs/partio/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-libs/partio/metadata.xml b/media-libs/partio/metadata.xml
index 46bfe4664d5..62877a1e8fa 100644
--- a/media-libs/partio/metadata.xml
+++ b/media-libs/partio/metadata.xml
@@ -9,9 +9,6 @@
proxy-ma...@gentoo.org
Proxy Maintainers

-   
-   A library for particle IO and manipulation
-   

wdas/partio




[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-03-01 Thread Matthias Maier
commit: 3726e701a2e91b547c95127e055a4fbcb7579308
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Mar  1 18:19:27 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Mar  1 18:35:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3726e701

media-libs/partio: remove app-doc/doxygen[latex] dependency

Bug: https://bugs.gentoo.org/430914
Bug: https://bugs.gentoo.org/709316
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthias Maier  gentoo.org>

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 9 -
 media-libs/partio/partio-1.5.4.ebuild   | 9 -
 media-libs/partio/partio-.ebuild| 9 -
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 9227c54e172..ee193c6eb05 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -25,7 +25,14 @@ RDEPEND="${PYTHON_DEPS}
 "
 
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen[latex] )
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
dev-lang/swig:*
 "
 

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index dd11e597470..0ddd8b103c2 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -24,7 +24,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="
dev-lang/swig
-   doc? ( app-doc/doxygen[latex] )
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
 "
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index fb1771b479c..6552a1f56fd 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -24,7 +24,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 BDEPEND="
dev-lang/swig
-   doc? ( app-doc/doxygen[latex] )
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-bibtexextra
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
+   dev-texlive/texlive-latexextra
+   )
 "
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2020-02-10 Thread Michał Górny
commit: f97d4ae5d1a17e34ad827c05bfcdbe2adbec2375
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 11:58:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 12:12:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97d4ae5

media-libs/partio: Remove py2

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

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +-
 media-libs/partio/partio-1.5.4.ebuild   | 2 +-
 media-libs/partio/partio-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 51dabc8a847..9227c54e172 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils vcs-snapshot python-single-r1
 

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index 3fea34e9cda..dd11e597470 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index e081be1b58f..fb1771b479c 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2019-06-27 Thread Andreas Sturmlechner
commit: 317b1aef9b6ea949a4c3de2166ee80ff463040a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 12:07:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317b1aef

media-libs/partio: Drop 1.5.0

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/partio/Manifest|  1 -
 media-libs/partio/partio-1.5.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 9b66c2b3a92..6ed91b8ecc2 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1,3 +1,2 @@
 DIST partio-1.1.0_p20170829.tar.gz 275959 BLAKE2B 
441c2d0ab9dd91fa52a826d49f7448dc4d5d0a8d6b72bdb58793dd3c97d86739b25e582bdff41160599489a2835ad8e68676012cb70ef8edff062df3205ab209
 SHA512 
daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
-DIST partio-1.5.0.tar.gz 291604 BLAKE2B 
d0d6eab4ef541e61fe4498b4cdd8b9c60e62545a040d3f26b8a7b2d8adaa36c45f28c8a05df24c47dc504ec1dd4fb7bfec1fe5b08f6a035a0b3fdcdceacc46fc
 SHA512 
10db9cfe691fd2341e2613132ad7f8d363007a62a5b5cb6226c53360e2e47d1be77c4d87ae31bd7537790cc8ba8bac7eef229c21fcd8227d98d2ab2154aac559
 DIST partio-1.5.4.tar.gz 291617 BLAKE2B 
638fae984d392e1e6c95862ad9a8dd8b8a0d80b2c83dfd03e887af36e420d15fd67f0b2c71e5e8c335668b512660bf14f03a1329ac0d7a48431674a51043585d
 SHA512 
967da5b648b19c45bd0c3c8ff56f891e2d54a07b2cd113f18d5d0b646cbfabd968e31ee48c0e167bf9a911d8d5af42d5291b355da305a2b9134fa78fc23e5636

diff --git a/media-libs/partio/partio-1.5.0.ebuild 
b/media-libs/partio/partio-1.5.0.ebuild
deleted file mode 100644
index f8604288bad..000
--- a/media-libs/partio/partio-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit cmake-utils python-single-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wdas/partio.git;
-else
-   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A library for particle IO and manipulation"
-HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   media-libs/freeglut
-   sys-libs/zlib:=
-   virtual/opengl
-"
-
-DEPEND="${RDEPEND}
-   dev-lang/swig:*
-   doc? ( app-doc/doxygen[latex] )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package doc Doxygen)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2019-06-13 Thread Agostino Sarubbo
commit: 3f70e8c32a9d946083f37e0f44300df0447754b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 13 14:49:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 13 14:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f70e8c3

media-libs/partio: amd64 stable wrt bug #687742

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

 media-libs/partio/partio-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index d2cc1fb6dfb..84a16405729 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2019-06-10 Thread Thomas Deutschmann
commit: 991c6c9470e62ecb5c2163e826431a3506cbd0d4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 10 19:47:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 10 19:50:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991c6c94

media-libs/partio: x86 stable (bug #687742)

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

 media-libs/partio/partio-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index 1b109fd6da7..d2cc1fb6dfb 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Library for particle IO and manipulation"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2019-06-09 Thread Andreas Sturmlechner
commit: 71ad114718ab0ce7934ac6016c7b313c5f3ea4a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  9 21:41:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  9 21:42:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ad1147

media-libs/partio: EAPI-7 bump, bring  up to speed w/ 1.5.4

Improve DESCRIPTION, sort DEPENDs.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/partio/partio-1.5.4.ebuild | 18 --
 media-libs/partio/partio-.ebuild  | 29 +++--
 2 files changed, 19 insertions(+), 28 deletions(-)

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
index f8604288bad..1b109fd6da7 100644
--- a/media-libs/partio/partio-1.5.4.ebuild
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -1,11 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
 inherit cmake-utils python-single-r1
 
 if [[ ${PV} == * ]]; then
@@ -16,7 +14,7 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="A library for particle IO and manipulation"
+DESCRIPTION="Library for particle IO and manipulation"
 HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
 
 LICENSE="BSD"
@@ -24,16 +22,16 @@ SLOT="0"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+BDEPEND="
+   dev-lang/swig
+   doc? ( app-doc/doxygen[latex] )
+"
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut
-   sys-libs/zlib:=
+   sys-libs/zlib
virtual/opengl
 "
-
-DEPEND="${RDEPEND}
-   dev-lang/swig:*
-   doc? ( app-doc/doxygen[latex] )
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
index 8c68311fbd9..1b109fd6da7 100644
--- a/media-libs/partio/partio-.ebuild
+++ b/media-libs/partio/partio-.ebuild
@@ -1,23 +1,20 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit cmake-utils vcs-snapshot python-single-r1
+inherit cmake-utils python-single-r1
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/wdas/partio.git;
 else
-   MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5"
-   SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="A library for particle IO and manipulation"
+DESCRIPTION="Library for particle IO and manipulation"
 HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
 
 LICENSE="BSD"
@@ -25,24 +22,20 @@ SLOT="0"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+BDEPEND="
+   dev-lang/swig
+   doc? ( app-doc/doxygen[latex] )
+"
 RDEPEND="${PYTHON_DEPS}
media-libs/freeglut
+   sys-libs/zlib
virtual/opengl
-   sys-libs/zlib:="
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen[latex] )
-   dev-lang/swig:*"
-
-src_prepare() {
-   cmake-utils_src_prepare
-   cmake_comment_add_subdirectory "src/tests"
-}
+"
+DEPEND="${RDEPEND}"
 
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package doc Doxygen)
-   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
)
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-08-15 Thread Jonathan Scruggs
commit: 80322142bb1c3729719f8a68de6f03c5338f143e
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Wed Aug 15 17:28:02 2018 +
Commit: Jonathan Scruggs  gentoo  org>
CommitDate: Wed Aug 15 20:08:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80322142

media-libs/partio: bump to version 1.5.4

Closes: https://github.com/gentoo/gentoo/pull/9581

 media-libs/partio/Manifest|  1 +
 media-libs/partio/partio-1.5.4.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index b67a47490ad..9b66c2b3a92 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1,2 +1,3 @@
 DIST partio-1.1.0_p20170829.tar.gz 275959 BLAKE2B 
441c2d0ab9dd91fa52a826d49f7448dc4d5d0a8d6b72bdb58793dd3c97d86739b25e582bdff41160599489a2835ad8e68676012cb70ef8edff062df3205ab209
 SHA512 
daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
 DIST partio-1.5.0.tar.gz 291604 BLAKE2B 
d0d6eab4ef541e61fe4498b4cdd8b9c60e62545a040d3f26b8a7b2d8adaa36c45f28c8a05df24c47dc504ec1dd4fb7bfec1fe5b08f6a035a0b3fdcdceacc46fc
 SHA512 
10db9cfe691fd2341e2613132ad7f8d363007a62a5b5cb6226c53360e2e47d1be77c4d87ae31bd7537790cc8ba8bac7eef229c21fcd8227d98d2ab2154aac559
+DIST partio-1.5.4.tar.gz 291617 BLAKE2B 
638fae984d392e1e6c95862ad9a8dd8b8a0d80b2c83dfd03e887af36e420d15fd67f0b2c71e5e8c335668b512660bf14f03a1329ac0d7a48431674a51043585d
 SHA512 
967da5b648b19c45bd0c3c8ff56f891e2d54a07b2cd113f18d5d0b646cbfabd968e31ee48c0e167bf9a911d8d5af42d5291b355da305a2b9134fa78fc23e5636

diff --git a/media-libs/partio/partio-1.5.4.ebuild 
b/media-libs/partio/partio-1.5.4.ebuild
new file mode 100644
index 000..2aaed0b7b0b
--- /dev/null
+++ b/media-libs/partio/partio-1.5.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wdas/partio.git;
+else
+   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A library for particle IO and manipulation"
+HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib:=
+   virtual/opengl
+"
+
+DEPEND="${RDEPEND}
+   dev-lang/swig:*
+   doc? ( app-doc/doxygen[latex] )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package doc Doxygen)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-08-07 Thread Jonathan Scruggs
commit: 1bf227e78fa5fe55a04235f3b15d352e75a59623
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Tue Aug  7 09:20:13 2018 +
Commit: Jonathan Scruggs  gentoo  org>
CommitDate: Tue Aug  7 16:45:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf227e7

media-libs/partio: bump to version 1.5.0

Tests work again, so re-enable.
Closes: https://github.com/gentoo/gentoo/pull/9481

 media-libs/partio/Manifest|  1 +
 media-libs/partio/partio-1.5.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
index 09e84fa0003..b67a47490ad 100644
--- a/media-libs/partio/Manifest
+++ b/media-libs/partio/Manifest
@@ -1 +1,2 @@
 DIST partio-1.1.0_p20170829.tar.gz 275959 BLAKE2B 
441c2d0ab9dd91fa52a826d49f7448dc4d5d0a8d6b72bdb58793dd3c97d86739b25e582bdff41160599489a2835ad8e68676012cb70ef8edff062df3205ab209
 SHA512 
daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
+DIST partio-1.5.0.tar.gz 291604 BLAKE2B 
d0d6eab4ef541e61fe4498b4cdd8b9c60e62545a040d3f26b8a7b2d8adaa36c45f28c8a05df24c47dc504ec1dd4fb7bfec1fe5b08f6a035a0b3fdcdceacc46fc
 SHA512 
10db9cfe691fd2341e2613132ad7f8d363007a62a5b5cb6226c53360e2e47d1be77c4d87ae31bd7537790cc8ba8bac7eef229c21fcd8227d98d2ab2154aac559

diff --git a/media-libs/partio/partio-1.5.0.ebuild 
b/media-libs/partio/partio-1.5.0.ebuild
new file mode 100644
index 000..2aaed0b7b0b
--- /dev/null
+++ b/media-libs/partio/partio-1.5.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wdas/partio.git;
+else
+   SRC_URI="https://github.com/wdas/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A library for particle IO and manipulation"
+HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   sys-libs/zlib:=
+   virtual/opengl
+"
+
+DEPEND="${RDEPEND}
+   dev-lang/swig:*
+   doc? ( app-doc/doxygen[latex] )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package doc Doxygen)
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-07-14 Thread David Seifert
commit: d82165bfefd38aafc92642ab0b7e45aec6780fae
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 15 02:41:36 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 15 02:44:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82165bf

media-libs/partio: Add live ebuild

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 media-libs/partio/partio-.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/media-libs/partio/partio-.ebuild 
b/media-libs/partio/partio-.ebuild
new file mode 100644
index 000..45be65d43fd
--- /dev/null
+++ b/media-libs/partio/partio-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils vcs-snapshot python-single-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/wdas/partio.git;
+else
+   MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5"
+   SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A library for particle IO and manipulation"
+HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   virtual/opengl
+   sys-libs/zlib:="
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen[latex] )
+   dev-lang/swig:*"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   cmake_comment_add_subdirectory "src/tests"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package doc Doxygen)
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-03-30 Thread Aaron Bauman
commit: 6bd7492f407a7187a5712652a1abac8ec0c98eb2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 30 15:43:05 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 16:04:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd7492f

media-libs/partio: amd64 stable

Bug: https://bugs.gentoo.org/642270
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 00bb039c1b3..db631a62fd6 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-03-26 Thread Aaron Bauman
commit: 0e37e916192d6d49ac775dba5878bf6171eabfa9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Mar 26 18:06:14 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 18:37:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e37e916

media-libs/partio: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7628

 media-libs/partio/partio-1.1.0_p20170829.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index 0ca9c31c266..00bb039c1b3 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit cmake-utils vcs-snapshot python-single-r1
 
 DESCRIPTION="A library for particle IO and manipulation"
-HOMEPAGE="http://www.disneyanimation.com/technology/partio.html;
+HOMEPAGE="https://www.disneyanimation.com/technology/partio.html;
 
 MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5"
 SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2018-01-27 Thread Jonathan Scruggs
commit: 9b96a40b770254b73a78c5671ca9262bb6c911cc
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Sat Jan 27 15:00:40 2018 +
Commit: Jonathan Scruggs  gentoo  org>
CommitDate: Sat Jan 27 17:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b96a40b

media-libs/partio: update metadata information

 media-libs/partio/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/partio/metadata.xml b/media-libs/partio/metadata.xml
index a8653bfa5b1..ac8d8a3f829 100644
--- a/media-libs/partio/metadata.xml
+++ b/media-libs/partio/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   j.scru...@gmail.com
+   dracw...@gentoo.org
Jonathan Scruggs





[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/files/, media-libs/partio/

2017-09-23 Thread David Seifert
commit: 20f5135974db37f56ae4c7d80f1267b421f21ebd
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Sat Sep 23 15:59:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep 23 16:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f51359

media-libs/partio: Add patch to avoid naming conflicts

* partconv collides with a file from dev-games/crystalspace

Closes: https://bugs.gentoo.org/631834
Closes: https://github.com/gentoo/gentoo/pull/5776

 .../files/partio-1.1.0-Rename-partconv.patch   | 65 ++
 media-libs/partio/partio-1.1.0_p20170829.ebuild|  2 +
 2 files changed, 67 insertions(+)

diff --git a/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch 
b/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
new file mode 100644
index 000..35f7c1244f3
--- /dev/null
+++ b/media-libs/partio/files/partio-1.1.0-Rename-partconv.patch
@@ -0,0 +1,65 @@
+From 7042285af5491fd3c2727fa24a7fd44145c066e5 Mon Sep 17 00:00:00 2001
+From: Jonathan Scruggs 
+Date: Sat, 23 Sep 2017 16:43:37 +0100
+Subject: [PATCH] Rename partconv to partconvert to avoid file collisions
+
+* partconv is the name of a program used by Crystal Space
+
+Closes: https://bugs.gentoo.org/631834
+---
+ README.md  | 2 +-
+ src/Makefile   | 2 +-
+ src/tools/CMakeLists.txt   | 6 +++---
+ src/tools/{partconv.cpp => partconvert.cpp} | 0
+ 4 files changed, 5 insertions(+), 5 deletions(-)
+ rename src/tools/{partconv.cpp => partconvert.cpp} (100%)
+
+diff --git a/README.md b/README.md
+index 0a3ac19..4cd12c3 100644
+--- a/README.md
 b/README.md
+@@ -56,7 +56,7 @@ src/
+doc/  Doxygen documentation and (the start of) a manual
+tests/Start of regression tests (I need more)
+tools/Useful tools 
+- partconv  
++ partconvert  
+  partinfo 
+  partview 
+ 
+diff --git a/src/Makefile b/src/Makefile
+index 0ced80e..ca4f965 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -25,4 +25,4 @@ reader/BGEO.o: reader/BGEO.cpp Particle.h ParticleSimple.h \
+ reader/PDB.o: reader/PDB.cpp Particle.h ParticleSimple.h \
+   reader/../Particle.h reader/pdb.h
+ partinfo.o: partinfo.cpp Particle.h
+-partconv.o: partconf.cpp Particle.h
+\ No newline at end of file
++partconvert.o: partconf.cpp Particle.h
+diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
+index 7a6d26b..b4ed9ae 100644
+--- a/src/tools/CMakeLists.txt
 b/src/tools/CMakeLists.txt
+@@ -47,10 +47,10 @@ ENDIF(GLUT_FOUND AND OPENGL_FOUND)
+ ADD_EXECUTABLE(partinfo partinfo.cpp)
+ target_link_libraries(partinfo ${PARTIO_LIBRARIES})
+ 
+-ADD_EXECUTABLE(partconv partconv.cpp)
+-target_link_libraries(partconv ${PARTIO_LIBRARIES})
++ADD_EXECUTABLE(partconvert partconvert.cpp)
++target_link_libraries(partconvert ${PARTIO_LIBRARIES})
+ 
+ ADD_EXECUTABLE(partattr partattr.cpp)
+ target_link_libraries(partattr ${PARTIO_LIBRARIES})
+ 
+-install(TARGETS partattr partconv partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
++install(TARGETS partattr partconvert partinfo DESTINATION 
${CMAKE_INSTALL_BINDIR})
+diff --git a/src/tools/partconv.cpp b/src/tools/partconvert.cpp
+similarity index 100%
+rename from src/tools/partconv.cpp
+rename to src/tools/partconvert.cpp
+-- 
+2.14.1
+

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
index f5e7281f95e..bbba8e72a91 100644
--- a/media-libs/partio/partio-1.1.0_p20170829.ebuild
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
dev-lang/swig:*
 "
 
+PATCHES=( "${FILESDIR}/${PN}-1.1.0-Rename-partconv.patch" )
+
 src_prepare() {
cmake-utils_src_prepare
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/partio/

2017-09-23 Thread David Seifert
commit: 50482f3ff2816cbe2b622d56753fd031a78bfd37
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Thu Sep 21 09:21:57 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep 23 08:37:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50482f3f

media-libs/partio: New package

C++ (with python bindings) library for easily reading/writing/manipulating
common animation particle formats such as PDB, BGEO, PTC.

This is a new dependency for media-libs/osl.

Closes: https://github.com/gentoo/gentoo/pull/5752

 media-libs/partio/Manifest  |  1 +
 media-libs/partio/metadata.xml  | 22 
 media-libs/partio/partio-1.1.0_p20170829.ebuild | 45 +
 3 files changed, 68 insertions(+)

diff --git a/media-libs/partio/Manifest b/media-libs/partio/Manifest
new file mode 100644
index 000..2eb456d122a
--- /dev/null
+++ b/media-libs/partio/Manifest
@@ -0,0 +1 @@
+DIST partio-1.1.0_p20170829.tar.gz 275959 SHA256 
b3d426c4869d36a43c9b0f4a7d4ea79abedfbe223a8c1f1122cbfbbdbdae SHA512 
daedb23ae2b89d3f2ef36ef13afc624a663b3fab91c22f9a454439ff3bc194b78a87e37c9133f6948567ab3b183eff960bb51951b0427cff8c1c29099b6578d6
 WHIRLPOOL 
b6a55111025615901d12b49753b84ada896ea7835f3adaaa3ba83873b2d0a681479bde6d321a7ea0fad60a0e6d7f6c55795b9d5a1352ffe91edea5c5e92e51a4

diff --git a/media-libs/partio/metadata.xml b/media-libs/partio/metadata.xml
new file mode 100644
index 000..a8653bfa5b1
--- /dev/null
+++ b/media-libs/partio/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j.scru...@gmail.com
+   Jonathan Scruggs
+   
+   
+   agrigo2...@yahoo.com.au
+   Adrian Grigo
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   A library for particle IO and manipulation
+   
+   
+   wdas/partio
+   
+

diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild 
b/media-libs/partio/partio-1.1.0_p20170829.ebuild
new file mode 100644
index 000..f5e7281f95e
--- /dev/null
+++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit cmake-utils vcs-snapshot python-single-r1
+
+DESCRIPTION="A library for particle IO and manipulation"
+HOMEPAGE="http://www.disneyanimation.com/technology/partio.html;
+
+MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5"
+SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   media-libs/freeglut
+   virtual/opengl
+   sys-libs/zlib:=
+"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen[latex] )
+   dev-lang/swig:*
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   sed -e '/ADD_SUBDIRECTORY (src\/tests)/d' -i CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package doc Doxygen)
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+   )
+
+   cmake-utils_src_configure
+}