From b24a9317a5a26bc67f5895c6934bf8f297021d47 Mon Sep 17 00:00:00 2001 From: Maxim Koltsov Date: Wed, 17 Aug 2016 20:53:39 +0300 Subject: app-text/wgetpaste: bump to 2.28 Gentoo-Bug: 589196 --- app-text/wgetpaste/Manifest | 2 +- app-text/wgetpaste/wgetpaste-2.27.ebuild | 29 ----------------------------- app-text/wgetpaste/wgetpaste-2.28.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 30 deletions(-) delete mode 100644 app-text/wgetpaste/wgetpaste-2.27.ebuild create mode 100644 app-text/wgetpaste/wgetpaste-2.28.ebuild (limited to 'app-text') diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest index ae180c093d5e..cf65c0095592 100644 --- a/app-text/wgetpaste/Manifest +++ b/app-text/wgetpaste/Manifest @@ -1,2 +1,2 @@ DIST wgetpaste-2.25.tar.bz2 11107 SHA256 6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4 SHA512 c3cd56f32311c77ce5ac970f0cd6b2e8285cac3caaf61669237ac707ed3b9aab285fbe9dee6260ea13b8df41a22acfaa3b8439298560ab68c3a568d60557d82e WHIRLPOOL ad64e1d45cb49dd70a2b33e49e81f255b304def9e4b8d8c29ac4b4161fb7cc290574686a0488a731cd36f339fde0f78da90ad439f1b771b8d5bd2f2df9cd67c3 -DIST wgetpaste-2.27.tar.bz2 10869 SHA256 d55b789803ddc5dceee2649f35eca53e4ee276fda948ba7b5d4bd3961a92edb8 SHA512 d4cb39f6b8bd01e31a109621ac21a49ddc7a0c63bca649412a9ca2e6364aa2ba0046ea25af7ce80981c275f9c6ba9f3cdb32af7ed9d45094a62ef278f0e41b7b WHIRLPOOL 831093933fa155616080f6c7641b16f8e7f68f5b44fd4c9d1198a31c25397879733e1bb1329fd5a7b2733e1e00cc8646652b24911891b1034b6c3ad34ee3dafe +DIST wgetpaste-2.28.tar.bz2 12448 SHA256 538d38bab491544bdf6f05f7a38f83d4c3dfee77de7759cb6b9be1ebfdd609c2 SHA512 b3b9ee4bfbc52da6762b06c2640385eeedab7910ad1bc4e92ff9304371ec2442e2d30b69ebc0f1407a00a9c8afde398e00dc3d3c048452d730517227a68e6b97 WHIRLPOOL 31564962f633fd9d63aa77569646777932a563a3d6593ef6f4a83d639b437b85904f8b7386de961952e8328fcc1c9255c25528c55f4d04d1393e074b595586b2 diff --git a/app-text/wgetpaste/wgetpaste-2.27.ebuild b/app-text/wgetpaste/wgetpaste-2.27.ebuild deleted file mode 100644 index 1bbd0da14fe1..000000000000 --- a/app-text/wgetpaste/wgetpaste-2.27.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils - -DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="http://wgetpaste.zlin.dk/" -SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="net-misc/wget" - -src_prepare() { - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die -} - -src_install() { - dobin ${PN} - insinto /usr/share/zsh/site-functions - doins _wgetpaste -} diff --git a/app-text/wgetpaste/wgetpaste-2.28.ebuild b/app-text/wgetpaste/wgetpaste-2.28.ebuild new file mode 100644 index 000000000000..60fd242ff965 --- /dev/null +++ b/app-text/wgetpaste/wgetpaste-2.28.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Command-line interface to various pastebins" +HOMEPAGE="http://wgetpaste.zlin.dk/" +SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +RDEPEND="net-misc/wget" + +src_prepare() { + sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die +} + +src_install() { + dobin ${PN} + insinto /usr/share/zsh/site-functions + doins _wgetpaste +} -- cgit v1.2.3-65-gdbad