Versions
v0.99-r2 :: 0 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 x86 ~arm ~arm64 ~ppc ~ppc64
Dependencies
app-text / libpaper : Library for handling paper characteristics
Runtime Dependencies
app-text / libpaper : Library for handling paper characteristics
Depending packages
app-office / glabels : Program for creating labels and business cards
Bugs
- 729520
- app-text/barcode-0.99-r2 fails to compile: ld.lld: error: undefined symbol: rpl_calloc
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: drop *-linux keywords
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*: remove ppc-macos keyword
The arch and OS that matches it are obsolete. Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
app-text/barcode: drop 0.99-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/barcode: Stabilize 0.99-r2 x86, #962470
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/barcode: Stabilize 0.99-r2 amd64, #962470
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
app-text/barcode: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO. Closes: https://bugs.gentoo.org/959324 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
app-text/barcode: properly install static lib, without mangled headers
In 2010, the package was ported to automake and libtool. The library was dropped in the port; later, barcode.h was updated to include private headers, like config.h In Gentoo, we patched it back to install a library again. Crudely, since it "had" to install /usr/include/gettext.h as well, which is, erm, kind of Very Bad(tm). It still required config.h as well, which meant it worked with its revdep "glabels" but perhaps not much else (or at least, it would need a GNU autoheader using project). Not even a HAVE_CONFIG_H guard. Fix that by patching the header so we can avoid installing incorrect headers. Take this opportunity as well to improve libtool use by using lib_LIBRARIES, i.e. don't require libtool to compile a library that is never shared, don't install *.la files. Bug: https://bugs.gentoo.org/758491 Closes: https://bugs.gentoo.org/841869 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
app-text/barcode: remove outdated useless sed
``` * SED: some expressions in the following did not cause any changes * 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; * no-op: -e /^aLIBDIR/s:lib:lib64: * no-op: -e /^INFODIR/s:info:share/info: * no-op: -e /^MAN/s:man:share/man: ``` The 0.99 release migrated to automake, rendering these fixes obsolete. But the kicker is that adding an eautoreconf ***after*** the sed, overwrites the sed even if it applied. So it absolutely couldn't do anything anyway. Bug: https://bugs.gentoo.org/814305 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
app-text/barcode: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/barcode: Keyword 0.99-r1 arm64, #920856
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
app-text/barcode: update LICENSE
Closes: https://bugs.gentoo.org/881587 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
app-text/barcode: fix format security issue
Closes: https://bugs.gentoo.org/521128 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/barcode: switch to xz
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
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@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/barcode: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
app-text/barcode: also install static library
Closes: https://bugs.gentoo.org/758491 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
app-text/barcode: Port to EAPI 7
Closes: https://bugs.gentoo.org/707686 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-text/barcode: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
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@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
app-text/barcode: x86 stable (bug #756919)
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Matthias Maier · gentoo
app-text/barcode: version bump to 0.99
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Justin Lecher · gentoo
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed