diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-02 14:24:10 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-02 14:24:10 +0000 |
commit | 7e76f9a8d4e868d30c8bf1781655cc25574c80f8 (patch) | |
tree | 9dee1c187f8cbc59d31ca68fa628f855c3b2add0 /app-cdr/bchunk | |
parent | 6b3ca90478d729cccd6c9ce421860aa84c9de282 (diff) |
gentoo auto-resync : 02:01:2023 - 14:24:10
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/Manifest | 2 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.2-r1.ebuild (renamed from app-cdr/bchunk/bchunk-1.2.2.ebuild) | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-cdr/bchunk/Manifest b/app-cdr/bchunk/Manifest index 3632a39935a8..2b0638ebac88 100644 --- a/app-cdr/bchunk/Manifest +++ b/app-cdr/bchunk/Manifest @@ -1,3 +1,3 @@ DIST bchunk-1.2.2.tar.gz 15359 BLAKE2B f3d65392305ea0cc3e8a3b8449beb7bebd23f614445f44350d66fd2104db89e17fcf03f6e01144d0da2c145e2c227bb5385f67dc2d443e38b49754349c549f8f SHA512 94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8 -EBUILD bchunk-1.2.2.ebuild 606 BLAKE2B d2a194fce2d473f6c95b702afef6df293fdc4013f57c0668040c81562cda19ef8ff3f193dc8b7de29a5c0c5057bdab8287d86b92698f3e5d5b1e8b5004dc160a SHA512 17d893f3a5f117b684b5ed0964a4ff2dcb347e3bbc72edd3113b39b72fe2eebb39b1fc019af74011387e6666d12120c7fe7cf953e1476a3d510a26c61ffa4611 +EBUILD bchunk-1.2.2-r1.ebuild 583 BLAKE2B 3351cb660a0fea2092d33130287de4a5afa20412c29665942afa0f63c8e247987c97cbd5f21c24ad256732b091231a0e95daf18f1b7657a673a087edeb3d2d48 SHA512 3cc4eabfa6f19599e69ab4360f71343d14530330f6432d55818f70b93653a048e8432b26c8cdf17a9e980e1eb6c0780b1c6d70b5fba86d83112c8034924ee926 MISC metadata.xml 564 BLAKE2B 22553ac3e27848ccd2050bffc6383f3fdb7a5b7f44655a8a142e15b34533ce2b977ea45918301063cb5804b19b0c96a0f8fad3c4de0770ea830903ed1715c8b5 SHA512 0f0856fc982915430ff3efed5db94f1db5a32bbcf23b9b5ac3169f1c1dea05d9fb54385b3b90845c9ec7699a5de702d600d09f10ea8b3b9f513fa9690c7f5988 diff --git a/app-cdr/bchunk/bchunk-1.2.2.ebuild b/app-cdr/bchunk/bchunk-1.2.2-r1.ebuild index 670347ecf25e..560ed89d1b81 100644 --- a/app-cdr/bchunk/bchunk-1.2.2.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -13,8 +13,6 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -DOCS=( "${PN}.spec" README ChangeLog ) - src_compile() { emake \ CC="$(tc-getCC)" \ @@ -23,7 +21,8 @@ src_compile() { } src_install() { - dobin "${PN}" - doman "${PN}.1" + dobin bchunk + doman bchunk.1 einstalldocs + dodoc bchunk.spec } |