public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-12-16 18:06 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-16 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5bbd8d8553b9e8fc0dab6516d36f389007bef43f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:06:28 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:06:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbd8d85

media-libs/pnglite: Stabilize 0.1.17-r1 x86, #828717

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
index e4731cad8c09..c507663a4649 100644
--- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
+++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-12-16 18:15 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-16 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aab18af444949fc9f926700ae5fd22da5168e35e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 18:14:36 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 18:14:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab18af4

media-libs/pnglite: Drop EAPI-5 ebuild

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-libs/pnglite/pnglite-0.1.17.ebuild | 51 --------------------------------
 1 file changed, 51 deletions(-)

diff --git a/media-libs/pnglite/pnglite-0.1.17.ebuild b/media-libs/pnglite/pnglite-0.1.17.ebuild
deleted file mode 100644
index 054f83b18d30..000000000000
--- a/media-libs/pnglite/pnglite-0.1.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Small and simple library for loading and writing PNG images"
-HOMEPAGE="https://sourceforge.net/projects/pnglite/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="static-libs"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S=${WORKDIR}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-include-stdio.patch
-	sed -ie "s:\"../zlib/zlib.h\":<zlib.h>:" pnglite.c || die
-}
-
-src_compile() {
-	tc-export CC
-	if use static-libs; then
-		emake ${PN}.o
-		$(tc-getAR) -cvq lib${PN}.a ${PN}.o || die
-		rm ${PN}.o || die
-	fi
-
-	append-flags -fPIC
-	emake ${PN}.o
-	$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,lib${PN}.so.0 \
-		-o lib${PN}.so.0 ${PN}.o -lz || die
-}
-
-src_install() {
-	insinto /usr/include
-	doins ${PN}.h
-
-	dolib.so lib${PN}.so.0
-	if use static-libs; then
-		dolib.a lib${PN}.a
-	fi
-
-	dosym lib${PN}.so.0 /usr/$(get_libdir)/lib${PN}.so
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-12-15 16:42 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-12-15 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e51d4db45f8f3ff5df5bc82e41eb373b00b4ee62
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 16:42:36 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:42:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51d4db4

media-libs/pnglite: Stabilize 0.1.17-r1 amd64, #828717

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
index fbbb21944154..e4731cad8c09 100644
--- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
+++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-11-25 14:45 Marek Szuba
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Szuba @ 2021-11-25 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     af580119fb0a6eb0b36b04a70b705fc892d64bd9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 14:43:49 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 14:45:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af580119

media-libs/pnglite: update SRC_URI

It actually appeared to work fine without "project/" - but let's do this
properly and use the exact URI to which the old one now gets redirected.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

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

diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
index 4b5669ea7d37..fbbb21944154 100644
--- a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
+++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Small and simple library for loading and writing PNG images"
 HOMEPAGE="https://sourceforge.net/projects/pnglite/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.zip"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
 
 LICENSE="ZLIB"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-11-25 13:19 Marek Szuba
  0 siblings, 0 replies; 6+ messages in thread
From: Marek Szuba @ 2021-11-25 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     aed948e2740943d4bdcfcdb63467e6690885fb62
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 13:18:00 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 13:18:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed948e2

media-libs/pnglite: update EAPI 5 -> 8

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 media-libs/pnglite/pnglite-0.1.17-r1.ebuild | 45 +++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/media-libs/pnglite/pnglite-0.1.17-r1.ebuild b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
new file mode 100644
index 000000000000..4b5669ea7d37
--- /dev/null
+++ b/media-libs/pnglite/pnglite-0.1.17-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Small and simple library for loading and writing PNG images"
+HOMEPAGE="https://sourceforge.net/projects/pnglite/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-include-stdio.patch
+)
+
+S=${WORKDIR}
+
+src_prepare() {
+	default
+	sed -ie "s:\"../zlib/zlib.h\":<zlib.h>:" pnglite.c || die
+}
+
+src_compile() {
+	tc-export CC
+	append-flags -fPIC
+	emake ${PN}.o
+	$(tc-getCC) ${LDFLAGS} -shared -Wl,-soname,lib${PN}.so.0 \
+		-o lib${PN}.so.0 ${PN}.o -lz || die
+}
+
+src_install() {
+	insinto /usr/include
+	doins ${PN}.h
+
+	dolib.so lib${PN}.so.0
+	dosym lib${PN}.so.0 /usr/$(get_libdir)/lib${PN}.so
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/
@ 2021-11-17  2:19 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-11-17  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     8c7f009875afad7baf6073e5bba69308b5767e19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 02:19:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 02:19:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7f0098

media-libs/pnglite: Keyword 0.1.17 arm64, #821946

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

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

diff --git a/media-libs/pnglite/pnglite-0.1.17.ebuild b/media-libs/pnglite/pnglite-0.1.17.ebuild
index 2216647ba3f1..054f83b18d30 100644
--- a/media-libs/pnglite/pnglite-0.1.17.ebuild
+++ b/media-libs/pnglite/pnglite-0.1.17.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/zlib"


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

end of thread, other threads:[~2021-12-16 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-16 18:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/pnglite/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2021-12-16 18:15 Jakov Smolić
2021-12-15 16:42 Jakov Smolić
2021-11-25 14:45 Marek Szuba
2021-11-25 13:19 Marek Szuba
2021-11-17  2:19 Sam James

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