diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 00:11:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-23 00:11:31 +0100 |
commit | bff543bb632933380da922cbfc07c67157d72d42 (patch) | |
tree | df2e5eebc3dbd8e29153ab3a869b3be8d9be9f19 /app-text/ocrad | |
parent | 491d0101c89d81dec507f28215b3cb094800d600 (diff) |
gentoo auto-resync : 23:06:2024 - 00:11:30
Diffstat (limited to 'app-text/ocrad')
-rw-r--r-- | app-text/ocrad/Manifest | 4 | ||||
-rw-r--r-- | app-text/ocrad/ocrad-0.27.ebuild | 4 | ||||
-rw-r--r-- | app-text/ocrad/ocrad-0.29.ebuild | 37 |
3 files changed, 42 insertions, 3 deletions
diff --git a/app-text/ocrad/Manifest b/app-text/ocrad/Manifest index 39d6e17bb67f..140ad7b67ba2 100644 --- a/app-text/ocrad/Manifest +++ b/app-text/ocrad/Manifest @@ -1,3 +1,5 @@ DIST ocrad-0.27.tar.lz 91709 BLAKE2B 4dd152e6ccbd41d2ce7e7e3d4fc38e30af4f0bb9c36e32b1f32e67772347af133cf67a8b89c03d5c9924a1d4ffa009205b80609cdb96a59b3dbeb76709a8e8e1 SHA512 2a4731e0e26eefe6d37b08859c4d3cc2b54180411b0f846f7b7e873b9da5b4596ca3c6042ee42284a07aadfeb96d953dce3e95ce2410e48624d1b6020750539c -EBUILD ocrad-0.27.ebuild 788 BLAKE2B f637f6731cf32336a5e775e55f5ff3a47cae1edd25d30032d2553a2976877e16bab4c11bc099b7a792bac38dd9585f788652125fbcc19b0d2f8b0d3a7b77d07f SHA512 db4aef8384dc9d4a103aa46b721b898dde07b1197a286527a28893b0c3d1169361b40dc0775a29d8fb86cbe969c822e26c1f9a9b6051cce2203c83e13c68b080 +DIST ocrad-0.29.tar.lz 96519 BLAKE2B b5acb8fa3b3f02b7a0e5697b3ab4aa4ecc115c9d668192d6a4f533b787092c91449366df3603c73b926be61e5cb6b4e2d5406896ec79f931eb42dce104a424c5 SHA512 92503fbdb1877d9f8d4516fb7ba1c032868f5b3244f6547441a8a2bd84ff9f1c5a60c7347d748581e5f03014c2b7d2a8692bb4ecc3eacf18e2bf2232306976a8 +EBUILD ocrad-0.27.ebuild 789 BLAKE2B 9150a3d553f1ecd360fb87507140605fdb980e412e4581fb06a5150215947146171fd47d3239d22b6737bc9157270591f7ffdabe80635a037ea58d0573d58287 SHA512 caa884cb1db5b6ac3b90cc6fc11a1ea945783b79aa77975c3a1e0da39be5a8a7b02e84cea10ecc65d3bcd5eb0d91f7eace50a8313cd238508a3039d688dd52ff +EBUILD ocrad-0.29.ebuild 738 BLAKE2B c95cba88b44ff8b02fb1611834687f246c13cf4566597e7a52a612497e26656e1e7992791f209edca4bce0aebd891de1b169e0644a1794564c32c0ffd5aa161c SHA512 2aeaf731a6b461e556e9e3d28423a19c9e14db1d51db03af7bf1e5491714b1d3cb99acd05d14548a5d2a6e1df27b11ee7531554a0ea186ba5b989885f867791c MISC metadata.xml 505 BLAKE2B a4fb6e973e05860f913c1c2c345ec6905e268a00f873b7d05d75d06b796f4f0c53334bfd9f6cce0d628345c7ac839db2e0c0878a67cba94eea2b25743b5b12a3 SHA512 ed7b97ffd080347154ab918c7bda56344660021586803782ff236c95ab7874e0a8b4c08515439465f46acbba703ac0e51c521721889b8855296d4534386a49f6 diff --git a/app-text/ocrad/ocrad-0.27.ebuild b/app-text/ocrad/ocrad-0.27.ebuild index be1acd75228b..2e6c5b0cfb44 100644 --- a/app-text/ocrad/ocrad-0.27.ebuild +++ b/app-text/ocrad/ocrad-0.27.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 @@ -9,7 +9,7 @@ DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program" HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html" SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" diff --git a/app-text/ocrad/ocrad-0.29.ebuild b/app-text/ocrad/ocrad-0.29.ebuild new file mode 100644 index 000000000000..475d5d889a67 --- /dev/null +++ b/app-text/ocrad/ocrad-0.29.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit edo unpacker toolchain-funcs + +DESCRIPTION="OCR (Optical Character Recognition) program" +HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html" +SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +BDEPEND="$(unpacker_src_uri_depends)" + +src_configure() { + # ./configure is not based on autotools + edo ./configure \ + CPPFLAGS="${CPPFLAGS}" \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" \ + --prefix=/usr +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + default + + doman doc/${PN}.1 + doinfo doc/${PN}.info +} |