public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2020-10-07 19:05 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-10-07 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     40d291110ed8c416b4520e2abf0f194d5bab91c9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Sep 29 07:36:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 19:01:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d29111

media-libs/libpgf: bump to 7.19.3

Bug: https://bugs.gentoo.org/745165
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17708
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/Manifest             |  1 +
 media-libs/libpgf/libpgf-7.19.3.ebuild | 38 ++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 736a10582a9..628d2992e3a 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1 +1,2 @@
 DIST libpgf-6.12.27.tar.bz2 1235651 BLAKE2B d155289398d6291d49a217a97e283d28440e398c330b3bb1006cdb2cf4c31bd7efef5db4cadd9d28812ffe4ef6deb12ab978b8feaac7c9119cff61ee26658628 SHA512 ad06b34d61219a61d06b87e05a26e8639cd7a93211943217832969c03c4dbc81fbbb287fa2d628b7e087b96e78665a3cbc78920c8ff5828dfb2a7748e04fe42a
+DIST libpgf-7.19.3.zip 1303189 BLAKE2B 129ec655241f0a152814b412c1ee5d40fc5b89daef172d1e73985e49f8ffec22ce87c6aa893dbf330b5176370d985ffd0c6a015adfbb9faf72131bc63cf0c94d SHA512 68f9734b51372f7bb39b35cf99425bac6f9cf29f0351dba8813742c41f62f394798c92f674803d1315456a9337c7af03479d43455a9e611c07f5cf47ab3e5b58

diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
new file mode 100644
index 00000000000..ed2d6c7e052
--- /dev/null
+++ b/media-libs/libpgf/libpgf-7.19.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
+HOMEPAGE="https://www.libpgf.org/"
+SRC_URI="https://master.dl.sourceforge.net/project/libpgf/libpgf/${PV}-latest/libPGF-codec-and-console-src.zip -> ${P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="
+	app-arch/unzip
+	doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}/libPGF-codec-and-console-src/PGF/Codec"
+
+src_prepare() {
+	default
+
+	# configure.ac has wrong version number
+	sed -i 's/7.15.32/7.19.3/g' configure.ac || die
+
+	if ! use doc; then
+		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2024-05-06  7:42 Viorel Munteanu
  0 siblings, 0 replies; 21+ messages in thread
From: Viorel Munteanu @ 2024-05-06  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e769e83cf7313c0aceaa89f3cebbd04b8a9e67ff
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 07:41:19 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon May  6 07:42:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e769e83c

media-libs/libpgf: drop 7.21.7-r1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r1.ebuild | 55 -------------------------------
 1 file changed, 55 deletions(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
deleted file mode 100644
index 37c2a59a03ce..000000000000
--- a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools edos2unix
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zip -> ${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="
-	app-arch/unzip
-	doc? (
-		app-text/doxygen
-		dev-texlive/texlive-fontutils
-	)
-"
-
-S="${WORKDIR}/libpgf"
-
-src_prepare() {
-	default
-
-	# configure.ac has wrong version number
-	sed -i "s/7.15.32/${PV}/g" configure.ac || die
-
-	# many files, including configure.ac and Makefile.am, are saved in dos format, causing errors in autotools
-	edos2unix *.{am,ac,in,sh} */*.{am,in}
-
-	# the package does not respect --docdir and installs docs in /usr/share/doc/${PN}
-	sed -i -e 's/\$(DOC_DIR)/$(DESTDIR)@docdir@/' doc/Makefile.am || die
-
-	if ! use doc; then
-		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_install() {
-	default
-
-	if use doc; then
-		docinto pdf
-		dodoc doc/*.pdf doc/latex/*.pdf
-	fi
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2024-05-05  9:33 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-05-05  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dbdef358558cbbbc8f57abdc9a2d91523776449f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 09:32:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 09:32:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdef358

media-libs/libpgf: Stabilize 7.21.7-r2 amd64, #931235

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r2.ebuild b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
index 1cb3334335d0..2958a11bd83c 100644
--- a/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/libpgf"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2024-05-05  9:33 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2024-05-05  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8774cacb7515e2811381f5cd4b761c093f587f7b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 09:32:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 09:32:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8774cacb

media-libs/libpgf: Stabilize 7.21.7-r2 x86, #931235

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r2.ebuild b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
index 2958a11bd83c..980ef8ff11e2 100644
--- a/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/libpgf"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2022-12-19 19:35 Viorel Munteanu
  0 siblings, 0 replies; 21+ messages in thread
From: Viorel Munteanu @ 2022-12-19 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     521740a824c00d46888dae512dae8419c5604d60
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 19:33:43 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 19:34:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521740a8

media-libs/libpgf: drop 7.21.7

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7.ebuild | 47 ----------------------------------
 media-libs/libpgf/metadata.xml         |  3 +++
 2 files changed, 3 insertions(+), 47 deletions(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild
deleted file mode 100644
index 38c981e62582..000000000000
--- a/media-libs/libpgf/libpgf-7.21.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools edos2unix
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zip -> ${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="
-	app-arch/unzip
-	doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/libpgf"
-
-src_prepare() {
-	default
-
-	# configure.ac has wrong version number
-	sed -i "s/7.15.32/${PV}/g" configure.ac || die
-
-	# many files, including configure.ac and Makefile.am, are saved in dos format, causing errors in autotools
-	edos2unix *.{am,ac,in,sh} */*.{am,in}
-
-	if ! use doc; then
-		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --disable-static
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/libpgf/metadata.xml b/media-libs/libpgf/metadata.xml
index b22a815172dd..d9ebb7cecc3d 100644
--- a/media-libs/libpgf/metadata.xml
+++ b/media-libs/libpgf/metadata.xml
@@ -5,4 +5,7 @@
 		<email>ceamac@gentoo.org</email>
 		<name>Viorel Munteanu</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">libpgf</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2022-12-19 18:21 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-12-19 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f99e9f921a65c8d7af0d9bb6a62179914278c2e6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:21:27 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 18:21:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99e9f92

media-libs/libpgf: Stabilize 7.21.7-r1 x86, #887125

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
index a1f9328144bb..169c2c936e42 100644
--- a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2022-12-19 18:21 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2022-12-19 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c917d27d59b3977b5a447bb02f34ffe8b246dc28
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 18:21:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 18:21:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c917d27d

media-libs/libpgf: Stabilize 7.21.7-r1 amd64, #887125

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
index 169c2c936e42..6caea517cc04 100644
--- a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2022-11-15  5:32 Viorel Munteanu
  0 siblings, 0 replies; 21+ messages in thread
From: Viorel Munteanu @ 2022-11-15  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     de6493aaab94e73c3ea16a7c49d5241b65eeddff
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 12:02:15 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 05:32:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6493aa

media-libs/libpgf: Fix installation with USE=doc

Closes: https://bugs.gentoo.org/869806
Closes: https://github.com/gentoo/gentoo/pull/28253
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7-r1.ebuild | 55 +++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/media-libs/libpgf/libpgf-7.21.7-r1.ebuild b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
new file mode 100644
index 000000000000..a1f9328144bb
--- /dev/null
+++ b/media-libs/libpgf/libpgf-7.21.7-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools edos2unix
+
+DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
+HOMEPAGE="https://www.libpgf.org/"
+SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zip -> ${P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="
+	app-arch/unzip
+	doc? (
+		app-doc/doxygen
+		dev-texlive/texlive-fontutils
+	)
+"
+
+S="${WORKDIR}/libpgf"
+
+src_prepare() {
+	default
+
+	# configure.ac has wrong version number
+	sed -i "s/7.15.32/${PV}/g" configure.ac || die
+
+	# many files, including configure.ac and Makefile.am, are saved in dos format, causing errors in autotools
+	edos2unix *.{am,ac,in,sh} */*.{am,in}
+
+	# the package does not respect --docdir and installs docs in /usr/share/doc/${PN}
+	sed -i -e 's/\$(DOC_DIR)/$(DESTDIR)@docdir@/' doc/Makefile.am || die
+
+	if ! use doc; then
+		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	if use doc; then
+		docinto pdf
+		dodoc doc/*.pdf doc/latex/*.pdf
+	fi
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2022-11-02 16:17 Viorel Munteanu
  0 siblings, 0 replies; 21+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     703463ede896e7756ea3decc7fd25a187cf69f71
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 10:38:07 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 16:17:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703463ed

media-libs/libpgf: add myself as a maintainer

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-libs/libpgf/metadata.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-libs/libpgf/metadata.xml b/media-libs/libpgf/metadata.xml
index 600b1d465b9c..b22a815172dd 100644
--- a/media-libs/libpgf/metadata.xml
+++ b/media-libs/libpgf/metadata.xml
@@ -1,12 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>ceamac.paragon@gmail.com</email>
+	<maintainer type="person">
+		<email>ceamac@gentoo.org</email>
 		<name>Viorel Munteanu</name>
 	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-05-23  9:13 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2021-05-23  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2f93593b28c8c3a7bb801a538144e58734beb54e
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun May 23 04:22:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 23 09:13:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f93593b

media-libs/libpgf: drop v7.19.3

Redundant, v7.21.7 has the same keywords
Bug: https://bugs.gentoo.org/791391
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20941
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libpgf/Manifest             |  1 -
 media-libs/libpgf/libpgf-7.19.3.ebuild | 38 ----------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 171990c0cdb..926cda69d95 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1,2 +1 @@
-DIST libpgf-7.19.3.zip 1303189 BLAKE2B 129ec655241f0a152814b412c1ee5d40fc5b89daef172d1e73985e49f8ffec22ce87c6aa893dbf330b5176370d985ffd0c6a015adfbb9faf72131bc63cf0c94d SHA512 68f9734b51372f7bb39b35cf99425bac6f9cf29f0351dba8813742c41f62f394798c92f674803d1315456a9337c7af03479d43455a9e611c07f5cf47ab3e5b58
 DIST libpgf-7.21.7.zip 2075722 BLAKE2B 31c5ab5930ef5658ca9b320fa3df94b7d8566467a657df6d255781664a4750d6b5cb7b351c828cad7c60b42f8cb8926c51bb0271d5c51e2484426a15f18b5eb2 SHA512 dbc17d9dce1afbeffb272df0d573059914d2ac79d652d1d43e67c49509fd6e643be8594bbd1a3058a5aa3a9d30db100c6dcf641051345049cf8f9375d49e2799

diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
deleted file mode 100644
index b54109c076f..00000000000
--- a/media-libs/libpgf/libpgf-7.19.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}-latest/libPGF-codec-and-console-src.zip -> ${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="
-	app-arch/unzip
-	doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/libPGF-codec-and-console-src/PGF/Codec"
-
-src_prepare() {
-	default
-
-	# configure.ac has wrong version number
-	sed -i 's/7.15.32/7.19.3/g' configure.ac || die
-
-	if ! use doc; then
-		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --disable-static
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-05-22 15:10 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-05-22 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0abaa3bf80578c41a4940733b496dea1d684f553
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 15:03:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 15:10:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abaa3bf

media-libs/libpgf: Stabilize 7.21.7 x86, #791391

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild
index 3cd5d484f19..38c981e6258 100644
--- a/media-libs/libpgf/libpgf-7.21.7.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-05-22 15:10 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-05-22 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb78bd46b033d2ff8c345b84200711c39c133e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 14:57:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 22 15:09:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb78bd4

media-libs/libpgf: Stabilize 7.21.7 amd64, #791391

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild
index 7d9af717760..3cd5d484f19 100644
--- a/media-libs/libpgf/libpgf-7.21.7.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-04-05 15:08 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-04-05 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     badf53a86d36be12ff81f072b972e15311395b48
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Apr  4 12:37:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 15:04:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badf53a8

media-libs/libpgf: remove .la file

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20253
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/libpgf-7.21.7.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild
index af235625eec..7d9af717760 100644
--- a/media-libs/libpgf/libpgf-7.21.7.ebuild
+++ b/media-libs/libpgf/libpgf-7.21.7.ebuild
@@ -39,3 +39,9 @@ src_prepare() {
 src_configure() {
 	econf --disable-static
 }
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-03-27 17:01 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-03-27 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     04ef5e9fccb7e6e1645f7281a3f3be1138d46898
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 11:33:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:42:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ef5e9f

media-libs/libpgf: add maintainer

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-libs/libpgf/metadata.xml b/media-libs/libpgf/metadata.xml
index 1b2becffa26..6eb1c692fd5 100644
--- a/media-libs/libpgf/metadata.xml
+++ b/media-libs/libpgf/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>ceamac.paragon@gmail.com</email>
+		<name>Viorel Munteanu</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2021-03-27 17:01 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-03-27 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d9ed3e867ee07ac2b29ab0db3a6e318e047cf6d8
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 11:26:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 16:42:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ed3e86

media-libs/libpgf: version 7.21.7

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libpgf/Manifest             |  1 +
 media-libs/libpgf/libpgf-7.21.7.ebuild | 41 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 2b74db9e51f..171990c0cdb 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1 +1,2 @@
 DIST libpgf-7.19.3.zip 1303189 BLAKE2B 129ec655241f0a152814b412c1ee5d40fc5b89daef172d1e73985e49f8ffec22ce87c6aa893dbf330b5176370d985ffd0c6a015adfbb9faf72131bc63cf0c94d SHA512 68f9734b51372f7bb39b35cf99425bac6f9cf29f0351dba8813742c41f62f394798c92f674803d1315456a9337c7af03479d43455a9e611c07f5cf47ab3e5b58
+DIST libpgf-7.21.7.zip 2075722 BLAKE2B 31c5ab5930ef5658ca9b320fa3df94b7d8566467a657df6d255781664a4750d6b5cb7b351c828cad7c60b42f8cb8926c51bb0271d5c51e2484426a15f18b5eb2 SHA512 dbc17d9dce1afbeffb272df0d573059914d2ac79d652d1d43e67c49509fd6e643be8594bbd1a3058a5aa3a9d30db100c6dcf641051345049cf8f9375d49e2799

diff --git a/media-libs/libpgf/libpgf-7.21.7.ebuild b/media-libs/libpgf/libpgf-7.21.7.ebuild
new file mode 100644
index 00000000000..af235625eec
--- /dev/null
+++ b/media-libs/libpgf/libpgf-7.21.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools edos2unix
+
+DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
+HOMEPAGE="https://www.libpgf.org/"
+SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zip -> ${P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="
+	app-arch/unzip
+	doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}/libpgf"
+
+src_prepare() {
+	default
+
+	# configure.ac has wrong version number
+	sed -i "s/7.15.32/${PV}/g" configure.ac || die
+
+	# many files, including configure.ac and Makefile.am, are saved in dos format, causing errors in autotools
+	edos2unix *.{am,ac,in,sh} */*.{am,in}
+
+	if ! use doc; then
+		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
+	fi
+
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-static
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2020-10-13 13:11 Joonas Niilola
  0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2020-10-13 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cefaa08227c16dfccade431fb8fb89eaa2dade59
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Oct 13 10:05:34 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 13:11:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefaa082

media-libs/libpgf: security cleanup

Bug: https://bugs.gentoo.org/745165
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17911
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/libpgf/Manifest              |  1 -
 media-libs/libpgf/libpgf-6.12.27.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 628d2992e3a..2b74db9e51f 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1,2 +1 @@
-DIST libpgf-6.12.27.tar.bz2 1235651 BLAKE2B d155289398d6291d49a217a97e283d28440e398c330b3bb1006cdb2cf4c31bd7efef5db4cadd9d28812ffe4ef6deb12ab978b8feaac7c9119cff61ee26658628 SHA512 ad06b34d61219a61d06b87e05a26e8639cd7a93211943217832969c03c4dbc81fbbb287fa2d628b7e087b96e78665a3cbc78920c8ff5828dfb2a7748e04fe42a
 DIST libpgf-7.19.3.zip 1303189 BLAKE2B 129ec655241f0a152814b412c1ee5d40fc5b89daef172d1e73985e49f8ffec22ce87c6aa893dbf330b5176370d985ffd0c6a015adfbb9faf72131bc63cf0c94d SHA512 68f9734b51372f7bb39b35cf99425bac6f9cf29f0351dba8813742c41f62f394798c92f674803d1315456a9337c7af03479d43455a9e611c07f5cf47ab3e5b58

diff --git a/media-libs/libpgf/libpgf-6.12.27.ebuild b/media-libs/libpgf/libpgf-6.12.27.ebuild
deleted file mode 100644
index f63845ebade..00000000000
--- a/media-libs/libpgf/libpgf-6.12.27.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="
-	app-arch/unzip
-	doc? ( app-doc/doxygen )"
-
-src_prepare() {
-	default
-
-	if ! use doc; then
-		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --disable-static
-}
-
-src_install() {
-	default
-
-	# no static archives
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2020-10-13 10:01 Agostino Sarubbo
  0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-10-13 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     047df556c0273abd65f602b886e87c31bf1d514e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 10:01:20 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 10:01:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047df556

media-libs/libpgf: x86 stable wrt bug #745165

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
index 1b9f473c740..b54109c076f 100644
--- a/media-libs/libpgf/libpgf-7.19.3.ebuild
+++ b/media-libs/libpgf/libpgf-7.19.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}-latest/li
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2020-10-13  9:26 Agostino Sarubbo
  0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-10-13  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     462217096ed80ca02a9c2c884733c81ed8efea57
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 09:26:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 09:26:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46221709

media-libs/libpgf: amd64 stable wrt bug #745165

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
index 494a98b72c9..1b9f473c740 100644
--- a/media-libs/libpgf/libpgf-7.19.3.ebuild
+++ b/media-libs/libpgf/libpgf-7.19.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}-latest/li
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="doc"
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2020-10-07 19:05 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-10-07 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     958166477817fa5cac130bc967730d2bfff7d8e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 19:05:28 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 19:05:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95816647

media-libs/libpgf: change sourceforge URI

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
index ed2d6c7e052..494a98b72c9 100644
--- a/media-libs/libpgf/libpgf-7.19.3.ebuild
+++ b/media-libs/libpgf/libpgf-7.19.3.ebuild
@@ -7,7 +7,7 @@ inherit autotools
 
 DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
 HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://master.dl.sourceforge.net/project/libpgf/libpgf/${PV}-latest/libPGF-codec-and-console-src.zip -> ${P}.zip"
+SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}-latest/libPGF-codec-and-console-src.zip -> ${P}.zip"
 
 LICENSE="LGPL-2.1"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2019-12-12 17:31 David Seifert
  0 siblings, 0 replies; 21+ messages in thread
From: David Seifert @ 2019-12-12 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5be432b6a8dcf66c624ff4e368a97e0d81328ae7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 17:31:00 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:31:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be432b6

media-libs/libpgf: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/libpgf/libpgf-6.12.27.ebuild | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/media-libs/libpgf/libpgf-6.12.27.ebuild b/media-libs/libpgf/libpgf-6.12.27.ebuild
index 4e0807e3331..1f8156146d8 100644
--- a/media-libs/libpgf/libpgf-6.12.27.ebuild
+++ b/media-libs/libpgf/libpgf-6.12.27.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
+
 inherit autotools
 
 DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
@@ -11,13 +12,15 @@ SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs"
+IUSE="doc"
 
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
-	app-arch/unzip"
+BDEPEND="
+	app-arch/unzip
+	doc? ( app-doc/doxygen )"
 
 src_prepare() {
+	default
+
 	if ! use doc; then
 		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
 	fi
@@ -26,11 +29,12 @@ src_prepare() {
 }
 
 src_configure() {
-	econf $(use_enable static-libs static)
+	econf --disable-static
 }
 
 src_install() {
 	default
 
-	find "${ED}" -name '*.la' -delete || die
+	# no static archives
+	find "${D}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/
@ 2019-11-17 23:52 Aaron Bauman
  0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-11-17 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e2adb416fbb44f568fadd4d0c08b5d98bed92535
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 23:52:18 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 23:52:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2adb416

media-libs/libpgf: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/libpgf/Manifest              |  1 -
 media-libs/libpgf/libpgf-6.11.32.ebuild | 38 ---------------------------------
 2 files changed, 39 deletions(-)

diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 60f9aacd243..736a10582a9 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1,2 +1 @@
-DIST libpgf-6.11.32.tar.bz2 83174 BLAKE2B 3f11b060c4edaf57694541c3752721d63d7af32f27dcc6db008d453d5aad873a11ca7df6c7ce6ad2471800538514e4c1c6e34141497471531dfec5999e1dfe6e SHA512 2e2a181d01821e8888b0edfd697f0ef8dddc9b4d07b8245dfac22c2c5f1b6f1768ab0de47fce3cb039b788a0c8b115f7e8c45f8ecf9d3f5eeb9c38241134490e
 DIST libpgf-6.12.27.tar.bz2 1235651 BLAKE2B d155289398d6291d49a217a97e283d28440e398c330b3bb1006cdb2cf4c31bd7efef5db4cadd9d28812ffe4ef6deb12ab978b8feaac7c9119cff61ee26658628 SHA512 ad06b34d61219a61d06b87e05a26e8639cd7a93211943217832969c03c4dbc81fbbb287fa2d628b7e087b96e78665a3cbc78920c8ff5828dfb2a7748e04fe42a

diff --git a/media-libs/libpgf/libpgf-6.11.32.ebuild b/media-libs/libpgf/libpgf-6.11.32.ebuild
deleted file mode 100644
index d94e4dfb60f..00000000000
--- a/media-libs/libpgf/libpgf-6.11.32.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit autotools
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="http://www.libpgf.org/"
-SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc static-libs"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
-	app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	if ! use doc; then
-		sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
-	fi
-
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	find "${ED}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-05-06  7:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 19:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/libpgf/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-06  7:42 Viorel Munteanu
2024-05-05  9:33 Sam James
2024-05-05  9:33 Sam James
2022-12-19 19:35 Viorel Munteanu
2022-12-19 18:21 Arthur Zamarin
2022-12-19 18:21 Arthur Zamarin
2022-11-15  5:32 Viorel Munteanu
2022-11-02 16:17 Viorel Munteanu
2021-05-23  9:13 Andreas Sturmlechner
2021-05-22 15:10 Sam James
2021-05-22 15:10 Sam James
2021-04-05 15:08 Sam James
2021-03-27 17:01 Sam James
2021-03-27 17:01 Sam James
2020-10-13 13:11 Joonas Niilola
2020-10-13 10:01 Agostino Sarubbo
2020-10-13  9:26 Agostino Sarubbo
2020-10-07 19:05 Sam James
2019-12-12 17:31 David Seifert
2019-11-17 23:52 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox