From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AC35138334 for ; Sun, 1 Jul 2018 08:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 384BAE083E; Sun, 1 Jul 2018 08:57:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 002EFE083E for ; Sun, 1 Jul 2018 08:57:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B5BD335C90 for ; Sun, 1 Jul 2018 08:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42FD02B3 for ; Sun, 1 Jul 2018 08:57:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530435436.1e4caf8e1bf4b1bfa49c7b6ce53b1445f36a77c1.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/loudmouth/Manifest net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild net-libs/loudmouth/loudmouth-1.5.3.ebuild net-libs/loudmouth/metadata.xml X-VCS-Directories: net-libs/loudmouth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1e4caf8e1bf4b1bfa49c7b6ce53b1445f36a77c1 X-VCS-Branch: master Date: Sun, 1 Jul 2018 08:57:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b1330d9-0b3c-4d1b-b911-9164e14d3944 X-Archives-Hash: f42f15ba7604a647890471392ce7570c commit: 1e4caf8e1bf4b1bfa49c7b6ce53b1445f36a77c1 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jul 1 08:44:53 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jul 1 08:57:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4caf8e net-libs/loudmouth: Drop old Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-libs/loudmouth/Manifest | 1 - net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild | 57 --------------------------- net-libs/loudmouth/loudmouth-1.5.3.ebuild | 58 ---------------------------- net-libs/loudmouth/metadata.xml | 6 +-- 4 files changed, 2 insertions(+), 120 deletions(-) diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 16d7dfe621a..a905effb7a5 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,2 +1 @@ -DIST loudmouth-1.5.2.tar.gz 115940 BLAKE2B cf9134fb68e09c4f03e605227a42b9fc092d5f4f5524a39e044f6bd573e7b9a0e7ba1161cda2655cdc513a05673dfa3600d0548209230314a9455c7a912123b7 SHA512 54c3eb7ef99604d7e2d5560dc6e5be176a188e6a0d82ae6c2f488e30f06553039aa03d6f818cec25f354479a2624f60f2233d7e63b54f331e934d554de9bfc87 DIST loudmouth-1.5.3.tar.gz 114676 BLAKE2B 7a73e4e65046608fc8ec571b5448ab8344a8aed554fee1ecf7badd2ca5ed382ddb27e6ba7bd5d0a76d978d3079415b307f1b4ca77da450003ae936191cdbd33e SHA512 afae8b4ad1e9e5558cffa8f6b9f25331b01cfa09ea0b3defb74cac7d39477744e6d9181d3adefe242038020759df43558de0e61305fbc8e12a3b293b82856bf7 diff --git a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild b/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild deleted file mode 100644 index abcf62c398c..00000000000 --- a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Lightweight C Jabber library" -HOMEPAGE="https://github.com/mcabber/loudmouth" -SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -#SRC_URI="https://mcabber.com/files/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~ppc-macos" - -IUSE="asyncns ssl openssl static-libs test" - -# Automagic libidn dependency -RDEPEND=" - >=dev-libs/glib-2.16:2 - net-dns/libidn - ssl? ( - !openssl? ( >=net-libs/gnutls-1.4.0 ) - openssl? ( dev-libs/openssl:0 ) - ) - asyncns? ( >=net-libs/libasyncns-0.3 ) -" -DEPEND="${RDEPEND} - test? ( dev-libs/check ) - virtual/pkgconfig - >=dev-util/gtk-doc-1 - >=dev-util/gtk-doc-am-1 -" - -src_prepare() { - eautoreconf -} - -src_configure() { - local myconf - - if use ssl; then - if ! use openssl; then - myconf="${myconf} --with-ssl=gnutls" - else - myconf="${myconf} --with-ssl=openssl" - fi - else - myconf="${myconf} --with-ssl=no" - fi - - econf \ - $(use_enable static-libs static) \ - $(use_with asyncns) \ - ${myconf} -} diff --git a/net-libs/loudmouth/loudmouth-1.5.3.ebuild b/net-libs/loudmouth/loudmouth-1.5.3.ebuild deleted file mode 100644 index 2b9a01dfa34..00000000000 --- a/net-libs/loudmouth/loudmouth-1.5.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Lightweight C Jabber library" -HOMEPAGE="https://github.com/mcabber/loudmouth" -SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -#SRC_URI="https://mcabber.com/files/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" - -IUSE="asyncns ssl openssl static-libs test" - -# Automagic libidn dependency -RDEPEND=" - >=dev-libs/glib-2.16:2 - net-dns/libidn - ssl? ( - !openssl? ( >=net-libs/gnutls-1.4.0 ) - openssl? ( dev-libs/openssl:0 ) - ) - asyncns? ( >=net-libs/libasyncns-0.3 ) -" -DEPEND="${RDEPEND} - test? ( dev-libs/check ) - virtual/pkgconfig - >=dev-util/gtk-doc-1 - >=dev-util/gtk-doc-am-1 -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc7.patch - eautoreconf -} - -src_configure() { - local myconf - - if use ssl; then - if ! use openssl; then - myconf="${myconf} --with-ssl=gnutls" - else - myconf="${myconf} --with-ssl=openssl" - fi - else - myconf="${myconf} --with-ssl=no" - fi - - econf \ - $(use_enable static-libs static) \ - $(use_with asyncns) \ - ${myconf} -} diff --git a/net-libs/loudmouth/metadata.xml b/net-libs/loudmouth/metadata.xml index 528027fd8a7..159c57ddc16 100644 --- a/net-libs/loudmouth/metadata.xml +++ b/net-libs/loudmouth/metadata.xml @@ -1,10 +1,7 @@ - - wschlich@gentoo.org - Wolfram Schlich - + Use net-libs/libasyncns for asynchronous name resolution. Enable dev-libs/openssl support instead of gnutls (which is the default). @@ -13,3 +10,4 @@ mcabber/loudmouth +