public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/
Date: Sun, 18 Dec 2016 15:33:39 +0000 (UTC)	[thread overview]
Message-ID: <1481994874.8af5f47d02439a17b9d1453bc9ca83b093a9e4c1.maksbotan@gentoo> (raw)

commit:     8af5f47d02439a17b9d1453bc9ca83b093a9e4c1
Author:     Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 17 17:09:16 2016 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 17:14:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af5f47d

app-text/wgetpaste: Add wget SSL support

Many of the paste bins wgetpaste supports require SSL.  This includes
the current default paste bin.  Without wget SSL support, these paste
bins are not accessible.  This change allows wgetpaste to depend on
ssl-enabled wget.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/wgetpaste/wgetpaste-2.28-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/app-text/wgetpaste/wgetpaste-2.28-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.28-r1.ebuild
new file mode 100644
index 00000000..6c3eff1
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-2.28-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+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="+ssl"
+
+DEPEND=""
+RDEPEND="net-misc/wget[ssl?]"
+
+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
+}


             reply	other threads:[~2016-12-18 15:33 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 15:33 Maxim Koltsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 18:28 [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/ Arthur Zamarin
2024-03-13  4:46 Sam James
2023-11-12  1:41 Yixun Lan
2023-06-22  5:27 Sam James
2023-01-26  5:16 Sam James
2023-01-20  7:39 Joonas Niilola
2023-01-14 11:25 Sam James
2023-01-14  7:21 Joonas Niilola
2023-01-13 20:56 Jonas Stein
2022-11-22  6:20 Sam James
2022-05-19 11:24 WANG Xuerui
2022-04-12 10:56 Sam James
2021-06-03  5:49 Mikle Kolyada
2021-05-15 13:29 Mikle Kolyada
2021-05-15 13:29 Mikle Kolyada
2021-05-03 16:59 Sam James
2021-05-03 16:37 Ben Kohler
2021-02-22 14:39 Mikle Kolyada
2021-02-22 14:02 Mikle Kolyada
2020-11-28  7:37 Sam James
2020-07-23 11:11 Kent Fredric
2020-04-05  6:21 Mikle Kolyada
2020-04-05  6:21 Mikle Kolyada
2019-08-26 23:14 Louis Sautier
2019-08-26  9:26 Louis Sautier
2019-06-14  6:56 Mikle Kolyada
2019-05-04 14:43 Andreas K. Hüttel
2019-02-23 16:54 Ben Kohler
2019-02-23 15:34 Ben Kohler
2018-07-24  9:43 Mart Raudsepp
2018-05-24 22:27 Mikle Kolyada
2017-10-19 17:10 Jonas Stein
2017-01-29 15:24 Fabian Groffen
2016-10-10  9:25 Jeroen Roovers
2016-10-01 12:51 Jeroen Roovers
2016-09-27 18:46 Markus Meier
2016-09-24 13:43 Agostino Sarubbo
2016-09-04 13:17 Tobias Klausmann
2016-08-17 18:02 Maxim Koltsov
2016-08-17 18:02 Maxim Koltsov
2016-08-07  6:52 Pacho Ramos
2016-07-04 11:43 Maxim Koltsov
2016-02-27 18:34 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481994874.8af5f47d02439a17b9d1453bc9ca83b093a9e4c1.maksbotan@gentoo \
    --to=maksbotan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox