From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/surfraw/
Date: Wed, 2 Jan 2019 01:04:18 +0000 (UTC) [thread overview]
Message-ID: <1546391055.687380fdc88a8d4ab1ce1e3352a12a7f0ded187e.jer@gentoo> (raw)
commit: 687380fdc88a8d4ab1ce1e3352a12a7f0ded187e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 2 01:03:52 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 2 01:04:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687380fd
www-client/surfraw: Add live ebuild
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/surfraw/surfraw-99999.ebuild | 48 +++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/www-client/surfraw/surfraw-99999.ebuild b/www-client/surfraw/surfraw-99999.ebuild
new file mode 100644
index 00000000000..bc760e5d611
--- /dev/null
+++ b/www-client/surfraw/surfraw-99999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools bash-completion-r1 git-r3
+
+DESCRIPTION="A fast unix command line interface to WWW"
+LICENSE="public-domain"
+HOMEPAGE="
+ http://surfraw.alioth.debian.org/
+ https://gitlab.com/surfraw/Surfraw
+"
+EGIT_REPO_URI="https://gitlab.com/surfraw/Surfraw.git"
+
+SLOT="0"
+KEYWORDS=""
+RESTRICT="test"
+
+RDEPEND="
+ dev-lang/perl
+"
+DOCS=(
+ AUTHORS ChangeLog HACKING NEWS README TODO
+)
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.3.0-completion.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --with-elvidir='$(datadir)'/surfraw
+}
+
+src_install() {
+ default
+
+ newbashcomp surfraw-bash-completion ${PN}
+ bashcomp_alias ${PN} sr
+
+ docinto examples
+ dodoc examples/README
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/uzbl_load_url_from_surfraw
+}
next reply other threads:[~2019-01-02 1:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-02 1:04 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-22 19:56 [gentoo-commits] repo/gentoo:master commit in: www-client/surfraw/ Sam James
2021-03-05 22:15 Sam James
2021-03-05 22:14 Sam James
2021-03-05 20:32 Sam James
2021-03-05 7:32 Agostino Sarubbo
2021-03-04 16:46 Agostino Sarubbo
2021-02-23 10:27 Joonas Niilola
2020-09-24 14:19 Jeroen Roovers
2020-01-13 10:07 David Seifert
2019-09-17 13:53 Jeroen Roovers
2019-07-14 18:30 Jeroen Roovers
2019-07-14 18:30 Jeroen Roovers
2019-01-02 1:04 Jeroen Roovers
2015-08-19 6:09 Jeroen Roovers
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=1546391055.687380fdc88a8d4ab1ce1e3352a12a7f0ded187e.jer@gentoo \
--to=jer@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