public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/
Date: Fri, 30 Dec 2016 23:37:09 +0000 (UTC)	[thread overview]
Message-ID: <1483140925.020524dfc6b504bec9a8c86f4bf1b04a0370656c.aidecoe@gentoo> (raw)

commit:     020524dfc6b504bec9a8c86f4bf1b04a0370656c
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 22:54:57 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 23:35:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020524df

dev-erlang/esip: Bump version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-erlang/esip/Manifest           |  1 +
 dev-erlang/esip/esip-1.0.10.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-erlang/esip/Manifest b/dev-erlang/esip/Manifest
index 8eac1ba..d0858b1 100644
--- a/dev-erlang/esip/Manifest
+++ b/dev-erlang/esip/Manifest
@@ -1,3 +1,4 @@
+DIST esip-1.0.10.tar.gz 84598 SHA256 984370115979d725057be13fceb6443b93e8f7375e7f4ca6fc88c299621e2c7e SHA512 d551b2120d630e85181c2cc867f2c3e6efd5b6c31066fd58fdc65605c00d8a5ea0bddb821d018bd9401bfe3746b95777fe98ecbcbeaea62e14f1a138ad390bbe WHIRLPOOL 2aec74b65c5ca9e13fe33d8f898ed0e48bd0f8a03069d09026b0c1f717e46c72fd62592bfa3ef23390c5f950dcf6f52e4d8d5d0f365ba6fcc997768e9d5c38e9
 DIST esip-1.0.4.tar.gz 84478 SHA256 f10e59d06a7764c97f1dc474a99334d532b06c5f2125445f21757016f3ff8cc6 SHA512 50915831796f76986a00f5a2a08f308aa9fee71e92fbb6978e9e20f0c00007c0d442991cc7fc2f6df82560a1509f8189865afe8d0b6f94410c39e07ca4f1092b WHIRLPOOL 74a625a03f39d5c78b0e5a8516c0fe6d8c4e441674c2ffce9fa89609b8a6045bd52916753bdfa2c55d055bbead9e6e727adabbb9f98d388f746308c328f1db93
 DIST esip-1.0.7.tar.gz 84522 SHA256 942622cb808978d7eb0f2faa3c6b1577579bf9faa8617d9db58a9b7fe7a59993 SHA512 f25f2ea146a8fbea8f727210fc222649a6d434b5f2f9c2eaab62d56ecaddcd2f2986a96befb1e1291cff9130276d146321c20948d0469c36797c323f94431f3a WHIRLPOOL bdd25e89e32e742508cf58b4321e382e3c7fe6e0cf8ce7128c39ea1270162930eebf6f88bdfcfac65470c8193b87ef01e38aff8bccc310e1fd4f7c5f5adc078d
 DIST esip-1.0.8.tar.gz 84534 SHA256 1954e04ce6afe58992319f394110beb4adb743b11813ea853bf3bc46308fa344 SHA512 c5ed3e4e25d8db7aa67002e7b0bc0f6e7355e4227339ed507064832c3f329d78f6aa7d71eaa80108629b7bb6141f68c2f079decc4799517ac886e7bb3c1415e6 WHIRLPOOL 638d380717b0a7f7ee9f70a65cf7d8b99f0cfbd5a730b3fa02870653219a5a4ec53066f929e02e17ed18719b98302bfbf42b48fa93ff005974c6c6d9045bb156

diff --git a/dev-erlang/esip/esip-1.0.10.ebuild b/dev-erlang/esip/esip-1.0.10.ebuild
new file mode 100644
index 00000000..5e99332
--- /dev/null
+++ b/dev-erlang/esip/esip-1.0.10.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="ProcessOne SIP server component"
+HOMEPAGE="https://github.com/processone/esip"
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/fast_tls-1.0.9
+	>=dev-erlang/stun-1.0.9
+	>=dev-erlang/p1_utils-1.0.6
+	>=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md  README.md )
+
+src_prepare() {
+	rebar_src_prepare
+	rebar_fix_include_path stun
+
+	# ebin contains lonely .gitignore file asking for removal.
+	rm -r "${S}/ebin" || die
+}


             reply	other threads:[~2016-12-30 23:37 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-30 23:37 Amadeusz Piotr Żołnowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-16 14:50 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/ Florian Schmaus
2024-03-10 20:10 Florian Schmaus
2023-12-10 10:53 Florian Schmaus
2023-02-10 20:36 Sam James
2023-02-10 12:40 Florian Schmaus
2022-10-28 20:58 Florian Schmaus
2022-09-21 19:56 Florian Schmaus
2022-09-21 17:37 Florian Schmaus
2022-05-18  8:27 Florian Schmaus
2022-05-17 20:02 Florian Schmaus
2022-04-10 17:40 Florian Schmaus
2022-01-20 20:10 Florian Schmaus
2021-12-10 13:06 Florian Schmaus
2021-07-08 18:37 Florian Schmaus
2021-07-08 15:37 Florian Schmaus
2021-06-01  9:35 Sam James
2020-10-14 10:15 Hanno Böck
2020-10-12 15:15 Hanno Böck
2020-08-06 11:52 Agostino Sarubbo
2020-08-06 11:47 Agostino Sarubbo
2020-07-03  6:02 Hanno Böck
2020-04-01  9:46 Hanno Böck
2019-12-16 11:33 Hanno Böck
2019-11-02 14:45 Hanno Boeck
2019-09-16 19:10 Hanno Boeck
2019-09-13 12:26 Agostino Sarubbo
2019-09-13 12:01 Agostino Sarubbo
2019-09-13  6:36 Agostino Sarubbo
2018-10-16 21:50 Amadeusz Piotr Żołnowski
2017-11-18 19:43 Sergei Trofimovich
2017-10-23 19:51 Thomas Deutschmann
2017-03-29 21:45 Amadeusz Piotr Żołnowski
2016-12-21 12:22 Tobias Klausmann
2016-11-11 20:15 Amadeusz Piotr Żołnowski
2016-08-20 21:15 Anthony G. Basile
2016-08-20  3:11 Matthias Maier

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=1483140925.020524dfc6b504bec9a8c86f4bf1b04a0370656c.aidecoe@gentoo \
    --to=aidecoe@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