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: dev-libs/librelp/
Date: Mon,  7 Mar 2016 15:48:14 +0000 (UTC)	[thread overview]
Message-ID: <1457363789.bcdaa01b11a2b4c5dee4b7c030a7e88148f6e6e5.idella4@gentoo> (raw)

commit:     bcdaa01b11a2b4c5dee4b7c030a7e88148f6e6e5
Author:     Thomas D <whissi <AT> whissi <DOT> de>
AuthorDate: Mon Mar  7 15:16:29 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 15:16:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcdaa01b

dev-libs/librelp: Bump to v1.2.9 (Fixes #562138, wrt bug #576708)

- librelp no longer require GNUtls
- Bumped to EAPI=6

Bug: https://bugs.gentoo.org/show_bug.cgi?id=576708

Package-Manager: portage-2.2.27

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

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index 64c28ef..2b5b121 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1 +1,2 @@
 DIST librelp-1.2.7.tar.gz 410896 SHA256 3a434a1c71772706104cfb1c93ba8e6809d257851d60de29ac2142c60c68d7d1 SHA512 f8a71ad037cb5eaeb807b1bcb942893e2d10bcd57b18764bb13700c8e114d59de37b1b36560288abac18a07b6cb2920b46feaef4ae629aa0b3478ed16723542a WHIRLPOOL 784f291d0318b29be33bcd4bdd41e04c2e0fc8f292c6cb7f5985743559aa65f3c10932680f943e065ebf34e3f62c75bf2ed5500aebe0b7ab2fa7e64ced37cc44
+DIST librelp-1.2.9.tar.gz 415909 SHA256 520de7ba3dc688dc72c5b014dc61ef191e9528f77d1651ddca55fc0c149d98a3 SHA512 2d30fdb1946d8c0484de26a741bf187016b8639a702e3a1d42aa390a34931be46064bdb2552950a078366fe2705644db8c6a6015ced2ce14d3d2488527cf0819 WHIRLPOOL ae7095cdf93c2057f34aeee0cf0622284c39f9e84672baa9ff6296b50438cba4d8893114962b2b6f8feb68c0313057edb5fde3060e4fdffb904626a84e7a9690

diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild
new file mode 100644
index 0000000..96db26a
--- /dev/null
+++ b/dev-libs/librelp/librelp-1.2.9.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.1.0"
+
+KEYWORDS="~amd64 ~arm ~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
+}


             reply	other threads:[~2016-03-07 15:48 UTC|newest]

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

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=1457363789.bcdaa01b11a2b4c5dee4b7c030a7e88148f6e6e5.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