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: Mon,  4 Jul 2016 17:47:50 +0000 (UTC)	[thread overview]
Message-ID: <1467653940.e87dceef549c6f9a9a94e7517106e4e3db0dca6f.mgorny@gentoo> (raw)

commit:     e87dceef549c6f9a9a94e7517106e4e3db0dca6f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 17:38:33 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 17:39:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87dceef

dev-util/abi-compliance-checker: Drop old

 dev-util/abi-compliance-checker/Manifest           |  2 --
 .../abi-compliance-checker-1.99.19.ebuild          | 29 ----------------------
 .../abi-compliance-checker-1.99.20.ebuild          | 29 ----------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest
index f5ef22a..7c6705c 100644
--- a/dev-util/abi-compliance-checker/Manifest
+++ b/dev-util/abi-compliance-checker/Manifest
@@ -1,4 +1,2 @@
-DIST abi-compliance-checker-1.99.19.tar.gz 229243 SHA256 e9a5849fdab6a74f5ea99c6b94e39d900ba37d67b204f46f0f47357ac9c96661 SHA512 d88938d808cc7a7e3702a115393068d828645d00e5a02f18c737abb1422896cdf6eec605b91e85a6a7ee181199c30788cb7003e23d76e662b30f4be1b3f211f0 WHIRLPOOL b02bd6df89f30745eeaaf9945642f70e37ad875dd6fb610263c7c777d37f3634db5701f08910696ddb58a3fdfb963ea8d02f9dd99dedf9d2ae8c72f9ff54ceee
-DIST abi-compliance-checker-1.99.20.tar.gz 229677 SHA256 daa4992b6e48b3f800ed92c47a69a93a30176fdde518e65a908dbe95aee32c7f SHA512 0542a989041284366423a88eab9acd01ed0f311fa975de0e2fcf1782198ae447a8be424695bfc2c7c5d34d331fe552c6509df93a6a12d5de06904be6113c7c3b WHIRLPOOL 47881da3edd9cc70dab67917c8bc817670d2d135723d61ef83e19717f9993f4bc298d0dc0b2f757ffeee34b8c249040165b67bdd05656d4d88a3551b4a6541ff
 DIST abi-compliance-checker-1.99.21.tar.gz 230212 SHA256 c9ca13a9a7a0285214f9a18195efae57a99465392fbf05fdc4a15fceada4dedf SHA512 9c7038ed54581f409faba03b1164e56376ce752075a2dc131c5ba5501aced7a09d2638259e373a08eb4e4a40c9499308fd91771565173d825224aa52713fdbd4 WHIRLPOOL 5107106d55dcc5901c45646254aa1c443b671fd334a039e36d9c3028ef280e36a71ab84506578dd82ce6a02b1e6b80c3ce4c61644cdd56d5fc8b9d7fc2a67c33
 DIST abi-compliance-checker-1.99.22.tar.gz 230584 SHA256 da8d9c4f1d35d1ee355263b7f1b59c869e02fcb7cb764a695f8c730ce3dd5c2c SHA512 19c4f1dc93d724c8de102696f80eff592f052b69b5de62fceeea84a2add8a2d1f405f2af62253d188838118d0dccdb5791e36b3c64c0302d10534e296fdc8518 WHIRLPOOL f1ec4fe5553888bc95dc9bd3fe82cd8a4bf07fc3d4f9139520761701d1ca2962385d0d0d3eb7844337f39f9d719ceab6057182cbc55dc063245877a58151f28e

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.19.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.19.ebuild
deleted file mode 100644
index b52871f..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.19.ebuild
+++ /dev/null
@@ -1,29 +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/abi-dumper
-	dev-util/ctags"
-
-src_compile() {
-	:
-}
-
-src_install() {
-	dodir /usr
-	perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die
-	einstalldocs
-}

diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.ebuild
deleted file mode 100644
index b52871f..0000000
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.20.ebuild
+++ /dev/null
@@ -1,29 +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/abi-dumper
-	dev-util/ctags"
-
-src_compile() {
-	:
-}
-
-src_install() {
-	dodir /usr
-	perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die
-	einstalldocs
-}


             reply	other threads:[~2016-07-04 17:48 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04 17:47 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-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-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=1467653940.e87dceef549c6f9a9a94e7517106e4e3db0dca6f.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