public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Sat, 21 May 2016 06:13:18 +0000 (UTC)	[thread overview]
Message-ID: <1463811188.cf097a72aeee7c47cd78598549bc6213de270de3.idella4@gentoo> (raw)

commit:     cf097a72aeee7c47cd78598549bc6213de270de3
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri May 20 11:29:46 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf097a72

www-apps/airdcpp-webui: bump to 1.0.6

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1497

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 3bf9c33..4727bed 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
+DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/"
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+	insinto "/usr/share/airdcpp/web-resources"
+	doins -r "${S}/dist"/*
+}


             reply	other threads:[~2016-05-21  6:13 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-21  6:13 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-09 20:16 [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ Sam James
2024-12-09 19:20 Arthur Zamarin
2024-12-07 19:03 Louis Sautier
2024-07-30 11:26 Louis Sautier
2024-07-20  1:57 Louis Sautier
2024-07-20  1:57 Louis Sautier
2023-05-24 18:46 Arthur Zamarin
2023-05-24 18:46 Arthur Zamarin
2023-05-23 23:10 Louis Sautier
2023-05-23 23:10 Louis Sautier
2023-03-13 20:21 Louis Sautier
2023-03-13 20:21 Louis Sautier
2022-12-03  0:27 Louis Sautier
2022-12-03  0:25 Louis Sautier
2022-12-03  0:25 Louis Sautier
2022-11-03  1:55 Louis Sautier
2021-10-01 12:03 Louis Sautier
2021-08-07 23:37 Sam James
2021-08-07  5:10 Agostino Sarubbo
2021-08-03 10:01 Louis Sautier
2021-08-03 10:01 Louis Sautier
2021-01-11 11:24 Louis Sautier
2021-01-10 22:27 Sam James
2020-12-14 21:48 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-12-06 14:30 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-10-18 18:47 Louis Sautier
2020-08-24 12:20 Louis Sautier
2020-08-24 12:20 Louis Sautier
2019-05-21  9:05 Louis Sautier
2019-05-21  9:05 Louis Sautier
2019-03-22 10:15 Louis Sautier
2019-02-09  0:03 Louis Sautier
2019-02-09  0:03 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-12-10 13:17 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-11-03 15:28 Louis Sautier
2018-06-18 10:34 Louis Sautier
2018-04-11 10:14 David Seifert
2018-04-11 10:14 David Seifert
2017-11-07 13:49 David Seifert
2017-11-07 13:49 David Seifert
2017-09-16 10:13 David Seifert
2017-09-16 10:13 David Seifert
2017-06-24  5:43 Michał Górny
2017-05-11 18:20 Michał Górny
2017-05-11 18:20 Michał Górny
2016-12-18 19:01 Göktürk Yüksek
2016-12-18 19:01 Göktürk Yüksek
2016-10-31 15:16 Göktürk Yüksek
2016-10-31 15:16 Göktürk Yüksek
2016-10-23 14:22 Patrice Clement
2016-10-23 14:22 Patrice Clement
2016-10-01  9:37 Patrice Clement
2016-10-01  9:37 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-09-27 10:17 Patrice Clement
2016-09-03  4:45 Göktürk Yüksek
2016-09-03  4:45 Göktürk Yüksek
2016-08-26  9:03 Patrice Clement
2016-08-26  9:03 Patrice Clement
2016-08-21 13:47 Patrice Clement
2016-08-21 13:47 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-08-16 17:59 Patrice Clement
2016-07-23 22:38 Göktürk Yüksek
2016-07-23 22:38 Göktürk Yüksek
2016-06-30 19:33 Patrice Clement
2016-06-30 19:33 Patrice Clement
2016-05-21  6:13 Ian Delaney
2016-05-21  6:13 Ian Delaney
2016-04-27  2:33 Sam Jorna
2016-04-27  2:33 Sam Jorna
2016-03-29 13:53 Ian Delaney
2016-03-29 13:53 Ian Delaney
2016-03-24 22:37 Patrice Clement
2016-03-24 22:37 Patrice Clement
2016-03-16  6:46 Ian Delaney
2016-03-14 18:20 Ian Delaney
2016-03-14 18:20 Ian Delaney
2016-02-28 16:27 Ian Delaney

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=1463811188.cf097a72aeee7c47cd78598549bc6213de270de3.idella4@gentoo \
    --to=idella4@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