From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D78EA13829C for ; Sat, 4 Jun 2016 12:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C71E085A; Sat, 4 Jun 2016 12:01:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B67E0E085A for ; Sat, 4 Jun 2016 12:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81F4B340B35 for ; Sat, 4 Jun 2016 12:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8640B970 for ; Sat, 4 Jun 2016 12:01:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1465041576.c5f81a53b51a62349aabec79fc5ea8abebbf6a84.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capstone/capstone-3.0.4-r1.ebuild dev-libs/capstone/capstone-3.0.4.ebuild X-VCS-Directories: dev-libs/capstone/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c5f81a53b51a62349aabec79fc5ea8abebbf6a84 X-VCS-Branch: master Date: Sat, 4 Jun 2016 12:01:49 +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: 1227b9e7-4e77-4e9c-9863-d28a060f7e2a X-Archives-Hash: 55f0a9b7e661a0f9feacebcb74283654 commit: c5f81a53b51a62349aabec79fc5ea8abebbf6a84 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 4 11:59:04 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 4 11:59:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f81a53 dev-libs/capstone: use upstream build system Makefile-based build system does proper soname versioning Package-Manager: portage-2.3.0_rc1 .../capstone/{capstone-3.0.4.ebuild => capstone-3.0.4-r1.ebuild} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-libs/capstone/capstone-3.0.4.ebuild b/dev-libs/capstone/capstone-3.0.4-r1.ebuild similarity index 81% rename from dev-libs/capstone/capstone-3.0.4.ebuild rename to dev-libs/capstone/capstone-3.0.4-r1.ebuild index da406e9..018e9db 100644 --- a/dev-libs/capstone/capstone-3.0.4.ebuild +++ b/dev-libs/capstone/capstone-3.0.4-r1.ebuild @@ -3,19 +3,14 @@ # $Id$ EAPI=6 -inherit cmake-utils flag-o-matic DESCRIPTION="disassembly/disassembler framework + bindings" HOMEPAGE="http://www.capstone-engine.org/" SRC_URI="https://github.com/aquynh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/3" # libcapstone.so.3 KEYWORDS="~amd64 ~x86" RDEPEND="" DEPEND="${RDEPEND}" - -src_test() { - cmake-utils_src_make test -}