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: Tue, 24 May 2016 12:45:22 +0000 (UTC) [thread overview]
Message-ID: <1464093908.e3c4d1a430632b4ca59e7c8328b6c14f6c0045c6.mgorny@gentoo> (raw)
commit: e3c4d1a430632b4ca59e7c8328b6c14f6c0045c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 11:25:44 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 24 12:45:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c4d1a4
dev-util/abi-compliance-checker: Clean up old
dev-util/abi-compliance-checker/Manifest | 3 ---
.../abi-compliance-checker-1.99.12-r1.ebuild | 27 ----------------------
.../abi-compliance-checker-1.99.15.ebuild | 27 ----------------------
.../abi-compliance-checker-1.99.9.ebuild | 23 ------------------
4 files changed, 80 deletions(-)
diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest
index d134f14..aa41665 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -1,4 +1 @@
-DIST abi-compliance-checker-1.99.12.tar.gz 254441 SHA256 24b3dbf42d46f8ddb425b4156b0211288c30dd9d85a4bee34a3e3664b60a9f2e SHA512 6ba94d2b1ec6574f4e252e9829575ce1eab6f437e425bf98c94276359edfa41f8e014a9ddb5f06057a882ecdb63effab714cae9ce1089c28faa28b3e34ff0628 WHIRLPOOL 91605af7489e60b3217f5dec91bb9b6c574086158cad1929bd059ed092c709e2a406fd2dcc187872db38de28f22a4abddd119d01c392e92060d84b7a067003fa
-DIST abi-compliance-checker-1.99.15.tar.gz 255370 SHA256 ce898cbeed77a2e6d52de4c0b16dcb313940994840da39432859e10eda2c8493 SHA512 66753ce5b3eefb8c3d2d474d5f3bcc001be629a11f30343d26c29b93d3dc72ebc44bd6a36d72981e39ef63ad12e9dc53c48a3cce1c599720479e23d5219adb1d WHIRLPOOL 7b21aa90f2e212a6a210d4751ee20f9270fd739e494d70c449282968c5bc4a28db0062574bd5ff5699a60e922935bf08969bfa8313ea2a228c83e25e87f0c3ce
DIST abi-compliance-checker-1.99.19.tar.gz 229243 SHA256 e9a5849fdab6a74f5ea99c6b94e39d900ba37d67b204f46f0f47357ac9c96661 SHA512 d88938d808cc7a7e3702a115393068d828645d00e5a02f18c737abb1422896cdf6eec605b91e85a6a7ee181199c30788cb7003e23d76e662b30f4be1b3f211f0 WHIRLPOOL b02bd6df89f30745eeaaf9945642f70e37ad875dd6fb610263c7c777d37f3634db5701f08910696ddb58a3fdfb963ea8d02f9dd99dedf9d2ae8c72f9ff54ceee
-DIST abi-compliance-checker-1.99.9.tar.gz 272227 SHA256 52b0daca89fcda73cde126497c8015ca823417074ba02fcff68b7acf2f45e516 SHA512 bf3530463a93ed453c9479fa2907e8e68d34949e71bb552fabc43b37f7fa562a49339adc86de09596a13ccd5586bfc5fcb5df1d03ffa04020d9ac3622025b2be WHIRLPOOL 0d62b5c4b14e814231cfa06ffdcfd7fa44fecd2d154bf57b0abb13f2540f755b3de3179fd9d3c34720329f674285877b3b4e43dc904b9b1ae1c7b3c88467094e
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.12-r1.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.12-r1.ebuild
deleted file mode 100644
index 6f0278a..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.12-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-util/ctags"
-
-src_compile() {
- :
-}
-
-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-1.99.15.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.15.ebuild
deleted file mode 100644
index f5e53c3..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.15.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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/ctags"
-
-src_compile() {
- :
-}
-
-src_install() {
- mkdir -p "${D}"/usr || die
- perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die
-}
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
deleted file mode 100644
index 9a699a8..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- dev-util/ctags"
-
-src_install() {
- mkdir -p "${D}"/usr || die
- perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die
-}
next reply other threads:[~2016-05-24 12:45 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 12:45 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
2017-04-24 18:29 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-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=1464093908.e3c4d1a430632b4ca59e7c8328b6c14f6c0045c6.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