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

2024-05-06 Thread Viorel Munteanu
commit: e769e83cf7313c0aceaa89f3cebbd04b8a9e67ff
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon May  6 07:41:19 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon May  6 07:42:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e769e83c

media-libs/libpgf: drop 7.21.7-r1

Signed-off-by: Viorel Munteanu  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..
--- 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
-}



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

2024-05-05 Thread Sam James
commit: dbdef358558cbbbc8f57abdc9a2d91523776449f
Author: Sam James  gentoo  org>
AuthorDate: Sun May  5 09:32:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  5 09:32:39 2024 +
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  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="



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

2024-05-05 Thread Sam James
commit: 8774cacb7515e2811381f5cd4b761c093f587f7b
Author: Sam James  gentoo  org>
AuthorDate: Sun May  5 09:32:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  5 09:32:41 2024 +
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  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="



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

2024-04-07 Thread Viorel Munteanu
commit: 05afd8887bc2a50d110e01aa705debb73d7430ad
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr  8 05:14:20 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr  8 05:32:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05afd888

media-libs/libpgf: fix build on musl

The patch was incomplete, redo it.

Closes: https://bugs.gentoo.org/927796
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../files/libpgf-7.21.7-remove-off64_t.patch   | 24 --
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch 
b/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch
index 9844bd589b94..c0ebd6fe431c 100644
--- a/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch
+++ b/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch
@@ -1,35 +1,27 @@
 https://bugs.gentoo.org/907091
+https://bugs.gentoo.org/927796
 
-Remove off64_t, add AC_SYS_LARGEFILE to configure.ac instead
+Remove off64_t, lseek64, add AC_SYS_LARGEFILE to configure.ac instead
 
 --- a/include/PGFplatform.h
 +++ b/include/PGFplatform.h
-@@ -341,10 +341,6 @@
- #define __POSIX__ 
- #endif 
- 
--#ifndef off64_t 
--#define off64_t off_t 
--#endif 
--
- #ifndef lseek64 
- #define lseek64 lseek 
- #endif 
-@@ -536,7 +532,7 @@
+@@ -536,8 +536,8 @@
return NoError;
}
#else
 -  off64_t ret;
+-  if ((ret = lseek64(hFile, 0, SEEK_CUR)) == -1) {
 +  off_t ret;
-   if ((ret = lseek64(hFile, 0, SEEK_CUR)) == -1) {
++  if ((ret = lseek(hFile, 0, SEEK_CUR)) == -1) {
return errno;
} else {
-@@ -554,7 +550,7 @@
+   *pos = (UINT64)ret;
+@@ -554,7 +554,7 @@
return NoError;
}
#else
 -  if ((lseek64(hFile, (off64_t)posOff, posMode)) == -1) {
-+  if ((lseek64(hFile, (off_t)posOff, posMode)) == -1) {
++  if ((lseek(hFile, (off_t)posOff, posMode)) == -1) {
return errno;
} else {
return NoError;



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

2024-03-05 Thread Viorel Munteanu
commit: e5ea9207faf58a5468d0e663d1a41b67618ab259
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Mar  6 05:50:39 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar  6 05:58:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ea9207

media-libs/libpgf: fix build on musl

Drop off64_t, add AC_SYS_LARGEFILE.

Closes: https://bugs.gentoo.org/907091
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../files/libpgf-7.21.7-remove-off64_t.patch   | 45 +
 media-libs/libpgf/libpgf-7.21.7-r2.ebuild  | 58 ++
 2 files changed, 103 insertions(+)

diff --git a/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch 
b/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch
new file mode 100644
index ..9844bd589b94
--- /dev/null
+++ b/media-libs/libpgf/files/libpgf-7.21.7-remove-off64_t.patch
@@ -0,0 +1,45 @@
+https://bugs.gentoo.org/907091
+
+Remove off64_t, add AC_SYS_LARGEFILE to configure.ac instead
+
+--- a/include/PGFplatform.h
 b/include/PGFplatform.h
+@@ -341,10 +341,6 @@
+ #define __POSIX__ 
+ #endif 
+ 
+-#ifndef off64_t 
+-#define off64_t off_t 
+-#endif 
+-
+ #ifndef lseek64 
+ #define lseek64 lseek 
+ #endif 
+@@ -536,7 +532,7 @@
+   return NoError;
+   }
+   #else
+-  off64_t ret;
++  off_t ret;
+   if ((ret = lseek64(hFile, 0, SEEK_CUR)) == -1) {
+   return errno;
+   } else {
+@@ -554,7 +550,7 @@
+   return NoError;
+   }
+   #else
+-  if ((lseek64(hFile, (off64_t)posOff, posMode)) == -1) {
++  if ((lseek64(hFile, (off_t)posOff, posMode)) == -1) {
+   return errno;
+   } else {
+   return NoError;
+--- a/configure.ac
 b/configure.ac
+@@ -31,6 +31,7 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_HEADERS( [config.h] )
+ AC_PROG_CXX
++AC_SYS_LARGEFILE
+ 
+ dnl Check for doxygen support
+ AC_PATH_PROG([DOXYGEN], [doxygen])

diff --git a/media-libs/libpgf/libpgf-7.21.7-r2.ebuild 
b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
new file mode 100644
index ..1cb3334335d0
--- /dev/null
+++ b/media-libs/libpgf/libpgf-7.21.7-r2.ebuild
@@ -0,0 +1,58 @@
+# 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://libpgf.org/;
+SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}/libpgf.zip
 -> ${P}.zip"
+S="${WORKDIR}/libpgf"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+BDEPEND="
+   app-arch/unzip
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-remove-off64_t.patch
+)
+
+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
+}



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

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

media-libs/libpgf: drop 7.21.7

Signed-off-by: Viorel Munteanu  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..
--- 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 @@
cea...@gentoo.org
Viorel Munteanu

+   
+   libpgf
+   
 



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

2022-12-19 Thread Arthur Zamarin
commit: f99e9f921a65c8d7af0d9bb6a62179914278c2e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 19 18:21:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 19 18:21:27 2022 +
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  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="



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

2022-12-19 Thread Arthur Zamarin
commit: c917d27d59b3977b5a447bb02f34ffe8b246dc28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec 19 18:21:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec 19 18:21:28 2022 +
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  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="



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

2022-11-14 Thread Viorel Munteanu
commit: de6493aaab94e73c3ea16a7c49d5241b65eeddff
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Nov 13 12:02:15 2022 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Nov 15 05:32:39 2022 +
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  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 ..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
+}



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

2022-11-02 Thread Viorel Munteanu
commit: 703463ede896e7756ea3decc7fd25a187cf69f71
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Nov  2 10:38:07 2022 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Nov  2 16:17:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703463ed

media-libs/libpgf: add myself as a maintainer

Signed-off-by: Viorel Munteanu  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ceamac.para...@gmail.com
+   
+   cea...@gentoo.org
Viorel Munteanu

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 



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

2021-05-23 Thread Andreas Sturmlechner
commit: 2f93593b28c8c3a7bb801a538144e58734beb54e
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun May 23 04:22:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 23 09:13:24 2021 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20941
Signed-off-by: Andreas Sturmlechner  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..000
--- 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
-}



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

2021-05-22 Thread Sam James
commit: 0abaa3bf80578c41a4940733b496dea1d684f553
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 15:03:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 15:10:03 2021 +
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  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="



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

2021-05-22 Thread Sam James
commit: 4bb78bd46b033d2ff8c345b84200711c39c133e8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 14:57:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 15:09:48 2021 +
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  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="



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

2021-04-05 Thread Sam James
commit: badf53a86d36be12ff81f072b972e15311395b48
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Apr  4 12:37:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 15:04:30 2021 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20253
Signed-off-by: Sam James  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
+}



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

2021-03-27 Thread Sam James
commit: 04ef5e9fccb7e6e1645f7281a3f3be1138d46898
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Mar 21 11:33:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:42:35 2021 +
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  gmail.com>
Signed-off-by: Sam James  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+   
+   ceamac.para...@gmail.com
+   Viorel Munteanu
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
 



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

2021-03-27 Thread Sam James
commit: d9ed3e867ee07ac2b29ab0db3a6e318e047cf6d8
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Mar 21 11:26:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 27 16:42:32 2021 +
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  gmail.com>
Signed-off-by: Sam James  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 000..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
+}



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

2020-10-13 Thread Joonas Niilola
commit: cefaa08227c16dfccade431fb8fb89eaa2dade59
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Oct 13 10:05:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 13 13:11:48 2020 +
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  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17911
Signed-off-by: Joonas Niilola  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..000
--- 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
-}



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

2020-10-13 Thread Agostino Sarubbo
commit: 047df556c0273abd65f602b886e87c31bf1d514e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 13 10:01:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 13 10:01:40 2020 +
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  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="



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

2020-10-13 Thread Agostino Sarubbo
commit: 462217096ed80ca02a9c2c884733c81ed8efea57
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 13 09:26:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 13 09:26:29 2020 +
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  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="



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

2020-10-07 Thread Sam James
commit: 958166477817fa5cac130bc967730d2bfff7d8e8
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 19:05:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 19:05:28 2020 +
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  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"



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

2020-10-07 Thread Sam James
commit: 40d291110ed8c416b4520e2abf0f194d5bab91c9
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Sep 29 07:36:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 19:01:20 2020 +
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  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17708
Signed-off-by: Sam James  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 000..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
+}



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

2019-12-12 Thread David Seifert
commit: 5be432b6a8dcf66c624ff4e368a97e0d81328ae7
Author: David Seifert  gentoo  org>
AuthorDate: Thu Dec 12 17:31:00 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 12 17:31:00 2019 +
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  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
 }



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

2019-11-17 Thread Aaron Bauman
commit: e2adb416fbb44f568fadd4d0c08b5d98bed92535
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Nov 17 23:52:18 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Nov 17 23:52:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2adb416

media-libs/libpgf: drop old EAPI

Signed-off-by: Aaron Bauman  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 
2e2a181d01821eb0edfd697f0ef8dddc9b4d07b8245dfac22c2c5f1b6f1768ab0de47fce3cb039b788a0c8b115f7e8c45f8ecf9d3f5eeb9c38241134490e
 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..000
--- 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
-}