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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B1C5158094 for ; Mon, 11 Jul 2022 23:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 610C7E103A; Mon, 11 Jul 2022 23:10:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 454B7E103A for ; Mon, 11 Jul 2022 23:10:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88849340CDE for ; Mon, 11 Jul 2022 23:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB132535 for ; Mon, 11 Jul 2022 23:10:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1657581002.2278ea1a5cc1c4c85345faa800e8dc8c2d082711.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librouteros/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librouteros/Manifest net-libs/librouteros/librouteros-1.1.2-r1.ebuild X-VCS-Directories: net-libs/librouteros/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2278ea1a5cc1c4c85345faa800e8dc8c2d082711 X-VCS-Branch: master Date: Mon, 11 Jul 2022 23:10:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4373ea1f-fa2c-487e-89e2-e418b8fe3c0d X-Archives-Hash: 5d0facb43d7c891e5064dfec7c79c6ba commit: 2278ea1a5cc1c4c85345faa800e8dc8c2d082711 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Jul 11 22:57:42 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 11 23:10:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278ea1a net-libs/librouteros: drop 1.1.2-r1 Signed-off-by: Conrad Kostecki gentoo.org> net-libs/librouteros/Manifest | 1 - net-libs/librouteros/librouteros-1.1.2-r1.ebuild | 33 ------------------------ 2 files changed, 34 deletions(-) diff --git a/net-libs/librouteros/Manifest b/net-libs/librouteros/Manifest index ad6ab550dc40..a10ac5e5f8b4 100644 --- a/net-libs/librouteros/Manifest +++ b/net-libs/librouteros/Manifest @@ -1,2 +1 @@ -DIST librouteros-1.1.2.tar.bz2 234942 BLAKE2B e5fbb28957280798539d81fd908d9198084dbc3f15e403c7d21a3be7b0211bb2e0cc387b3e237c530454396df430dd2781d2c8184609cebd9cde906eac1288fd SHA512 b4974f84f23544276e426b94410107d24565060034423dabb49157ed2cbee8042d4d415f716fae50a757f24c87c0deab51435236a5bc1bcffe5fc888b7047fc3 DIST librouteros-1.1.3.tar.gz 20319 BLAKE2B d7527508e671c38ba12edd924300d53b10763bf3769378df3f988a4242ab8c4604d71d6afa55e963477a04b18a6e2afdae0123072d0876b793b022857bfacf30 SHA512 ff477efdf206a7c6f062af8b8d5636b16fa9a9c5a73e49fb78df9de38346063af5bf43a2057bc0b910350c1554e9a4915c6ee5b91b3822ee5e664db8754a8126 diff --git a/net-libs/librouteros/librouteros-1.1.2-r1.ebuild b/net-libs/librouteros/librouteros-1.1.2-r1.ebuild deleted file mode 100644 index cfa37b501172..000000000000 --- a/net-libs/librouteros/librouteros-1.1.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Library for accessing MikroTik's RouterOS via its API" -HOMEPAGE="https://verplant.org/librouteros/" -SRC_URI="https://verplant.org/librouteros/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="debug" - -RDEPEND="dev-libs/libgcrypt:0=" -DEPEND="${RDEPEND}" - -src_prepare() { - default - sed -e 's/-Werror//g' -i src/Makefile.am || die - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -}