summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-23 16:30:58 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-23 16:30:58 +0000
commitf4f679b3471a2154b1cf9ca29b5c8f6807b03b98 (patch)
treee89497fc91a70184d31ae50e441abba302f5ced6 /dev-util/abi-compliance-checker
parentBump per bug #510936. Drop virtual/inetd dep per bug #506028. (diff)
downloadgentoo-2-f4f679b3471a2154b1cf9ca29b5c8f6807b03b98.tar.gz
gentoo-2-f4f679b3471a2154b1cf9ca29b5c8f6807b03b98.tar.bz2
gentoo-2-f4f679b3471a2154b1cf9ca29b5c8f6807b03b98.zip
Version bump, requested by hasufell.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
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.99.9.ebuild19
-rw-r--r--dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild6
3 files changed, 30 insertions, 5 deletions
diff --git a/dev-util/abi-compliance-checker/ChangeLog b/dev-util/abi-compliance-checker/ChangeLog
index c68b82e4430c..4d727adf9a4a 100644
--- a/dev-util/abi-compliance-checker/ChangeLog
+++ b/dev-util/abi-compliance-checker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/abi-compliance-checker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 1.6 2013/10/14 21:05:29 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 1.7 2014/06/23 16:30:58 mgorny Exp $
+
+*abi-compliance-checker-1.99.9 (23 Jun 2014)
+
+ 23 Jun 2014; Michał Górny <mgorny@gentoo.org>
+ +abi-compliance-checker-1.99.9.ebuild, abi-compliance-checker-9999.ebuild:
+ Version bump, requested by hasufell.
14 Oct 2013; Michał Górny <mgorny@gentoo.org>
abi-compliance-checker-9999.ebuild:
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild
new file mode 100644
index 000000000000..b4b6fdd289fd
--- /dev/null
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 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.99.9.ebuild,v 1.1 2014/06/23 16:30:58 mgorny Exp $
+
+EAPI=5
+
+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=""
+
+src_install() {
+ mkdir -p "${D}"/usr || die
+ perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die
+}
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
index 63fe4b8ee161..03ff76f55122 100644
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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-9999.ebuild,v 1.2 2013/10/14 21:05:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild,v 1.3 2014/06/23 16:30:58 mgorny Exp $
EAPI=5
@@ -13,7 +13,7 @@ inherit git-r3
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"
+SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"