From: Stefan Huber Date: Mon, 17 Aug 2026 21:26:21 +0000 (+0200) Subject: mail-mta/smailq: sort KEYWORDS, document mta USE flag X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=4a48abdc553baf590e52e627c018b3944b96f26f;p=shuber-gentoo-overlay.git mail-mta/smailq: sort KEYWORDS, document mta USE flag Co-Authored-By: Claude Sonnet 5 --- diff --git a/mail-mta/smailq/Manifest b/mail-mta/smailq/Manifest index c156792..2a5618b 100644 --- a/mail-mta/smailq/Manifest +++ b/mail-mta/smailq/Manifest @@ -1,4 +1,4 @@ DIST smailq-1.3.tar.gz 10867 BLAKE2B 2e9f8317427243a411bbc38e68c59aa05d17a1f3ab828335dbe32f41bbe896bad9e339062d78cbff17f248df7ca42bcb796caf1228077dea98fc29560496290a SHA512 ccd94bc3bed283a4df9f9fe24d16c833cbc84c0d5d215ea47c1d6475b211dd76da77bda36b3a7cf9ffa2190400fa621e6431099568b32a451f113317f8314f39 -EBUILD smailq-1.3.ebuild 965 BLAKE2B 3aae111609e01b933a88252f08beb90a8e26c3245ae6d19a7fd6ea52ae775c230e158b9df2697363b421913f5ef84d2da7fda407c25e86ad2a7c4a749e2a3e09 SHA512 d45f9933593f0c6b28f68aead542169ffaf996fc84dc8fe0bcd33ddfdc6d9be53c2f95a5a6fd580cf9d5221f4a187782519eb8ce0ee3c3078a918203792c8efa -EBUILD smailq-9999.ebuild 965 BLAKE2B 3aae111609e01b933a88252f08beb90a8e26c3245ae6d19a7fd6ea52ae775c230e158b9df2697363b421913f5ef84d2da7fda407c25e86ad2a7c4a749e2a3e09 SHA512 d45f9933593f0c6b28f68aead542169ffaf996fc84dc8fe0bcd33ddfdc6d9be53c2f95a5a6fd580cf9d5221f4a187782519eb8ce0ee3c3078a918203792c8efa -MISC metadata.xml 243 BLAKE2B 889d08efb220a9fb8457500f5f3c33c8c737616995e19fa8b621ced4bc9d380d016413d098d4d09925c679cd23f7fbd75e495424fe6ed809a9e873014caae682 SHA512 f9051a65d7e11d7abd1b9568dbbf8be84a6ae68eb994b0c22d57dff5620047d5ad5a324057a5cf4cec10837d16024e5f21a8cf5f1a6247807f62931839eb73bc +EBUILD smailq-1.3.ebuild 964 BLAKE2B a1e34e146fe5c10d4b8f052e7c5ecd521ca1caf10518b716a242e518505a62ffb1bf4ab17e37353576c6a567f5bef98b0485063c44ac254eba723f9291a531c1 SHA512 6778a048077453576d4def2c351bf642e02efc3247bc1de9c038222c71b42f375e0ceb64989b236b5bb0b5ccb7d9e663bb6bf4e3e5a68e913bb428ad19e946dc +EBUILD smailq-9999.ebuild 964 BLAKE2B a1e34e146fe5c10d4b8f052e7c5ecd521ca1caf10518b716a242e518505a62ffb1bf4ab17e37353576c6a567f5bef98b0485063c44ac254eba723f9291a531c1 SHA512 6778a048077453576d4def2c351bf642e02efc3247bc1de9c038222c71b42f375e0ceb64989b236b5bb0b5ccb7d9e663bb6bf4e3e5a68e913bb428ad19e946dc +MISC metadata.xml 382 BLAKE2B 0361d2c621463ac7b4a285fd3b4845c6ceea7b6f7bd0f9eb935d4d9235877c1424a681f72236cc35bc03cbba1016fd1397be8bdb61bf861fa604df78921583a7 SHA512 bca4ab7917bb1a85a20dfeb81e5d8bb60ddda6630cc262ddeb0cb957f2486f10c8d2da070353bbcd9b06f3d9a32efc5cfecb31d5c1e52afe33a3d7e97eefe0aa diff --git a/mail-mta/smailq/metadata.xml b/mail-mta/smailq/metadata.xml index 9434230..d9744b3 100644 --- a/mail-mta/smailq/metadata.xml +++ b/mail-mta/smailq/metadata.xml @@ -5,4 +5,7 @@ shuber@sthu.org Stefan Huber + + Install the sendmail/mailq wrapper binaries, making this package usable as a virtual/mta provider + diff --git a/mail-mta/smailq/smailq-1.3.ebuild b/mail-mta/smailq/smailq-1.3.ebuild index a28cce1..a652936 100644 --- a/mail-mta/smailq/smailq-1.3.ebuild +++ b/mail-mta/smailq/smailq-1.3.ebuild @@ -15,7 +15,7 @@ if [ "${PV}" == "9999" ]; then EGIT_REPO_URI="https://git.sthu.org/repos/smailq.git" else SRC_URI="http://git.sthu.org/?p=${PN}.git;a=snapshot;h=refs/tags/v${PV};sf=tgz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}-v${PV}" fi @@ -38,7 +38,6 @@ DEPEND=" " RDEPEND="${DEPEND}" - src_install() { if quse mta; then dobin sendmail diff --git a/mail-mta/smailq/smailq-9999.ebuild b/mail-mta/smailq/smailq-9999.ebuild index a28cce1..a652936 100644 --- a/mail-mta/smailq/smailq-9999.ebuild +++ b/mail-mta/smailq/smailq-9999.ebuild @@ -15,7 +15,7 @@ if [ "${PV}" == "9999" ]; then EGIT_REPO_URI="https://git.sthu.org/repos/smailq.git" else SRC_URI="http://git.sthu.org/?p=${PN}.git;a=snapshot;h=refs/tags/v${PV};sf=tgz -> ${P}.tar.gz" - KEYWORDS="~x86 ~amd64" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}-v${PV}" fi @@ -38,7 +38,6 @@ DEPEND=" " RDEPEND="${DEPEND}" - src_install() { if quse mta; then dobin sendmail