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: Thu,  1 Oct 2015 16:21:03 +0000 (UTC)	[thread overview]
Message-ID: <1443716448.6fe066a2452424e53cfd21c74552802154f21ec5.mgorny@gentoo> (raw)

commit:     6fe066a2452424e53cfd21c74552802154f21ec5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 20:48:20 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 16:20:48 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe066a2

dev-util/abi-compliance-checker: Remove old versions

Package-Manager: portage-2.2.20

 dev-util/abi-compliance-checker/Manifest              |  3 ---
 .../abi-compliance-checker-1.98.4.ebuild              | 19 -------------------
 .../abi-compliance-checker-1.98.7.ebuild              | 19 -------------------
 .../abi-compliance-checker-1.98.8.ebuild              | 19 -------------------
 4 files changed, 60 deletions(-)

diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest
index b494110..1808a7d 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -1,4 +1 @@
-DIST abi-compliance-checker-1.98.4.tar.gz 258639 SHA256 889f26c3c58c36afbaf1e7bde7f49107f25231acf901ce85a10f93812755401b SHA512 31773a26911b89a2e472fe6b2b9504d4cd196a193765593cec8d7f8a4dbc1ceea7e70585ec8b6d73f2664ca53bafd1c85657c3c4553da3f7cc8e2350e84ce052 WHIRLPOOL 1475e14bb42de5e7d2fa934dec6f1333f72d4e493a87d352a0da4a2e326b75648d1f146e90743f20d9bfd066911b2dd1e568ce98a560dfd14b3f655a303303ff
-DIST abi-compliance-checker-1.98.7.tar.gz 256069 SHA256 b1198a4c726ead9d02d1ab1fdbc384f72c34d43e4d29b8438d1b1460aca73699 SHA512 a925c12b0cebc72ee6af84ea1663a8f3e2333e130c1bff494866a54efc644a1825bfc5ce84d5c183e4031dc4037847b42a808099e127874e0184e83b33d499ec WHIRLPOOL 17c6f92d889e4236abc1607dfc3547b3f20d74084be562e390a177d345026fc539056e302ef0b9a682e6e0203502010af5ec900011a8077790bd1688c680081d
-DIST abi-compliance-checker-1.98.8.tar.gz 259591 SHA256 e3850394b8b8c1e6bad5e4136fc83a8ed8dab9f429c0f6a45cf3d1a7351742cb SHA512 b65d8ad2050e51b15c26e999886ec9b23aee1e7ce3836fc6ede7201f0831a0a8070317908fa33f68fcb552ed997b2949ecb6c663066d307cb1b5edad0bfbb700 WHIRLPOOL 9679fec45ae6e0b6c819ff55b06bd1d5d7bc578dd446498b0e5334d7ffb99a9d5a9d532a0c17586fccd323c027ee89c09490311cfcdab0ab461ab5b0c91f4a46
 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.98.4.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild
deleted file mode 100644
index 7f4b4f6..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild
deleted file mode 100644
index 86efde1..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="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-1.98.8.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.8.ebuild
deleted file mode 100644
index 8b1df71..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.98.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 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=""
-
-src_install() {
-	mkdir -p "${D}"/usr || die
-	perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die
-}


             reply	other threads:[~2015-10-01 16:21 UTC|newest]

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

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=1443716448.6fe066a2452424e53cfd21c74552802154f21ec5.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