Gentoo Archives: gentoo-commits

From: Maxim Koltsov <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/
Date: Mon, 04 Jul 2016 11:43:18
Message-Id: 1467632569.16db6ad40235beb049e1ab128cc203ea4c621748.maksbotan@gentoo
1 commit: 16db6ad40235beb049e1ab128cc203ea4c621748
2 Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 11:37:49 2016 +0000
4 Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 11:42:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16db6ad4
7
8 app-text/wgetpaste: bump to 2.27, clean old
9
10 Gentoo-Bug: 577242
11
12 Package-Manager: portage-2.3.0
13
14 app-text/wgetpaste/Manifest | 2 +-
15 app-text/wgetpaste/metadata.xml | 3 --
16 app-text/wgetpaste/wgetpaste-2.22.ebuild | 34 ----------------------
17 ...tpaste-2.25-r2.ebuild => wgetpaste-2.27.ebuild} | 7 ++---
18 4 files changed, 3 insertions(+), 43 deletions(-)
19
20 diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest
21 index 05ef13a..ae180c0 100644
22 --- a/app-text/wgetpaste/Manifest
23 +++ b/app-text/wgetpaste/Manifest
24 @@ -1,2 +1,2 @@
25 -DIST wgetpaste-2.22.tar.bz2 10842 SHA256 a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05 SHA512 4a9fd56b1d4924a863d10af38721469ac0116cb05b5e5e79f5ecf149ba2af69acf79a30bc66450b9363b2fa7116b20222073dc8d7bc1e7dbab79981e6ce80396 WHIRLPOOL c25fc58c0e0a01b0960ebb07e270c7c8136d1589f16eae9c1e94c614260b479abdbf5255d60d9ebe477c5acd201f0e598f69a3501cd127fb7f42e9a80b443d77
26 DIST wgetpaste-2.25.tar.bz2 11107 SHA256 6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4 SHA512 c3cd56f32311c77ce5ac970f0cd6b2e8285cac3caaf61669237ac707ed3b9aab285fbe9dee6260ea13b8df41a22acfaa3b8439298560ab68c3a568d60557d82e WHIRLPOOL ad64e1d45cb49dd70a2b33e49e81f255b304def9e4b8d8c29ac4b4161fb7cc290574686a0488a731cd36f339fde0f78da90ad439f1b771b8d5bd2f2df9cd67c3
27 +DIST wgetpaste-2.27.tar.bz2 10869 SHA256 d55b789803ddc5dceee2649f35eca53e4ee276fda948ba7b5d4bd3961a92edb8 SHA512 d4cb39f6b8bd01e31a109621ac21a49ddc7a0c63bca649412a9ca2e6364aa2ba0046ea25af7ce80981c275f9c6ba9f3cdb32af7ed9d45094a62ef278f0e41b7b WHIRLPOOL 831093933fa155616080f6c7641b16f8e7f68f5b44fd4c9d1198a31c25397879733e1bb1329fd5a7b2733e1e00cc8646652b24911891b1034b6c3ad34ee3dafe
28
29 diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml
30 index fd9309a..73f9122 100644
31 --- a/app-text/wgetpaste/metadata.xml
32 +++ b/app-text/wgetpaste/metadata.xml
33 @@ -9,7 +9,4 @@
34 <email>maksbotan@g.o</email>
35 <name>Maxim Koltsov</name>
36 </maintainer>
37 - <use>
38 - <flag name="lodgeit-default">Set one of lodgeit-like (ex http://paste.pocoo.org) services as default</flag>
39 - </use>
40 </pkgmetadata>
41
42 diff --git a/app-text/wgetpaste/wgetpaste-2.22.ebuild b/app-text/wgetpaste/wgetpaste-2.22.ebuild
43 deleted file mode 100644
44 index b6d9bba..0000000
45 --- a/app-text/wgetpaste/wgetpaste-2.22.ebuild
46 +++ /dev/null
47 @@ -1,34 +0,0 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51 -
52 -EAPI="4"
53 -
54 -DESCRIPTION="Command-line interface to various pastebins"
55 -HOMEPAGE="http://wgetpaste.zlin.dk/"
56 -SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
57 -
58 -LICENSE="public-domain"
59 -SLOT="0"
60 -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"
61 -IUSE="zsh-completion +lodgeit-default"
62 -
63 -DEPEND=""
64 -RDEPEND="net-misc/wget
65 - zsh-completion? ( app-shells/zsh )"
66 -
67 -src_prepare() {
68 - sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
69 -}
70 -
71 -src_install() {
72 - dobin ${PN}
73 - insinto /etc/wgetpaste.d
74 - newins "${FILESDIR}"/wgetpaste-config-services services.conf
75 - use lodgeit-default && \
76 - newins "${FILESDIR}"/wgetpaste-config-default-lodgeit gentoo-default.conf
77 - if use zsh-completion ; then
78 - insinto /usr/share/zsh/site-functions
79 - doins _wgetpaste
80 - fi
81 -}
82
83 diff --git a/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild b/app-text/wgetpaste/wgetpaste-2.27.ebuild
84 similarity index 54%
85 rename from app-text/wgetpaste/wgetpaste-2.25-r2.ebuild
86 rename to app-text/wgetpaste/wgetpaste-2.27.ebuild
87 index d4896c8..1bbd0da 100644
88 --- a/app-text/wgetpaste/wgetpaste-2.25-r2.ebuild
89 +++ b/app-text/wgetpaste/wgetpaste-2.27.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 +# Copyright 1999-2016 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Id$
95
96 @@ -12,7 +12,7 @@ SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
97
98 LICENSE="public-domain"
99 SLOT="0"
100 -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"
101 +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"
102 IUSE=""
103
104 DEPEND=""
105 @@ -20,13 +20,10 @@ RDEPEND="net-misc/wget"
106
107 src_prepare() {
108 sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
109 - epatch "${FILESDIR}"/wgetpaste-2.25-pinnwand.patch
110 }
111
112 src_install() {
113 dobin ${PN}
114 - insinto /etc/wgetpaste.d
115 - newins "${FILESDIR}"/wgetpaste-config-services services.conf
116 insinto /usr/share/zsh/site-functions
117 doins _wgetpaste
118 }