Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692622 - dev-cpp/ETL-1.3.13 - multi-platform class and template library
Summary: dev-cpp/ETL-1.3.13 - multi-platform class and template library
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 692628
  Show dependency tree
 
Reported: 2019-08-20 17:47 UTC by mehw
Modified: 2021-05-13 03:32 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ETL-1.3.11.ebuild (ETL-1.3.11.ebuild,902 bytes, text/plain)
2019-08-20 17:47 UTC, mehw
Details
metadata.xml (dev-cpp/ETL) (metadata.xml,426 bytes, text/xml)
2019-08-20 17:49 UTC, mehw
Details
dev-cpp/ETL-1.3.11.ebuild (ETL-1.3.11.ebuild,903 bytes, text/plain)
2020-04-07 06:47 UTC, mehw
Details
dev-cpp/ETL-1.3.13.ebuild (ETL-1.3.13.ebuild,900 bytes, text/plain)
2020-04-07 06:48 UTC, mehw
Details
Manifest (dev-cpp/ETL) (Manifest,616 bytes, text/plain)
2020-04-07 06:49 UTC, mehw
Details
Alternative CMake-based ETL-1.3.13.ebuild (ETL-1.3.13.ebuild,608 bytes, text/plain)
2020-04-20 20:30 UTC, Alex Schaap
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mehw 2019-08-20 17:47:27 UTC
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.
Comment 1 mehw 2019-08-20 17:49:32 UTC
Created attachment 587638 [details]
metadata.xml (dev-cpp/ETL)

upstream element updated.
Comment 2 mehw 2019-08-20 18:23:52 UTC
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 3 Jeroen Roovers (RETIRED) gentoo-dev 2019-08-22 08:58:36 UTC
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.
Comment 4 mehw 2019-08-22 16:25:38 UTC
(In reply to Jeroen Roovers from comment #3)
> OK, so you changed the <upstream> tag's children and did some whitespace
> changes.

Precisely!
Comment 5 mehw 2020-04-07 06:47:49 UTC
Created attachment 630934 [details]
dev-cpp/ETL-1.3.11.ebuild

Fix SRC_URI.
Comment 6 mehw 2020-04-07 06:48:30 UTC
Created attachment 630936 [details]
dev-cpp/ETL-1.3.13.ebuild

Bump version.
Comment 7 mehw 2020-04-07 06:49:27 UTC
Created attachment 630938 [details]
Manifest (dev-cpp/ETL)

Add Manifest file for both v1.3.11 and v1.3.13.
Comment 8 Alex Schaap 2020-04-20 20:30:53 UTC
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).
Comment 9 wolfgang 2021-05-06 20:11:15 UTC
Is there any interest in adding this (and the synfig stuff) to the guru overlay?