commit: c5f81a53b51a62349aabec79fc5ea8abebbf6a84
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 11:59:04 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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
-}