diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-21 03:03:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-21 03:03:00 +0000 |
commit | 9db1279f804d62da2c61cfb39fc2e62b9faf56dd (patch) | |
tree | 7b951d5bf3ab775b91a18e0022d8f19d3582d84e /app-text/libpaper | |
parent | 8a5f3383bbc5f817d89554020a3600d06985bc4a (diff) |
gentoo auto-resync : 21:11:2024 - 03:03:00
Diffstat (limited to 'app-text/libpaper')
-rw-r--r-- | app-text/libpaper/Manifest | 4 | ||||
-rw-r--r-- | app-text/libpaper/libpaper-2.1.2.ebuild | 30 | ||||
-rw-r--r-- | app-text/libpaper/libpaper-2.1.3.ebuild | 2 |
3 files changed, 2 insertions, 34 deletions
diff --git a/app-text/libpaper/Manifest b/app-text/libpaper/Manifest index 22ce5be7c1d7..d3799c2d6553 100644 --- a/app-text/libpaper/Manifest +++ b/app-text/libpaper/Manifest @@ -1,5 +1,3 @@ -DIST libpaper-2.1.2.tar.gz 1264200 BLAKE2B d931c70ea1b26e57ef5cf120189dbf089d7b122ab195b154e6dc100845f63acd051195662d1b019a2f738ebe65047207b39609f4db0e748eaabc3868f3a2ccb0 SHA512 29c5d8074c10f6413b4eaf779153828e59b4b7353e6b380b37ed6cac04a92dc367da775a62e561b47064728f4173cb526d05a8abd80334ad229ee2a42039ac7b DIST libpaper-2.1.3.tar.gz 1263513 BLAKE2B 920fa9857cef5773a3570bd613152f09726cfeb8e07f8152460b37ee863b76ea28ef4c2d80d010e10368e952281e5138b1412c22e1cbfa27053bb3b6067bbcbf SHA512 7ebd469b7d6f22cd98e5811cf87403d066974dc2624d35653803c318258cb68506dc2abeb7129b03231aa32c36a7461275b20f4a43c51f0cd70b2db59a1a2988 -EBUILD libpaper-2.1.2.ebuild 842 BLAKE2B fc3d93c89acc35120ab8124224592830aba864da3f9a50d327d75b9cb788725fa01daa31c3dd8781b282400380d04c03544f32432f570435991d40a73817e704 SHA512 92252d2b11a7cbda6b60aa91dda625cae4afe5de672ea2c8461a45799fca747385ebdcdfb7ebe3daede27af71db17a5a4b99f7cb7d5b5f9dd408acc2bd04cb50 -EBUILD libpaper-2.1.3.ebuild 843 BLAKE2B 1912d661e2c08760a4e7e44e9dc33a74fd49dcb255664e3379ae303c2542890226ac7a95e61a3286b1b6682866d98c4aec404659e09dd66537a634f9b8e9f0a6 SHA512 77725b8133cc98ddbe9b7a7524fe0d28b62f89c622e25e42fdd64ac4b953c9c2f9a885fb1c75d883ae31054dc813e1c4f0146c70abecad15911336ef703da391 +EBUILD libpaper-2.1.3.ebuild 842 BLAKE2B 70448b99748f05b8f53ffe799ef66f8951b3647aea9a9b4c2181f8578e7f2ae93ff5e11a10e87fed51ed47ee472620c734f53c486fa823a9e47da427ba325513 SHA512 a7434ed996c2b0321dc0987f1015fe5ddc1e1c605f6d2b0a6904916cc67672ba8a214a1cc5110bd661f78940d22c50cea82a3b613db1f18cf13df386be969bdb MISC metadata.xml 342 BLAKE2B 28767bfca8e43186de0792106c408d3a8e0ef8c9c59836789b045c23f12163e43b9eb547c93f1751f031b8f61bd7940f50ccaa95f2ecc14cdf5a9267be721d0e SHA512 0d16a636e3cce2ee9051bd694f34a072ff13d4ca6f4c9f3e81443cea386f48f5863db03ca9cb050f43a6a1fa483d401969617597d68024fee10058a0c72b3585 diff --git a/app-text/libpaper/libpaper-2.1.2.ebuild b/app-text/libpaper/libpaper-2.1.2.ebuild deleted file mode 100644 index 8bbfbb49a5b9..000000000000 --- a/app-text/libpaper/libpaper-2.1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Library for handling paper characteristics" -HOMEPAGE="https://github.com/rrthomas/libpaper" -SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar.gz" - -# See README. -# paperspecs is public-domain -LICENSE="LGPL-2.1+ GPL-3+ public-domain" -SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -QA_CONFIG_IMPL_DECL_SKIP=( - # Gnulib false positives #898346 - # These are all tested without an #include first - MIN alignof static_assert -) - -src_configure() { - econf --enable-relocatable -} - -src_install() { - default - - find "${ED}" -type f -name '*.la' -delete || die -} diff --git a/app-text/libpaper/libpaper-2.1.3.ebuild b/app-text/libpaper/libpaper-2.1.3.ebuild index 04a539b333e4..47ea66deec94 100644 --- a/app-text/libpaper/libpaper-2.1.3.ebuild +++ b/app-text/libpaper/libpaper-2.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rrthomas/libpaper/releases/download/v${PV}/${P}.tar. # paperspecs is public-domain LICENSE="LGPL-2.1+ GPL-3+ public-domain" SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" QA_CONFIG_IMPL_DECL_SKIP=( # Gnulib false positives #898346 |