public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Thu,  1 Jun 2017 10:32:55 +0000 (UTC)	[thread overview]
Message-ID: <1496313165.e1741caca58a4fbb863928ecbf3659603e90385b.whissi@gentoo> (raw)

commit:     e1741caca58a4fbb863928ecbf3659603e90385b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 10:32:45 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 10:32:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1741cac

dev-libs/librelp: Bump to v1.2.14

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/librelp/Manifest              |  1 +
 dev-libs/librelp/librelp-1.2.14.ebuild | 55 ++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index 3c2256a3bf5..9f1ced58231 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1,2 +1,3 @@
 DIST librelp-1.2.12.tar.gz 437945 SHA256 0355730524f7b20bed1b85697296b6ce57ac593ddc8dddcdca263da71dee7bd7 SHA512 bfc38882404e06c047bdabd203d71beba67bc5a717d2d6733863f15f0a3a09b4a792a628a1653c102c828fde7ff67cc8ade637de785399ab48a68605b23a72ed WHIRLPOOL 0d3193b3f0f21e940793df0f2c53bb46944c1fbfe4f7aee8b0ecbaead3053185f981a695eaae65d6ea1581ea4a8011e83e2ffff0436ab15bdd4f82b9a012f9a3
 DIST librelp-1.2.13.tar.gz 437877 SHA256 38df3ca7feba55850602bbefe3ac3c035e7666691d46b8bfbff1f1a4c774c0c7 SHA512 62d22998711ed82f30a1fce7c6b25dca514717c513d5833ce9ea6951d20f6922787213285be710c30fd28fd80d07ee9313f92cc7e09531ca8ac5e12627dbc868 WHIRLPOOL e420c237d1307b1e507385e005bcfde51183efe80bdcedaedfc6da22fcb55407dd47b696e602daa2f706418a9d49087dfa3628daf19147fbd5402ef7b37d8d72
+DIST librelp-1.2.14.tar.gz 437975 SHA256 11f6241a4336358a33bfdadd43ef299e8258db0a5243d0c164499c6b85ae5955 SHA512 b9a947edb7f23ba533f358d3271a61e80fcca7db8be0c20b39ec61ce4d913efed25173330a0604faebfbbdf33a051ed43234b2b41be2480dc3459c35b91acaae WHIRLPOOL e6c4cfb104f062fcb11a4beeff6ed0fbf8b38804838f365990735d2d7b52a1ce9750dc890d35ef300c951d54d30eb31b059c465f7a88b2df4cc31f9cfd377f5f

diff --git a/dev-libs/librelp/librelp-1.2.14.ebuild b/dev-libs/librelp/librelp-1.2.14.ebuild
new file mode 100644
index 00000000000..99aa6b1b09a
--- /dev/null
+++ b/dev-libs/librelp/librelp-1.2.14.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="An easy to use library for the RELP protocol"
+HOMEPAGE="http://www.librelp.com/"
+SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+ doc? ( FDL-1.3 )"
+
+# subslot = soname version
+SLOT="0/0.3.0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE="debug doc +ssl static-libs"
+
+RDEPEND="
+	ssl? ( >=net-libs/gnutls-3.3.17.1:0= )
+"
+
+DEPEND="
+	ssl? ( >=net-libs/gnutls-3.3.17.1:0= )
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i \
+		-e 's/ -g"/"/g' \
+		configure.ac || die "sed failed"
+
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable debug)
+		$(use_enable ssl tls)
+		$(use_enable static-libs static)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	local DOCS=( ChangeLog )
+	use doc && local HTML_DOCS=( doc/relp.html )
+	default
+
+	find "${ED}"usr/lib* -name '*.la' -delete || die
+}


             reply	other threads:[~2017-06-01 10:32 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-01 10:32 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 13:21 [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/ Petr Vaněk
2024-09-10 13:21 Petr Vaněk
2023-04-08 18:01 Arthur Zamarin
2023-04-08 17:46 Arthur Zamarin
2023-04-08 17:32 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 12:26 Arthur Zamarin
2023-03-09  5:58 Sam James
2023-03-09  5:58 Sam James
2022-08-28  5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-05  9:31 Arthur Zamarin
2021-10-25 17:20 Arthur Zamarin
2021-06-03 16:26 Sam James
2021-06-03  8:23 Sam James
2021-06-02 16:44 Sam James
2021-06-01 17:58 Sam James
2021-06-01 15:14 Sergei Trofimovich
2021-05-16  0:03 Sam James
2021-05-02 15:38 Mikle Kolyada
2021-05-01 18:24 Sam James
2021-02-21  2:17 Thomas Deutschmann
2020-11-26 13:26 Thomas Deutschmann
2020-11-26  5:18 Sam James
2020-11-25 19:12 Thomas Deutschmann
2020-10-18 16:02 Thomas Deutschmann
2020-10-10  8:47 Sergei Trofimovich
2020-10-08 17:31 Sergei Trofimovich
2020-10-06 15:41 Sam James
2020-09-30 18:05 Thomas Deutschmann
2020-08-26 13:31 Thomas Deutschmann
2020-08-26 13:31 Thomas Deutschmann
2020-07-23 13:49 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-20 10:13 Thomas Deutschmann
2020-06-19 15:41 Sergei Trofimovich
2020-04-28 23:04 Thomas Deutschmann
2020-01-18  9:51 Thomas Deutschmann
2019-12-31  3:17 Thomas Deutschmann
2019-12-31  3:17 Thomas Deutschmann
2019-07-28 11:05 Mikle Kolyada
2019-06-20 18:08 Mikle Kolyada
2019-06-11 22:15 Sergei Trofimovich
2019-06-04 23:12 Thomas Deutschmann
2019-05-02  5:19 Matt Turner
2019-04-27 20:28 David Seifert
2019-03-13 22:58 Thomas Deutschmann
2019-01-03 19:12 Mikle Kolyada
2018-12-20  1:30 Thomas Deutschmann
2018-12-19 20:19 Mikle Kolyada
2018-12-11 16:42 Thomas Deutschmann
2018-12-02 13:29 Mikle Kolyada
2018-10-05 13:33 Mikle Kolyada
2018-10-05  4:10 Thomas Deutschmann
2018-09-26 22:57 Thomas Deutschmann
2018-08-04 21:30 Thomas Deutschmann
2018-08-04 16:32 Thomas Deutschmann
2018-08-04 16:32 Thomas Deutschmann
2018-08-04 16:32 Thomas Deutschmann
2018-07-22  2:23 Mikle Kolyada
2018-07-09 16:19 Mikle Kolyada
2018-07-04  3:17 Thomas Deutschmann
2018-07-03 23:18 Mart Raudsepp
2018-07-03 20:01 Sergei Trofimovich
2018-05-16 23:12 Thomas Deutschmann
2018-04-23 13:20 Thomas Deutschmann
2018-04-22 20:19 Matt Turner
2018-03-28 19:45 Mart Raudsepp
2018-03-28  5:05 Markus Meier
2018-03-23 10:27 Agostino Sarubbo
2018-03-23  7:24 Sergei Trofimovich
2018-03-22 18:53 Thomas Deutschmann
2018-03-19 20:06 Sergei Trofimovich
2017-11-22 21:38 Sergei Trofimovich
2017-10-21 17:06 Sergei Trofimovich
2017-06-30 11:10 Agostino Sarubbo
2017-06-28 13:19 Agostino Sarubbo
2017-06-15 16:06 Markus Meier
2017-06-04 10:42 Agostino Sarubbo
2017-06-01 13:37 Agostino Sarubbo
2017-03-01  7:55 Michael Weber
2017-02-26 14:11 Thomas Deutschmann
2016-11-27 21:17 Thomas Deutschmann
2016-10-01 13:00 Jeroen Roovers
2016-08-17 13:58 Thomas Deutschmann
2016-08-17 13:58 Thomas Deutschmann
2016-08-17 13:58 Thomas Deutschmann
2016-08-17 13:58 Thomas Deutschmann
2016-06-12 17:52 Patrice Clement
2016-06-12 17:52 Patrice Clement
2016-06-12 17:52 Patrice Clement
2016-03-07 15:48 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=1496313165.e1741caca58a4fbb863928ecbf3659603e90385b.whissi@gentoo \
    --to=whissi@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