Created attachment 587636 [details] ETL-1.3.11.ebuild Hi! This is an update of Synfig's ETL, a multi-platform class and template library. Synfig-1.3.11.ebuild (synfig-core) depends on ETL-1.3.11.ebuild. Please, take a look at ETL-1.3.11.ebuild DEPEND, RDEPEND, etc. and feel free to amend! I will also attach a metadata.xml with the upstream element updated.
Created attachment 587638 [details] metadata.xml (dev-cpp/ETL) upstream element updated.
Synfig's components: bug 692622 ETL-1.3.11.ebuild bug 692628 synfig-1.3.11.ebuild bug 692640 synfigstudio-1.3.11.ebuild
Comment on attachment 587638 [details] metadata.xml (dev-cpp/ETL) --- a/metadata.xml +++ b/metadata.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>lu_zero@gentoo.org</email> - <name>Luca Barbato</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">synfig</remote-id> - </upstream> + <maintainer type="person"> + <email>lu_zero@gentoo.org</email> + <name>Luca Barbato</name> + </maintainer> + <upstream> + <remote-id type="github">synfig</remote-id> + </upstream> + <longdescription lang="en"> + A multi-platform class and template library + </longdescription> </pkgmetadata> OK, so you changed the <upstream> tag's children and did some whitespace changes.
(In reply to Jeroen Roovers from comment #3) > OK, so you changed the <upstream> tag's children and did some whitespace > changes. Precisely!
Created attachment 630934 [details] dev-cpp/ETL-1.3.11.ebuild Fix SRC_URI.
Created attachment 630936 [details] dev-cpp/ETL-1.3.13.ebuild Bump version.
Created attachment 630938 [details] Manifest (dev-cpp/ETL) Add Manifest file for both v1.3.11 and v1.3.13.
Created attachment 633964 [details] Alternative CMake-based ETL-1.3.13.ebuild Slightly improved version from the one I posted in bug #111277, based on the work of Samuel Bauer (bug #111278).
Is there any interest in adding this (and the synfig stuff) to the guru overlay?