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 D13D7138350 for ; Mon, 4 May 2020 08:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC83FE090E; Mon, 4 May 2020 08:42:53 +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 D0C19E090E for ; Mon, 4 May 2020 08:42:53 +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 7B33134F55C for ; Mon, 4 May 2020 08:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E182A1C5 for ; Mon, 4 May 2020 08:42:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588581765.905b377da6118781ec955d6584e60d8fb3c16c65.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/rpki-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/rpki-client/Manifest net-misc/rpki-client/rpki-client-0.3.0.ebuild X-VCS-Directories: net-misc/rpki-client/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 905b377da6118781ec955d6584e60d8fb3c16c65 X-VCS-Branch: dev Date: Mon, 4 May 2020 08:42:50 +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: 0c099f7e-a5d5-4896-80be-c390c63e7d48 X-Archives-Hash: 5c1e0bd71612932d8e249843f215a331 commit: 905b377da6118781ec955d6584e60d8fb3c16c65 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon May 4 08:42:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 4 08:42:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=905b377d net-misc/rpki-client: fix manifest also, just set the S variable instead of moving to default S Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/rpki-client/Manifest | 2 +- net-misc/rpki-client/rpki-client-0.3.0.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net-misc/rpki-client/Manifest b/net-misc/rpki-client/Manifest index b50be42..81828be 100644 --- a/net-misc/rpki-client/Manifest +++ b/net-misc/rpki-client/Manifest @@ -1 +1 @@ -DIST rpki-client-0.3.0.tar.gz 81002 BLAKE2B acc428d14cfcfd0733236061d4b7bccce2fc898829ffc34603918e7cee1c7bf48496388c667027c9a3c319f41c46c58bd06e73088e2f2f80958dd5db34e1d5a6 SHA512 4169198074bd3e81008e34838a868313faa450c4fdf5bc827a5229a8ca4fbaa22fedd45d4dde59be0f15d8b80a27eb287a5e29eacc4a2c4a57e9c9e344ac3bbf +DIST rpki-client-0.3.0.tar.gz 81004 BLAKE2B 1831ed0aab4f4112391ba2c40c7b335f5284c4fe13d2e0e59e5996c909368285073018a3d9b431f88fdc347a8281d2fc4613de68badcab011061e7274d3df2bf SHA512 92f62b3137a3848aa3cf27b5b303b1ce097da961dcb684b8bad9fa224690f2f233658bd3c73e48d60d3c7df965173a1c935b0497a61084fe0986dce4feb4bd70 diff --git a/net-misc/rpki-client/rpki-client-0.3.0.ebuild b/net-misc/rpki-client/rpki-client-0.3.0.ebuild index ca194cc..bf64777 100644 --- a/net-misc/rpki-client/rpki-client-0.3.0.ebuild +++ b/net-misc/rpki-client/rpki-client-0.3.0.ebuild @@ -23,17 +23,14 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" +S="${WORKDIR}/${PN}-${VERSION}" + src_configure() { ./configure CPPFLAGS="`pkg-config --cflags openssl`" \ LDFLAGS="`pkg-config --libs-only-L openssl`" \ LDADD="`pkg-config --libs openssl` -lresolv" } -src_unpack() { - unpack ${A} - mv "${WORKDIR}/${PN}-${VERSION}" "${S}" -} - src_install() { emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install insinto /usr/share/${PN} 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 2C365138351 for ; Mon, 4 May 2020 08:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE795E09F7; Mon, 4 May 2020 08:54:13 +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 59CE9E09FE for ; Mon, 4 May 2020 08:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0DA9634F55E for ; Mon, 4 May 2020 08:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 429F0219 for ; Mon, 4 May 2020 08:54:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1588581765.905b377da6118781ec955d6584e60d8fb3c16c65.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/rpki-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/rpki-client/Manifest net-misc/rpki-client/rpki-client-0.3.0.ebuild X-VCS-Directories: net-misc/rpki-client/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 905b377da6118781ec955d6584e60d8fb3c16c65 X-VCS-Branch: master Date: Mon, 4 May 2020 08:54:09 +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: 1ecd65a2-dc5a-4c72-ab30-4c6bf4ef9f49 X-Archives-Hash: b9333df41cb60ec0a47d3ce6a5bb33c2 Message-ID: <20200504085409.oi6DwLaxTfTt28Z74I58t-93L1IS_dCxyKwHK2xjwi0@z> commit: 905b377da6118781ec955d6584e60d8fb3c16c65 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon May 4 08:42:45 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 4 08:42:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=905b377d net-misc/rpki-client: fix manifest also, just set the S variable instead of moving to default S Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/rpki-client/Manifest | 2 +- net-misc/rpki-client/rpki-client-0.3.0.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net-misc/rpki-client/Manifest b/net-misc/rpki-client/Manifest index b50be42..81828be 100644 --- a/net-misc/rpki-client/Manifest +++ b/net-misc/rpki-client/Manifest @@ -1 +1 @@ -DIST rpki-client-0.3.0.tar.gz 81002 BLAKE2B acc428d14cfcfd0733236061d4b7bccce2fc898829ffc34603918e7cee1c7bf48496388c667027c9a3c319f41c46c58bd06e73088e2f2f80958dd5db34e1d5a6 SHA512 4169198074bd3e81008e34838a868313faa450c4fdf5bc827a5229a8ca4fbaa22fedd45d4dde59be0f15d8b80a27eb287a5e29eacc4a2c4a57e9c9e344ac3bbf +DIST rpki-client-0.3.0.tar.gz 81004 BLAKE2B 1831ed0aab4f4112391ba2c40c7b335f5284c4fe13d2e0e59e5996c909368285073018a3d9b431f88fdc347a8281d2fc4613de68badcab011061e7274d3df2bf SHA512 92f62b3137a3848aa3cf27b5b303b1ce097da961dcb684b8bad9fa224690f2f233658bd3c73e48d60d3c7df965173a1c935b0497a61084fe0986dce4feb4bd70 diff --git a/net-misc/rpki-client/rpki-client-0.3.0.ebuild b/net-misc/rpki-client/rpki-client-0.3.0.ebuild index ca194cc..bf64777 100644 --- a/net-misc/rpki-client/rpki-client-0.3.0.ebuild +++ b/net-misc/rpki-client/rpki-client-0.3.0.ebuild @@ -23,17 +23,14 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" +S="${WORKDIR}/${PN}-${VERSION}" + src_configure() { ./configure CPPFLAGS="`pkg-config --cflags openssl`" \ LDFLAGS="`pkg-config --libs-only-L openssl`" \ LDADD="`pkg-config --libs openssl` -lresolv" } -src_unpack() { - unpack ${A} - mv "${WORKDIR}/${PN}-${VERSION}" "${S}" -} - src_install() { emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install insinto /usr/share/${PN}