public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/
@ 2025-01-13  8:53 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2025-01-13  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     95b4ebee06c7f05bb671b6692cffc7691932add9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 08:53:20 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 08:53:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b4ebee

app-officeext/barcode: Stabilize 2.4.0 amd64, #947742

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-officeext/barcode/barcode-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-officeext/barcode/barcode-2.4.0.ebuild b/app-officeext/barcode/barcode-2.4.0.ebuild
index 4eaa3c4c7e07..582b08361d89 100644
--- a/app-officeext/barcode/barcode-2.4.0.ebuild
+++ b/app-officeext/barcode/barcode-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,4 +14,4 @@ SRC_URI="https://github.com/LibreOffice/${PN}/releases/download/v${PV}/${PN}_${P
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/
@ 2025-01-13 17:34 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2025-01-13 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0093dc11dc7426127abc89c1ced97bc5d2e44b53
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 17:27:49 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 17:27:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0093dc11

app-officeext/barcode: drop 1.3.5.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-officeext/barcode/Manifest                  |  1 -
 app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/app-officeext/barcode/Manifest b/app-officeext/barcode/Manifest
index b62c32cb15d6..0bd57fb27623 100644
--- a/app-officeext/barcode/Manifest
+++ b/app-officeext/barcode/Manifest
@@ -1,2 +1 @@
-DIST barcode_1.3.5.0.oxt 263583 BLAKE2B eafc3897af7c4d0a6cd025945a4f5c8b9e5e27ed5aa82f9e6933dba0cd46ad748b47d98d81da031a7e6e841853686cdd43a47104c5a93fef6cdef9be040ddcd2 SHA512 45133fc58ac211033c199411820029d921dcf1ba714652093b6647861b611eed39bb5b69c8ceef866e80b716da04c92eca0b3f9c990e799ed25cbb2ad8999732
 DIST barcode_2.4.0.oxt 126271 BLAKE2B b78a5fe24c38a2de97db9f378348c96f301fc1f73f9a510717c804a3a10308234ba7fdd777f648e7105660ca507d52ea9ecb7755a81ca08515353de7d4ae3d3a SHA512 64529b74c15d40bb8203efe28f0a1729799dcf6ccdd9ec1d85fcc6fe79a29bb0b4efc8ab4a6ca41c8459cfbf2de692711bdca7ec9fc799cff5cde955145e542d

diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
deleted file mode 100644
index 00630fcd40dc..000000000000
--- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-OFFICE_EXTENSIONS=(
-	"${PN}_${PV}.oxt"
-)
-inherit office-ext-r1
-
-DESCRIPTION="Extension for reading barcodes"
-HOMEPAGE="https://extensions.libreoffice.org/extension-center/barcode"
-SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}_${PV}.oxt"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/
@ 2024-12-17 21:44 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2024-12-17 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a37235e97f97fafa809d89e80e1b540880efe10a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 22:05:48 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 21:43:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37235e9

app-officeext/barcode: add 2.4.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-officeext/barcode/Manifest             |  1 +
 app-officeext/barcode/barcode-2.4.0.ebuild | 17 +++++++++++++++++
 app-officeext/barcode/metadata.xml         |  3 +++
 3 files changed, 21 insertions(+)

diff --git a/app-officeext/barcode/Manifest b/app-officeext/barcode/Manifest
index e01681fcb448..b62c32cb15d6 100644
--- a/app-officeext/barcode/Manifest
+++ b/app-officeext/barcode/Manifest
@@ -1 +1,2 @@
 DIST barcode_1.3.5.0.oxt 263583 BLAKE2B eafc3897af7c4d0a6cd025945a4f5c8b9e5e27ed5aa82f9e6933dba0cd46ad748b47d98d81da031a7e6e841853686cdd43a47104c5a93fef6cdef9be040ddcd2 SHA512 45133fc58ac211033c199411820029d921dcf1ba714652093b6647861b611eed39bb5b69c8ceef866e80b716da04c92eca0b3f9c990e799ed25cbb2ad8999732
+DIST barcode_2.4.0.oxt 126271 BLAKE2B b78a5fe24c38a2de97db9f378348c96f301fc1f73f9a510717c804a3a10308234ba7fdd777f648e7105660ca507d52ea9ecb7755a81ca08515353de7d4ae3d3a SHA512 64529b74c15d40bb8203efe28f0a1729799dcf6ccdd9ec1d85fcc6fe79a29bb0b4efc8ab4a6ca41c8459cfbf2de692711bdca7ec9fc799cff5cde955145e542d

diff --git a/app-officeext/barcode/barcode-2.4.0.ebuild b/app-officeext/barcode/barcode-2.4.0.ebuild
new file mode 100644
index 000000000000..4eaa3c4c7e07
--- /dev/null
+++ b/app-officeext/barcode/barcode-2.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+OFFICE_EXTENSIONS=(
+	"${PN}_${PV}.oxt"
+)
+inherit office-ext-r1
+
+DESCRIPTION="Extension for reading barcodes"
+HOMEPAGE="https://extensions.libreoffice.org/extension-center/barcode"
+SRC_URI="https://github.com/LibreOffice/${PN}/releases/download/v${PV}/${PN}_${PV}.oxt"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"

diff --git a/app-officeext/barcode/metadata.xml b/app-officeext/barcode/metadata.xml
index f632b40c7d8a..ed5ecc030aad 100644
--- a/app-officeext/barcode/metadata.xml
+++ b/app-officeext/barcode/metadata.xml
@@ -5,4 +5,7 @@
 		<email>office@gentoo.org</email>
 		<name>Gentoo Office project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">LibreOffice/barcode</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/
@ 2024-12-17 21:44 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2024-12-17 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     6c6cca8ba8c73d4afc4d5556de1ffe333468dfc0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 21:51:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 21:43:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6cca8b

app-officeext/barcode: destabilize 1.3.5.0-r1 for ~x86

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
index dbcec84c3263..00630fcd40dc 100644
--- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
+++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,4 +14,4 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~x86"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/
@ 2021-11-11 11:40 Jakov Smolić
  0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2021-11-11 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     67221dc8c25e2afe6363dcc85942dba78d0e8905
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 10:53:06 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 11:40:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67221dc8

app-officeext/barcode: Port to EAPI 7

Closes: https://bugs.gentoo.org/819720
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-officeext/barcode/barcode-1.3.5.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
index 2092af9716f..dbcec84c326 100644
--- a/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
+++ b/app-officeext/barcode/barcode-1.3.5.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 OFFICE_EXTENSIONS=(
 	"${PN}_${PV}.oxt"
@@ -15,4 +15,3 @@ SRC_URI="https://extensions.libreoffice.org/extension-center/${PN}/releases/${PV
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""


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

end of thread, other threads:[~2025-01-13 17:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13  8:53 [gentoo-commits] repo/gentoo:master commit in: app-officeext/barcode/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2025-01-13 17:34 Andreas Sturmlechner
2024-12-17 21:44 Andreas Sturmlechner
2024-12-17 21:44 Andreas Sturmlechner
2021-11-11 11:40 Jakov Smolić

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