summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-22 08:05:06 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-22 08:05:06 +0000
commita2b62c7507cbfb6c7b759d0f34112e762f7e1199 (patch)
treed7dfa4c9fe3fd0263e6bc1a5afa2f56f7ef0a4bf /dev-util/abi-compliance-checker
parentVersion bump wrt bug #439166. Thanks to microcai for reporting this issue (diff)
downloadgentoo-2-a2b62c7507cbfb6c7b759d0f34112e762f7e1199.tar.gz
gentoo-2-a2b62c7507cbfb6c7b759d0f34112e762f7e1199.tar.bz2
gentoo-2-a2b62c7507cbfb6c7b759d0f34112e762f7e1199.zip
Version bump.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-util/abi-compliance-checker')
-rw-r--r--dev-util/abi-compliance-checker/ChangeLog10
-rw-r--r--dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild19
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/abi-compliance-checker/ChangeLog b/dev-util/abi-compliance-checker/ChangeLog
index 561d0932252b..269482be94c4 100644
--- a/dev-util/abi-compliance-checker/ChangeLog
+++ b/dev-util/abi-compliance-checker/ChangeLog
@@ -1,3 +1,13 @@
+# ChangeLog for dev-util/abi-compliance-checker
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 1.2 2012/10/22 08:05:06 mgorny Exp $
+
+*abi-compliance-checker-1.98.4 (22 Oct 2012)
+
+ 22 Oct 2012; Michał Górny <mgorny@gentoo.org>
+ +abi-compliance-checker-1.98.4.ebuild:
+ Version bump.
+
*abi-compliance-checker-1.98.2 (17 Jul 2012)
17 Jul 2012; Michał Górny <mgorny@gentoo.org>
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild
new file mode 100644
index 000000000000..efbe90272d85
--- /dev/null
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild,v 1.1 2012/10/22 08:05:06 mgorny Exp $
+
+EAPI=4
+
+DESCRIPTION="A tool for checking backward compatibility of a C/C++ library"
+HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker"
+SRC_URI="mirror://github/lvc/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ mkdir -p "${D}"/usr || die
+ perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die
+}