Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 46889781A5C for <~alpine/aports@lists.alpinelinux.org>; Sun, 18 Aug 2019 21:59:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 11D3529EBC for <~alpine/aports@lists.alpinelinux.org>; Sun, 18 Aug 2019 23:59:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aj6Bb7PW3rw4; Sun, 18 Aug 2019 23:59:01 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566165541; bh=nhDupV5dXTkS8KLhswq7krDURHimV9xFoM8aalouxLI=; h=From:To:Cc:Subject:Date; b=GfVIHJwWYajXSeWwCXyJ6TTZq03BX8Wj9+DZLa3p6yu13GOy+//Oj2OEYk1fpa8o3 00iN0hMzrTC7YFeZMSl0z2h0Afoad3xYmCWvE79BRnpfVX3YDqB4bByio493eZzUag izrFuOpv3STBqc/gkTZqYO8nEfTi8Nh7QZZ5CwEPdmPyxP/xNuc/+75l0YMwoowI5G Zsc+/GRVUsfo2546HBAlF6UkGjO9NiOPDjfg+AAm6bN132L/nFMSAZlzTQmfAC4g0Q J0aGwRcZIbC+IM9e3GowzfqEc7Mci0MHfdPEM+UIWDm/tNWrpqNl6SJfwX87WvQ4C7 tnKOP2zXmCjEA== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/nlohmann-json: take over maintainership and disable -dev package Date: Sun, 18 Aug 2019 23:59:00 +0200 Message-Id: <20190818215900.14024-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit It's just a single header file package anyway, the non -dev or -doc package would be useless. --- testing/nlohmann-json/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD index b1dd0c6e23..d598d3622e 100644 --- a/testing/nlohmann-json/APKBUILD +++ b/testing/nlohmann-json/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Nick Black -# Maintainer: +# Maintainer: Bart Ribbers pkgname=nlohmann-json pkgver=3.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="JSON for Modern C++" url="https://github.com/nlohmann/json" arch="noarch" license="MIT" makedepends="cmake doxygen graphviz" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-doc" source="nlohmann-json-$pkgver.tar.gz::https://github.com/nlohmann/json/archive/v$pkgver.tar.gz" builddir="$srcdir/json-$pkgver" -- 2.21.0