From a85bdff92db5e38e0b112fae4bd9ca1c92dce38c Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 14 Jan 2021 16:53:41 +0100 Subject: net-mail/mblaze: Bump to 1.1 Package-Manager: Portage-3.0.12, Repoman-3.0.2 --- net-mail/mblaze/Manifest | 4 ++-- net-mail/mblaze/mblaze-1.0.ebuild | 25 ------------------------- net-mail/mblaze/mblaze-1.1.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 net-mail/mblaze/mblaze-1.0.ebuild create mode 100644 net-mail/mblaze/mblaze-1.1.ebuild (limited to 'net-mail') diff --git a/net-mail/mblaze/Manifest b/net-mail/mblaze/Manifest index fca4aed..f2080c4 100644 --- a/net-mail/mblaze/Manifest +++ b/net-mail/mblaze/Manifest @@ -1,4 +1,4 @@ -DIST mblaze-1.0.tar.gz 95676 BLAKE2B d08d3c6536f027363c585e7882dca2b0f0183bb006e26dc4b1ecaa2920ceb6f0c5251e66d94af9f1d9dad43786d67c544ee12f86b1285a27dbc4165c0f506d97 SHA512 b7c76404018ac7954d2650c8486d743d53e189cd9be1a15e349d7618b90b4879bc7383fcd2623357aed9315343ec8fa36edd1fafa457cc5b69cff410a91c3a9a -EBUILD mblaze-1.0.ebuild 508 BLAKE2B 7af754bb4476ae06905ab1a5d2d64519ea6b0bf6b038345d97622b538d865e0de90a3f14b34169b61399ad561e9146ddc88f81c19d5ad7dbe59a2f880d72117e SHA512 e35560abdcfac25ee26e14f657b5c66562bc4582e9a6cf37844d9c393d58b9d1b516c8cb9e275035241d8a43cccc134c4af40aebf2602763457c7e501b43e457 +DIST mblaze-1.1.tar.gz 97041 BLAKE2B 04a34e98377036c88496ab89b57a7da4fa630b9b44dbbc57d9ed0f7e58d787fe85e19f6fe4f1c8bf882fe40c6943db0a316de00e73e0710e0e1512a5cb71909f SHA512 c74bcfa8675a6461a820e2d421712ed3be1d0d2ac80f8ef99d4e2812b67a387c50ad5fdc14a43accaec149dbab831ad2af43db4f6ba575724f30d92e6281cd3e +EBUILD mblaze-1.1.ebuild 508 BLAKE2B c4cb3787e370baffe93c68789aa4f97e1491e1fa30d6cbea269c50dd3f7316a23052e79f6733ca5e959a0d97a6bc233ce59b001f196525bb982b6fe1aee3ef8c SHA512 e1ae8d30ce101a77cd408af3f22e9bdec28b3db21febc56137502ac4912a162712fa4d415435d9553c1a5f3d595c12123446e09b79dda97ad2147d54d3c734dc 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.0.ebuild b/net-mail/mblaze/mblaze-1.0.ebuild deleted file mode 100644 index d57a80e..0000000 --- a/net-mail/mblaze/mblaze-1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020 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.1.ebuild b/net-mail/mblaze/mblaze-1.1.ebuild new file mode 100644 index 0000000..874da29 --- /dev/null +++ b/net-mail/mblaze/mblaze-1.1.ebuild @@ -0,0 +1,25 @@ +# 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 +} -- cgit v1.2.3-2-gb3c3