Skip to content

Commit

Permalink
dev-util/abi-compliance-checker: Bump to 1.99.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 15, 2016
1 parent 67ac35a commit 371eb7c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/abi-compliance-checker/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST abi-compliance-checker-1.99.21.tar.gz 230212 SHA256 c9ca13a9a7a0285214f9a18195efae57a99465392fbf05fdc4a15fceada4dedf SHA512 9c7038ed54581f409faba03b1164e56376ce752075a2dc131c5ba5501aced7a09d2638259e373a08eb4e4a40c9499308fd91771565173d825224aa52713fdbd4 WHIRLPOOL 5107106d55dcc5901c45646254aa1c443b671fd334a039e36d9c3028ef280e36a71ab84506578dd82ce6a02b1e6b80c3ce4c61644cdd56d5fc8b9d7fc2a67c33
DIST abi-compliance-checker-1.99.22.tar.gz 230584 SHA256 da8d9c4f1d35d1ee355263b7f1b59c869e02fcb7cb764a695f8c730ce3dd5c2c SHA512 19c4f1dc93d724c8de102696f80eff592f052b69b5de62fceeea84a2add8a2d1f405f2af62253d188838118d0dccdb5791e36b3c64c0302d10534e296fdc8518 WHIRLPOOL f1ec4fe5553888bc95dc9bd3fe82cd8a4bf07fc3d4f9139520761701d1ca2962385d0d0d3eb7844337f39f9d719ceab6057182cbc55dc063245877a58151f28e
DIST abi-compliance-checker-1.99.23.tar.gz 231478 SHA256 5d1a66e12b654798a09bdc087bb523bb38dd52bc6a212d604c18b547eb1ca2b2 SHA512 f09e0b5d9b04ab7ef20b19a1265d6dceb89c1c1aa4639f67b30ca60a66bbb748df6f95e2a540e650f96f296cc1b7bd972391a5fb9038e4834bd4860825db2b2e WHIRLPOOL 33288a8a12815cd2d8b1d52460979523f7df503a6290f74570fb8abf48b7e5609d7f7b3009379d6b5f5b4276be5def6dc6ef4e55696aa7a1d6e4aadf8314d664
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="A tool for checking backward compatibility of a C/C++ library"
HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
dev-util/abi-dumper
dev-util/ctags"

src_compile() {
:
}

src_install() {
dodir /usr
perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die
einstalldocs
}

0 comments on commit 371eb7c

Please sign in to comment.