From cb960f8babb031b6dccff116c91fb842317059d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 12 Jan 2022 14:05:17 +0100 Subject: net-mail/mblaze: Bump to 1.2 Package-Manager: Portage-3.0.28, Repoman-3.0.3 --- net-mail/mblaze/Manifest | 4 ++-- net-mail/mblaze/mblaze-1.1.ebuild | 25 ------------------------- net-mail/mblaze/mblaze-1.2.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 net-mail/mblaze/mblaze-1.1.ebuild create mode 100644 net-mail/mblaze/mblaze-1.2.ebuild (limited to 'net-mail/mblaze') diff --git a/net-mail/mblaze/Manifest b/net-mail/mblaze/Manifest index f2080c4..e72159e 100644 --- a/net-mail/mblaze/Manifest +++ b/net-mail/mblaze/Manifest @@ -1,4 +1,4 @@ -DIST mblaze-1.1.tar.gz 97041 BLAKE2B 04a34e98377036c88496ab89b57a7da4fa630b9b44dbbc57d9ed0f7e58d787fe85e19f6fe4f1c8bf882fe40c6943db0a316de00e73e0710e0e1512a5cb71909f SHA512 c74bcfa8675a6461a820e2d421712ed3be1d0d2ac80f8ef99d4e2812b67a387c50ad5fdc14a43accaec149dbab831ad2af43db4f6ba575724f30d92e6281cd3e -EBUILD mblaze-1.1.ebuild 508 BLAKE2B c4cb3787e370baffe93c68789aa4f97e1491e1fa30d6cbea269c50dd3f7316a23052e79f6733ca5e959a0d97a6bc233ce59b001f196525bb982b6fe1aee3ef8c SHA512 e1ae8d30ce101a77cd408af3f22e9bdec28b3db21febc56137502ac4912a162712fa4d415435d9553c1a5f3d595c12123446e09b79dda97ad2147d54d3c734dc +DIST mblaze-1.2.tar.gz 99578 BLAKE2B 2cbecdf314ea38cefa0b024135824d58b2232dc230f8970a93a5fa58003a2d560231c81509240178dd701035cf4aabf9739e8c65cdef4e2b46fb5758bc259d84 SHA512 32f1ed6332d3b481d501e6f4f64fbd9b74ac26aabf55862da8b2444144e9a39f908143c3ec77b0adce90f08455e7544af9f19458d4e628c36c06ee407d81548a +EBUILD mblaze-1.2.ebuild 513 BLAKE2B 78996a02338a8d129deee8138e733764bdef5de1a50bcbc3b69b9c011930f9d89ed0d253fa77c73a206c346f475e2809ec3e624c43902bb29be12ebc241dd641 SHA512 6abf1199d9505415b298dade4d118ba4e2526386e7195c9cd57463f8e7bf184c19397e0f14cb6a3e4c20ff47fd63e4e037de56a6cc81735444df386601b18f46 EBUILD mblaze-9999.ebuild 508 BLAKE2B 7af754bb4476ae06905ab1a5d2d64519ea6b0bf6b038345d97622b538d865e0de90a3f14b34169b61399ad561e9146ddc88f81c19d5ad7dbe59a2f880d72117e SHA512 e35560abdcfac25ee26e14f657b5c66562bc4582e9a6cf37844d9c393d58b9d1b516c8cb9e275035241d8a43cccc134c4af40aebf2602763457c7e501b43e457 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/net-mail/mblaze/mblaze-1.1.ebuild b/net-mail/mblaze/mblaze-1.1.ebuild deleted file mode 100644 index 874da29..0000000 --- a/net-mail/mblaze/mblaze-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Unix utilities to deal with Maildir" -HOMEPAGE="https://git.vuxu.org/mblaze/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.vuxu.org/mblaze" - KEYWORDS="~amd64 ~x86" -else - SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -RESTRICT="mirror" - -LICENSE="public-domain" -SLOT="0" - -src_install() { - emake PREFIX="${D}/usr" install -} diff --git a/net-mail/mblaze/mblaze-1.2.ebuild b/net-mail/mblaze/mblaze-1.2.ebuild new file mode 100644 index 0000000..9e58ece --- /dev/null +++ b/net-mail/mblaze/mblaze-1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Unix utilities to deal with Maildir" +HOMEPAGE="https://git.vuxu.org/mblaze/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.vuxu.org/mblaze" + KEYWORDS="~amd64 ~x86" +else + SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz" + KEYWORDS="amd64 x86" +fi + +RESTRICT="mirror" + +LICENSE="public-domain" +SLOT="0" + +src_install() { + emake PREFIX="${D}/usr" install +} -- cgit v1.2.3-2-gb3c3