diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-07 13:40:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-07 13:40:04 +0000 |
commit | fd9c77d91dc5b7da64c27abc63f2e369139ec5b3 (patch) | |
tree | 051b8bee20c13c1e649f8a6c99c1fc2067da21dc /dev-util | |
parent | Version bumped, bug #418925. (diff) | |
download | gentoo-2-fd9c77d91dc5b7da64c27abc63f2e369139ec5b3.tar.gz gentoo-2-fd9c77d91dc5b7da64c27abc63f2e369139ec5b3.tar.bz2 gentoo-2-fd9c77d91dc5b7da64c27abc63f2e369139ec5b3.zip |
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/abi-compliance-checker/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild (renamed from dev-util/abi-compliance-checker/abi-compliance-checker-1.98.2.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/abi-compliance-checker/ChangeLog b/dev-util/abi-compliance-checker/ChangeLog index a6579fe278a6..379dcea593dd 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 1.3 2012/12/15 12:47:24 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/ChangeLog,v 1.4 2013/01/07 13:40:04 mgorny Exp $ + +*abi-compliance-checker-1.98.7 (07 Jan 2013) + + 07 Jan 2013; Michał Górny <mgorny@gentoo.org> + +abi-compliance-checker-1.98.7.ebuild, -abi-compliance-checker-1.98.2.ebuild: + Version bump. *abi-compliance-checker-9999 (15 Dec 2012) diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.2.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild index 856c87d28dc5..b35d44239734 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.2.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.2.ebuild,v 1.1 2012/07/17 14:39:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild,v 1.1 2013/01/07 13:40:04 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" +SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |