* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
@ 2024-04-12 9:02 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-12 9:02 UTC (permalink / raw
To: gentoo-commits
commit: a3cb8f71b91f4a2af814650d6f99c1c156f96b48
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 09:01:53 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 09:02:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb8f71
media-gfx/pixels2pgf: EAPI8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild | 18 ++++++++++++++++++
media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 13 ++++++-------
2 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild
new file mode 100644
index 000000000000..a4efe64b145e
--- /dev/null
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
+HOMEPAGE="https://github.com/projg2/pixels2pgf/"
+SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ media-libs/libsdl:0=
+ media-libs/sdl-image:0=
+"
+DEPEND="${RDEPEND}"
diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index ae8db1f90a5d..22eefdf7f9be 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
EGIT_REPO_URI="https://github.com/projg2/${PN}.git"
inherit autotools git-r3
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
HOMEPAGE="https://github.com/projg2/pixels2pgf/"
-SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE=""
-RDEPEND="media-libs/libsdl:0=
- media-libs/sdl-image:0="
+RDEPEND="
+ media-libs/libsdl:0=
+ media-libs/sdl-image:0=
+"
DEPEND="${RDEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
@ 2024-04-19 6:08 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-19 6:08 UTC (permalink / raw
To: gentoo-commits
commit: 4ba70e6c9daa82d5c16a7db39d3233996467a1c7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 06:06:52 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba70e6c
media-gfx/pixels2pgf: drop 0.1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
deleted file mode 100644
index 6969a8a7acf3..000000000000
--- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://github.com/projg2/pixels2pgf/"
-SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl:0=
- media-libs/sdl-image:0="
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
@ 2023-07-25 21:00 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 188ec327f4ee185e3fa4a73238560a546d92836b
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 17 08:47:40 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:50:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188ec327
media-gfx/pixels2pgf: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-gfx/pixels2pgf/metadata.xml | 4 ++--
media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 6 +++---
media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml
index 97a0b6f7b2e3..66ab7832e135 100644
--- a/media-gfx/pixels2pgf/metadata.xml
+++ b/media-gfx/pixels2pgf/metadata.xml
@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
- <remote-id type="github">mgorny/pixels2pgf</remote-id>
+ <bugs-to>https://github.com/projg2/pixels2pgf/issues/</bugs-to>
+ <remote-id type="github">projg2/pixels2pgf</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
index c69380b1d9b4..6969a8a7acf3 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
-SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/projg2/pixels2pgf/"
+SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index 765618b50660..ae8db1f90a5d 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/projg2/${PN}.git"
inherit autotools git-r3
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
+HOMEPAGE="https://github.com/projg2/pixels2pgf/"
SRC_URI=""
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
@ 2017-06-29 22:22 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 09d55fe1a12269d9eae8608624002fc28a4bed05
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:39:17 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d55fe1
media-gfx/pixels2pgf: Modernize to EAPI=6
media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 8 +++-----
media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 26 ++++++++++----------------
2 files changed, 13 insertions(+), 21 deletions(-)
diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
index c0a0029775c..c69380b1d9b 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
@@ -1,9 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-
-inherit autotools-utils
+EAPI=6
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
@@ -14,6 +12,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="media-libs/libsdl
- media-libs/sdl-image"
+RDEPEND="media-libs/libsdl:0=
+ media-libs/sdl-image:0="
DEPEND="${RDEPEND}"
diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index 73c8e38db29..765618b5066 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,31 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils
+inherit autotools git-r3
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
-SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
+SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE=""
-RDEPEND="media-libs/libsdl
- media-libs/sdl-image"
+RDEPEND="media-libs/libsdl:0=
+ media-libs/sdl-image:0="
DEPEND="${RDEPEND}"
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/
@ 2017-06-29 22:22 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-06-29 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 2593c03d9791bc239eb88be1813ccb781a4f3a7e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 21:24:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2593c03d
media-gfx/pixels2pgf: Moved back to GitHub
media-gfx/pixels2pgf/metadata.xml | 3 +--
media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 4 ++--
media-gfx/pixels2pgf/pixels2pgf-9999.ebuild | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/media-gfx/pixels2pgf/metadata.xml b/media-gfx/pixels2pgf/metadata.xml
index ac8eca9a1ca..201d4e0e1c2 100644
--- a/media-gfx/pixels2pgf/metadata.xml
+++ b/media-gfx/pixels2pgf/metadata.xml
@@ -10,8 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/pixels2pgf/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/pixels2pgf</remote-id>
+ <bugs-to>https://github.com/mgorny/pixels2pgf/issues/</bugs-to>
<remote-id type="github">mgorny/pixels2pgf</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
index 223fb8d1f28..c0a0029775c 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -7,7 +7,7 @@ inherit autotools-utils
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index 324f2ad60c7..73c8e38db29 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
#if LIVE
AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
inherit git-r3
#endif
@@ -13,8 +13,8 @@ inherit git-r3
inherit autotools-utils
DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
-HOMEPAGE="https://bitbucket.org/mgorny/pixels2pgf/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/pixels2pgf/"
+SRC_URI="https://github.com/mgorny/pixels2pgf/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-19 6:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 9:02 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 6:08 Arthur Zamarin
2023-07-25 21:00 Conrad Kostecki
2017-06-29 22:22 Michał Górny
2017-06-29 22:22 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox