public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/
Date: Mon, 24 Apr 2017 18:29:00 +0000 (UTC)	[thread overview]
Message-ID: <1493058530.257ef1a7b11b8c81a995f2b02be543dc7b02ce6f.mgorny@gentoo> (raw)

commit:     257ef1a7b11b8c81a995f2b02be543dc7b02ce6f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 17:52:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 18:28:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257ef1a7

dev-util/abi-compliance-checker: Bump to 2.0

 dev-util/abi-compliance-checker/Manifest           |  1 +
 .../abi-compliance-checker-2.0.ebuild              | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest
index f0aacc45d4e..e05e3cdc4da 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -2,3 +2,4 @@ DIST abi-compliance-checker-1.99.21.tar.gz 230212 SHA256 c9ca13a9a7a0285214f9a18
 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
 DIST abi-compliance-checker-1.99.25.tar.gz 233928 SHA256 b6d82df39c89be5c55ab13c4829223c0f17cf84c62d437350c06243f0a8b7380 SHA512 2a01dac2c95069432951abbaf5c8888ae2ba241370b6059663c835aad5a2dd8b6c853762861707d14fe386a2c4ba85d3a9ae1b4af346a1eb6fe5f28ea3173bad WHIRLPOOL fb349024cdb063156e6ee0a8405ef1dd61f809179062da3196ef18570f2c58b86448aa737bf143640187a053fbe77a420bfc695ed890428af9f0539fb8f77743
+DIST abi-compliance-checker-2.0.tar.gz 228921 SHA256 73194c9c00853c761b8c7c0e6fc581ae92e586884a5a7dcce2c5b556b437b6e1 SHA512 f1ee78113ac29814ecdf4130cd2ed2cbe24ffea65853cbdc8803a07b5d08dc8f7ffea9764c2ddf7a4a73eac1159fd13b3ce74cb0d7e412aacadacf6f59e7b663 WHIRLPOOL f5c34d7ef7a1b72bf1f1466a1cb3c77336aff2241d7c1e514ab57cc974f8213f0d7ead1e811d656377204f422db5a3ef9d9e60a83880a745e590ec56cd09b105

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild
new file mode 100644
index 00000000000..7ad9918b7bc
--- /dev/null
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+}


             reply	other threads:[~2017-04-24 18:29 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-24 18:29 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 22:41 [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/ Sam James
2022-07-10 14:39 Sam James
2022-06-03 18:37 Mike Gilbert
2021-08-11  6:39 Agostino Sarubbo
2018-09-06 21:22 Michał Górny
2018-05-16  7:26 Michał Górny
2018-05-16  7:26 Michał Górny
2018-05-16  7:26 Michał Górny
2018-05-16  7:26 Michał Górny
2018-01-02  6:19 Michał Górny
2017-08-30  7:12 Michał Górny
2017-08-30  7:12 Michał Górny
2017-07-30  9:38 Michał Górny
2017-06-17  7:15 Michał Górny
2017-06-17  7:15 Michał Górny
2016-10-07 20:16 Michał Górny
2016-08-15 18:40 Michał Górny
2016-07-04 17:47 Michał Górny
2016-07-04 17:47 Michał Górny
2016-06-23 12:48 Michał Górny
2016-05-24 18:42 Mike Gilbert
2016-05-24 17:36 Mike Gilbert
2016-05-24 12:45 Michał Górny
2016-05-24 12:45 Michał Górny
2016-05-08 17:31 Mike Gilbert
2016-01-11 18:05 Michał Górny
2016-01-11 18:05 Michał Górny
2015-10-17  8:35 Michał Górny
2015-10-16 20:29 Michał Górny
2015-10-16 20:29 Michał Górny
2015-10-01 16:21 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493058530.257ef1a7b11b8c81a995f2b02be543dc7b02ce6f.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox