From 6a1a3a87e9e4bc671c30043435c8363c9469b149 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 22 Feb 2021 17:39:07 +0300 Subject: app-text/wgetpaste: fix ci distfile nagging Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-text/wgetpaste/Manifest | 2 +- .../wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild | 30 ++++++++++++++++++++++ app-text/wgetpaste/wgetpaste-2.30_p20210222.ebuild | 30 ---------------------- 3 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild delete mode 100644 app-text/wgetpaste/wgetpaste-2.30_p20210222.ebuild (limited to 'app-text/wgetpaste') diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest index 4f70da2f752b..67bc79d33254 100644 --- a/app-text/wgetpaste/Manifest +++ b/app-text/wgetpaste/Manifest @@ -1,2 +1,2 @@ -DIST f9b08c50009485817e8b44300f79a92e37fe9f22.tar.gz 14654 BLAKE2B e74332826f7faec3c2be2dddfd5f81d1ec14aec92888f27cdcd081b59262ac742003f2f48af3c3ca25be9e02f583a37dd1bec315236ab54912ebf6cf61308a10 SHA512 467daff5531fd6361ade87913ab867f67f72d5ffc07a35c263cd3dad65774ed31b3a6b0d69d2b52726a24419758d784c23e8c587f23e9028afd0e0a27966f32f DIST wgetpaste-2.29.tar.bz2 12988 BLAKE2B 838b84632754f6e07c25fe3648e14bf939dff4e08ae8e8064e94008beb436f77738e4f54859115321fbf445a323641ebfecf5fd7d09bbbb46c72e913687deb07 SHA512 6596842733bb5d1d52cbb3cbcf61ba714f0cbfdc13acb4d6025ccfd27c214adaf886ac3a0a11baefaa4af3f33165619e5a3360b4e0807d29e8dc8ef5ff819bb6 +DIST wgetpaste-2.30_p20210222.tar.gz 14654 BLAKE2B e74332826f7faec3c2be2dddfd5f81d1ec14aec92888f27cdcd081b59262ac742003f2f48af3c3ca25be9e02f583a37dd1bec315236ab54912ebf6cf61308a10 SHA512 467daff5531fd6361ade87913ab867f67f72d5ffc07a35c263cd3dad65774ed31b3a6b0d69d2b52726a24419758d784c23e8c587f23e9028afd0e0a27966f32f diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild new file mode 100644 index 000000000000..c3eb7ed45128 --- /dev/null +++ b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Command-line interface to various pastebins" +HOMEPAGE="http://wgetpaste.zlin.dk/" + +COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22" +SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +IUSE="+ssl" + +RDEPEND="net-misc/wget[ssl?]" + +S="${WORKDIR}/${PN}-${COMMIT_HASH}" + +src_prepare() { + sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die + default +} + +src_install() { + dobin ${PN} + insinto /usr/share/zsh/site-functions + doins _wgetpaste +} diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222.ebuild b/app-text/wgetpaste/wgetpaste-2.30_p20210222.ebuild deleted file mode 100644 index 29a23db93233..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.30_p20210222.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="http://wgetpaste.zlin.dk/" - -COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22" -SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="+ssl" - -RDEPEND="net-misc/wget[ssl?]" - -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -src_prepare() { - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die - default -} - -src_install() { - dobin ${PN} - insinto /usr/share/zsh/site-functions - doins _wgetpaste -} -- cgit v1.2.3-65-gdbad