commit:     16db6ad40235beb049e1ab128cc203ea4c621748
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 11:37:49 2016 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 11:42:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16db6ad4

app-text/wgetpaste: bump to 2.27, clean old

Gentoo-Bug: 577242

Package-Manager: portage-2.3.0

 app-text/wgetpaste/Manifest                        |  2 +-
 app-text/wgetpaste/metadata.xml                    |  3 --
 app-text/wgetpaste/wgetpaste-2.22.ebuild           | 34 ----------------------
 ...tpaste-2.25-r2.ebuild => wgetpaste-2.27.ebuild} |  7 ++---
 4 files changed, 3 insertions(+), 43 deletions(-)

diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest
index 05ef13a..ae180c0 100644
--- a/app-text/wgetpaste/Manifest
+++ b/app-text/wgetpaste/Manifest
@@ -1,2 +1,2 @@
-DIST wgetpaste-2.22.tar.bz2 10842 SHA256 
a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05 SHA512 
4a9fd56b1d4924a863d10af38721469ac0116cb05b5e5e79f5ecf149ba2af69acf79a30bc66450b9363b2fa7116b20222073dc8d7bc1e7dbab79981e6ce80396
 WHIRLPOOL 
c25fc58c0e0a01b0960ebb07e270c7c8136d1589f16eae9c1e94c614260b479abdbf5255d60d9ebe477c5acd201f0e598f69a3501cd127fb7f42e9a80b443d77
 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

diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml
index fd9309a..73f9122 100644
--- a/app-text/wgetpaste/metadata.xml
+++ b/app-text/wgetpaste/metadata.xml
@@ -9,7 +9,4 @@
                <email>[email protected]</email>
                <name>Maxim Koltsov</name>
        </maintainer>
-       <use>
-               <flag name="lodgeit-default">Set one of lodgeit-like (ex 
http://paste.pocoo.org) services as default</flag>
-       </use>
 </pkgmetadata>

diff --git a/app-text/wgetpaste/wgetpaste-2.22.ebuild 
b/app-text/wgetpaste/wgetpaste-2.22.ebuild
deleted file mode 100644
index b6d9bba..0000000
--- a/app-text/wgetpaste/wgetpaste-2.22.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-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 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="zsh-completion +lodgeit-default"
-
-DEPEND=""
-RDEPEND="net-misc/wget
-       zsh-completion? ( app-shells/zsh )"
-
-src_prepare() {
-       sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
-}
-
-src_install() {
-       dobin ${PN}
-       insinto /etc/wgetpaste.d
-       newins "${FILESDIR}"/wgetpaste-config-services services.conf
-       use lodgeit-default && \
-               newins "${FILESDIR}"/wgetpaste-config-default-lodgeit 
gentoo-default.conf
-       if use zsh-completion ; then
-               insinto /usr/share/zsh/site-functions
-               doins _wgetpaste
-       fi
-}

diff --git a/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild 
b/app-text/wgetpaste/wgetpaste-2.27.ebuild
similarity index 54%
rename from app-text/wgetpaste/wgetpaste-2.25-r2.ebuild
rename to app-text/wgetpaste/wgetpaste-2.27.ebuild
index d4896c8..1bbd0da 100644
--- a/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm 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"
+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=""
@@ -20,13 +20,10 @@ RDEPEND="net-misc/wget"
 
 src_prepare() {
        sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
-       epatch "${FILESDIR}"/wgetpaste-2.25-pinnwand.patch
 }
 
 src_install() {
        dobin ${PN}
-       insinto /etc/wgetpaste.d
-       newins "${FILESDIR}"/wgetpaste-config-services services.conf
        insinto /usr/share/zsh/site-functions
        doins _wgetpaste
 }

Reply via email to