public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpri/
Date: Mon,  9 May 2016 07:55:38 +0000 (UTC)	[thread overview]
Message-ID: <1462780516.8ccf2531924e65aac2c6be8ba7e849ff011fe91e.chainsaw@gentoo> (raw)

commit:     8ccf2531924e65aac2c6be8ba7e849ff011fe91e
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 07:55:16 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Mon May  9 07:55:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccf2531

net-libs/libpri: Version bump to 1.5.0 thanks to Oliver Jaksch. Closes bug #582442.

Package-Manager: portage-2.2.28

 net-libs/libpri/Manifest            |  1 +
 net-libs/libpri/libpri-1.5.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/net-libs/libpri/Manifest b/net-libs/libpri/Manifest
index 25963f4..60313ae 100644
--- a/net-libs/libpri/Manifest
+++ b/net-libs/libpri/Manifest
@@ -2,3 +2,4 @@ DIST libpri-1.4.12.tar.gz 339669 SHA256 c0e170a742ed5d19515c99472fe79a467522355b
 DIST libpri-1.4.13.tar.gz 338432 SHA256 5c17611b7294c83f20fac5dc5cd9930de684a2f84627efb15ef6742b68df1ebf SHA512 5fbd408577bc92f2232c696f91691ec28e011b0918c7ff08212f352499f0af56e1b9a03ec738b13c28a4ff5e687eaf873472035ed1908cf43a844ffbf34dd636 WHIRLPOOL 37b7694dd012677e6ecea73a79bf75577fc6f368f9963e08a50e8d12a407a4b979ae56e1c92bb0df85efbec3cfaa2f033dac5eb1cd864bfe2e472bb22415abd8
 DIST libpri-1.4.14.tar.gz 338303 SHA256 25def0f3d492e7604c58d81f5c5a3c70f158bbf78b1250a3bda208e994799dd0 SHA512 c702249db62abb694747b56c588aa0e3883f54cba7cc125652df446604f349979e68a6d6b477bdcddd938179f1d1bab0a73044b0eb4c88a615770344ca419cdf WHIRLPOOL 62b5d4480556eea849a54ebd3a8d910ca02f078c5376031cfa388602350b3a514671102e0a6fe568c092b822a8d514fa2012d20db78b0b96a947a1b3a8c42ecd
 DIST libpri-1.4.15.tar.gz 338633 SHA256 9af4192137b0364ebc1fb86ecceaf6bb154772d7b8f094a1a7b2f3dcddc032d5 SHA512 2737ad404440a0c809bf0bb0e406565757fe850040911561c2e5e64f4c49b02af69db0d23dac322dda354583bca0ced88becc07017e686a848b69c8f152fb9d4 WHIRLPOOL 4b162d9de627c657bd7d97c7e7b19aa5c74b2497728986d08c46fbfa0582eb0e2c865d5536c78c8eb6e0ec489e5e785a414ca82aa126b4de03ed5095d38783aa
+DIST libpri-1.5.0.tar.gz 340683 SHA256 ee224bc4aa65c54546bd09675c3f0b71817ce9e277332bce86989d8dcd556a24 SHA512 194e4b525e77a28665525e43a2d105d542fab242d3d21951574668bf4d14d90adeb4e0b18384eca1628d75a16d89c8b1e6577e30542d77dd5dfd3d6f4d60ed3a WHIRLPOOL 2b8749e8a5f238644cbd3f78b3f23dd50b05036e846678d42387522ec8470ccbb033595628a8498b888f71b2b66be4716d2c47a30f52b126bf7b1233ea417f04

diff --git a/net-libs/libpri/libpri-1.5.0.ebuild b/net-libs/libpri/libpri-1.5.0.ebuild
new file mode 100644
index 0000000..35a82da
--- /dev/null
+++ b/net-libs/libpri/libpri-1.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+MY_P="${P/_/-}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Primary Rate ISDN (PRI) library"
+HOMEPAGE="http://www.asterisk.org/"
+SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.4.13-multilib.patch"
+	"${FILESDIR}/${PN}-1.4.13-respect-user-flags.patch"
+	"${FILESDIR}/${PN}-1.4.13-no-static-lib.patch"
+)
+
+src_install() {
+	emake INSTALL_PREFIX="${D}" LIBDIR="${D}/usr/$(get_libdir)" install
+	dodoc ChangeLog README TODO
+}


             reply	other threads:[~2016-05-09  7:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09  7:55 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-23  8:59 [gentoo-commits] repo/gentoo:master commit in: net-libs/libpri/ Michael Weber
2017-02-23 13:02 Michael Weber
2017-09-23 11:48 Ulrich Müller
2019-11-14  0:47 Aaron Bauman
2019-11-18 12:22 Agostino Sarubbo
2020-04-19 11:22 Joonas Niilola
2020-07-16 17:45 Sam James
2020-07-20 12:24 Sam James
2024-03-16 12:13 Conrad Kostecki

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=1462780516.8ccf2531924e65aac2c6be8ba7e849ff011fe91e.chainsaw@gentoo \
    --to=chainsaw@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