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 7A50F1396D0 for ; Sat, 23 Sep 2017 07:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94B9CE0844; Sat, 23 Sep 2017 07:53:42 +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 5FDAFE083D for ; Sat, 23 Sep 2017 07:53:42 +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 9741F33BE95 for ; Sat, 23 Sep 2017 07:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569B79078 for ; Sat, 23 Sep 2017 07:53:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1506153218.35f9397620e56656e4f0faa4e09a45192247e46b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dfxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/dfxml/Manifest dev-libs/dfxml/dfxml-20170921.ebuild dev-libs/dfxml/dfxml-999999.ebuild dev-libs/dfxml/dfxml-99999999.ebuild X-VCS-Directories: dev-libs/dfxml/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 35f9397620e56656e4f0faa4e09a45192247e46b X-VCS-Branch: master Date: Sat, 23 Sep 2017 07:53:40 +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: aa1fe3e7-9054-46b6-ac19-aa03e1927b09 X-Archives-Hash: 20742f6f0ab55ab7c14ca1f7059a9e1b commit: 35f9397620e56656e4f0faa4e09a45192247e46b Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 23 07:52:58 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 23 07:53:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f93976 dev-libs/dfxml: Add snapshot, fumble live ebuild. Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-libs/dfxml/Manifest | 1 + .../dfxml/{dfxml-999999.ebuild => dfxml-20170921.ebuild} | 15 ++++++++------- .../dfxml/{dfxml-999999.ebuild => dfxml-99999999.ebuild} | 4 ---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/dev-libs/dfxml/Manifest b/dev-libs/dfxml/Manifest new file mode 100644 index 00000000000..1ca18a4b31f --- /dev/null +++ b/dev-libs/dfxml/Manifest @@ -0,0 +1 @@ +DIST dfxml-20170921.tar.gz 163616 SHA256 f24bd6c149d07f9ed1089fc25afdab2451f6615e57d5f25529e8d2a59989bc18 SHA512 0885947aaf8efe639c13324413ef0cca49750027b48b434f226fb9fbfba494e84e245da879dc0d77b46bddc27798f7f5df12590fce47b096683034bbc61280e1 WHIRLPOOL b693966c0da1b228415b1416cd3a7a3c25212d0c29839054739aa3fb821a9b429166d8be3e1c58bdcacdacc25fc2c9664e3aadc8aa40c060ec11fc7ca865145d diff --git a/dev-libs/dfxml/dfxml-999999.ebuild b/dev-libs/dfxml/dfxml-20170921.ebuild similarity index 66% copy from dev-libs/dfxml/dfxml-999999.ebuild copy to dev-libs/dfxml/dfxml-20170921.ebuild index 28bff01bc03..fa4fcd22ca6 100644 --- a/dev-libs/dfxml/dfxml-999999.ebuild +++ b/dev-libs/dfxml/dfxml-20170921.ebuild @@ -2,15 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools git-r3 +inherit autotools DESCRIPTION="Digital Forensics XML" HOMEPAGE="https://github.com/simsong/dfxml" -EGIT_REPO_URI="${HOMEPAGE}" +SRC_URI="https://api.github.com/repos/simsong/${PN}/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" DEPEND=" dev-libs/expat @@ -21,16 +21,17 @@ RDEPEND=" S=${WORKDIR}/${P}/src +src_unpack() { + unpack ${A} + mv simsong-dfxml-* ${P} || die +} + src_prepare() { default eautoreconf } -src_configure() { - econf $(use_with expat) -} - src_install() { default diff --git a/dev-libs/dfxml/dfxml-999999.ebuild b/dev-libs/dfxml/dfxml-99999999.ebuild similarity index 91% rename from dev-libs/dfxml/dfxml-999999.ebuild rename to dev-libs/dfxml/dfxml-99999999.ebuild index 28bff01bc03..1ec11d75492 100644 --- a/dev-libs/dfxml/dfxml-999999.ebuild +++ b/dev-libs/dfxml/dfxml-99999999.ebuild @@ -27,10 +27,6 @@ src_prepare() { eautoreconf } -src_configure() { - econf $(use_with expat) -} - src_install() { default