public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2017-02-25 22:42 Matthias Maier
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Maier @ 2017-02-25 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     000faa37b1b4704842c98552340cac5dcfa23a3c
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 22:30:57 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 22:42:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000faa37

app-text/barcode: version bump to 0.99

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/barcode/Manifest            |  1 +
 app-text/barcode/barcode-0.99.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest
index bf8f04590f..715ce7b0a2 100644
--- a/app-text/barcode/Manifest
+++ b/app-text/barcode/Manifest
@@ -1 +1,2 @@
 DIST barcode-0.98.tar.gz 335658 SHA256 4229e19279b9787ac7e98852fa0bfd93986dce93b9cb07d93a017d68d409b635 SHA512 b2ff43d0c752a9fe7c17d65ef136ff2432ceddd27879c91cb18e46e9b0fc8ed6c174aa4154c0fa6d6e70c478ac86448b8eafa1857bb759159b2eaecc8d6f7ca1 WHIRLPOOL 30bdb0037b5c69e6638175c27f96cce3329934b4febb634c48bd1b3b49cf2b6ef20462bb93432e4b3965f6f9f6a2f3d33d80a3dfa9365d9b69c993403a159327
+DIST barcode-0.99.tar.gz 890730 SHA256 7c031cf3eb811242f53664379aebbdd9fae0b7b26b5e5d584c31a9f338154b64 SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1 WHIRLPOOL 93cbc4d12fbc8d5ec1c4cd0b89f281bee9722814900890678d72b15a165ff27d1446f6ff7dd4b68c001ce343bb3ceb0fae6a3faabed30de5184e08ce0e206ba7

diff --git a/app-text/barcode/barcode-0.99.ebuild b/app-text/barcode/barcode-0.99.ebuild
new file mode 100644
index 0000000000..e2edb1fea4
--- /dev/null
+++ b/app-text/barcode/barcode-0.99.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib
+
+DESCRIPTION="barcode generator"
+HOMEPAGE="https://www.gnu.org/software/barcode/"
+SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+RDEPEND="app-text/libpaper"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -i -e '/^LDFLAGS =/s:=:+=:' \
+		-e "/^aLIBDIR/s:lib:$(get_libdir):" \
+		-e '/^INFODIR/s:info:share/info:' \
+		-e '/^MAN/s:man:share/man:' \
+		Makefile.in || die
+
+	default
+}
+
+src_install() {
+	default
+	dodoc ChangeLog README TODO
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2020-11-26 23:31 Thomas Deutschmann
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2020-11-26 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8b3ae7041bf5e14519d754f66ea337ab1ed3c0ca
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 23:28:39 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:31:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3ae704

app-text/barcode: x86 stable (bug #756919)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/app-text/barcode/barcode-0.99.ebuild b/app-text/barcode/barcode-0.99.ebuild
index 5b04b0aef75..74d1c27936f 100644
--- a/app-text/barcode/barcode-0.99.ebuild
+++ b/app-text/barcode/barcode-0.99.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 RDEPEND="app-text/libpaper"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2020-11-27 16:04 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2020-11-27 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ee81999a603ad2dad75fee20fa892cb050ff9fdc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:03:03 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:04:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81999a

app-text/barcode: amd64 stable wrt bug #756919

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

 app-text/barcode/barcode-0.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/barcode/barcode-0.99.ebuild b/app-text/barcode/barcode-0.99.ebuild
index 74d1c27936f..ce0692e849f 100644
--- a/app-text/barcode/barcode-0.99.ebuild
+++ b/app-text/barcode/barcode-0.99.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 RDEPEND="app-text/libpaper"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2020-11-27 18:40 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-11-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     c8c839fce71da26eb1ab23938072c8533ca8fd0a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:37:37 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:37:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c839fc

app-text/barcode: drop old EAPI

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

 app-text/barcode/Manifest               |  1 -
 app-text/barcode/barcode-0.98-r1.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest
index 5cd4f25b9d3..524bab8c61a 100644
--- a/app-text/barcode/Manifest
+++ b/app-text/barcode/Manifest
@@ -1,2 +1 @@
-DIST barcode-0.98.tar.gz 335658 BLAKE2B 93694332200fce9311d4282c15b2e87e89a54af1a04cd251c9feb9b5ec056e62e97cca9f33e498df1d31d1d98d52e4f0b257f0669e9f7981addcc8e12a61f0cc SHA512 b2ff43d0c752a9fe7c17d65ef136ff2432ceddd27879c91cb18e46e9b0fc8ed6c174aa4154c0fa6d6e70c478ac86448b8eafa1857bb759159b2eaecc8d6f7ca1
 DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1

diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild
deleted file mode 100644
index ef3174b628d..00000000000
--- a/app-text/barcode/barcode-0.98-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="barcode generator"
-HOMEPAGE="https://www.gnu.org/software/barcode/"
-SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-RDEPEND="app-text/libpaper"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}-info.patch
-	sed -i -e '/^LDFLAGS =/s:=:+=:' \
-		-e "/^aLIBDIR/s:lib:$(get_libdir):" \
-		-e '/^INFODIR/s:info:share/info:' \
-		-e '/^MAN/s:man:share/man:' \
-		Makefile.in || die
-}
-
-src_configure() {
-	tc-export CC
-	econf
-}
-
-src_install() {
-	emake install prefix="${ED}/usr"
-	dodoc ChangeLog README TODO doc/barcode.{pdf,ps}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2021-05-17  1:14 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-05-17  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     35105200f137390a31c237a9fcd45f1fb2ba85d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 01:13:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 01:13:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35105200

app-text/barcode: fix DoubleEmptyLine

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

 app-text/barcode/barcode-0.99-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
index 40c42b4118d..9defd1531f0 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -19,7 +19,6 @@ PATCHES=(
 	"${FILESDIR}"/${P}-install-static-lib.patch
 )
 
-
 src_prepare() {
 	sed -i -e '/^LDFLAGS =/s:=:+=:' \
 		-e "/^aLIBDIR/s:lib:$(get_libdir):" \


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2021-11-23 14:49 Matthias Maier
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Maier @ 2021-11-23 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     dc883edadf4bf449e94f141f87290f8781fb8875
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 14:21:31 2021 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 14:49:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc883eda

app-text/barcode: QA use eautoreconf

Closes: https://bugs.gentoo.org/814305
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-text/barcode/barcode-0.99-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
index 9defd1531f06..51debbbbb972 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="barcode generator"
 HOMEPAGE="https://www.gnu.org/software/barcode/"
 SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
@@ -20,13 +22,15 @@ PATCHES=(
 )
 
 src_prepare() {
+	default
+
 	sed -i -e '/^LDFLAGS =/s:=:+=:' \
 		-e "/^aLIBDIR/s:lib:$(get_libdir):" \
 		-e '/^INFODIR/s:info:share/info:' \
 		-e '/^MAN/s:man:share/man:' \
 		Makefile.in || die
 
-	default
+	eautoreconf
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2022-04-09  2:35 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-04-09  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a1a8459e078db865c3b7586f9b202a45a09b8ca1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 01:44:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 01:44:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a8459e

app-text/barcode: switch to xz

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

 app-text/barcode/Manifest               | 2 +-
 app-text/barcode/barcode-0.99-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest
index 524bab8c61a6..dae2ad2935b3 100644
--- a/app-text/barcode/Manifest
+++ b/app-text/barcode/Manifest
@@ -1 +1 @@
-DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1
+DIST barcode-0.99.tar.xz 586028 BLAKE2B a6ef5a4f0061bd0f0cb65a791516383259f317801e9f5ea02c626735cd3ed5f00e0a92502b9b5e3dcb8ea95c313e10f5abf9c172e1094111dea7f3cfb45ec032 SHA512 1f3015ee9cb2e57e38e56fa48fa3a38fa355821801bad3132d3e87b5b88db4f167986c33dc044317cbf18bb62062af36e946daab98235ff7015a00937c8dd41e

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
index 51debbbbb972..7afa62168be7 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit autotools
 
 DESCRIPTION="barcode generator"
 HOMEPAGE="https://www.gnu.org/software/barcode/"
-SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
+SRC_URI="mirror://gnu/barcode/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2022-12-25 21:30 Matthias Maier
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Maier @ 2022-12-25 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1ce27423a7b514ae523975febe953bec6118076e
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 21:17:38 2022 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 21:29:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce27423

app-text/barcode: update LICENSE

Closes: https://bugs.gentoo.org/881587
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-text/barcode/barcode-0.99-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
index 9e4012d3f2a0..e0ddd7693b65 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="barcode generator"
 HOMEPAGE="https://www.gnu.org/software/barcode/"
 SRC_URI="mirror://gnu/barcode/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
@ 2023-12-29  1:03 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-12-29  1:03 UTC (permalink / raw
  To: gentoo-commits

commit:     45ee973bbab5d369b6489fb2fb2bfe17c2903380
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 01:02:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 01:02:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ee973b

app-text/barcode: Keyword 0.99-r1 arm64, #920856

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

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

diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
index e0ddd7693b65..477a4dff5786 100644
--- a/app-text/barcode/barcode-0.99-r1.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="app-text/libpaper"
 DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2023-12-29  1:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-17  1:14 [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29  1:03 Sam James
2022-12-25 21:30 Matthias Maier
2022-04-09  2:35 Sam James
2021-11-23 14:49 Matthias Maier
2020-11-27 18:40 Aaron Bauman
2020-11-27 16:04 Agostino Sarubbo
2020-11-26 23:31 Thomas Deutschmann
2017-02-25 22:42 Matthias Maier

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