From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Sat, 4 Aug 2018 16:32:23 +0000 (UTC) [thread overview]
Message-ID: <1533400335.4f2408921b412004a876bcd2dfc6e0f1f56128b3.whissi@gentoo> (raw)
commit: 4f2408921b412004a876bcd2dfc6e0f1f56128b3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 15:48:57 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 16:32:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f240892
dev-libs/librelp: drop old
Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-libs/librelp/Manifest | 1 -
dev-libs/librelp/librelp-1.2.15.ebuild | 55 ----------------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index aecd425fe0d..20fcff97328 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1,2 +1 @@
-DIST librelp-1.2.15.tar.gz 440273 BLAKE2B dba423e206bdbcbfb351ab691f777d4c78f25d9042ffe2cdac01bc4e7e07eb7c02301ab0d8942a73d688eaf28b43d9f77aa94cc88a258dee1b28dac94a13954e SHA512 9cf52c82c8e61f6970a83ead60da4bc64ab56a2bda42fedf184a1ae60c28f66d565a0c3a8720b55b9a2e5e3ffb7ec35601158f634c8f2965f8c0d3b4f1c15568
DIST librelp-1.2.16.tar.gz 474456 BLAKE2B b528aaa66e9d52d5304510f86400067e1baea44be487f8cb176aeb146924bc35af24a403e849376e74614fb060093b48a3afe9d6c5da56bbf4dc37a6740478cc SHA512 54c101281c94046e4f8d6f77e73ab52874408e62c77f3dfa29ec0b294f39c216637674cc0bf1b7e04173557b3f21bfa74b7be1aafa3ff2771acd41d1d067d3a3
diff --git a/dev-libs/librelp/librelp-1.2.15.ebuild b/dev-libs/librelp/librelp-1.2.15.ebuild
deleted file mode 100644
index 84d265125a2..00000000000
--- a/dev-libs/librelp/librelp-1.2.15.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 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
-}
next reply other threads:[~2018-08-04 16:32 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-04 16: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-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-06-01 10:32 Thomas Deutschmann
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=1533400335.4f2408921b412004a876bcd2dfc6e0f1f56128b3.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