From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/splint/
Date: Sun, 10 Jan 2021 14:32:47 +0000 (UTC) [thread overview]
Message-ID: <1610289158.f6c0f26ba4442eede790f543daf166c743d0c891.sam@gentoo> (raw)
commit: f6c0f26ba4442eede790f543daf166c743d0c891
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 14:32:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 14:32:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c0f26b
dev-util/splint: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/splint/splint-3.1.2-r1.ebuild | 46 ----------------------------------
1 file changed, 46 deletions(-)
diff --git a/dev-util/splint/splint-3.1.2-r1.ebuild b/dev-util/splint/splint-3.1.2-r1.ebuild
deleted file mode 100644
index 8607d4e30a5..00000000000
--- a/dev-util/splint/splint-3.1.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools
-
-DESCRIPTION="Check C programs for vulnerabilities and programming mistakes"
-HOMEPAGE="http://lclint.cs.virginia.edu/"
-SRC_URI="http://www.splint.org/downloads/${P}.src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
-
-DEPEND="
- sys-devel/flex
-"
-
-src_prepare() {
- # verbose compiler calls
- sed -i -e '/Compiling/d' src/Makefile.am || die
- # automake complains about trailing \
- sed -i -e '1600d' test/Makefile.am || die
- # do not install these header files twice
- sed -i -e '/\$(UnixHeaders)/s|stdio.h stdlib.h||g' lib/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- # We do not need bison/yacc at all here
- # We definitely need libfl
- BISON=no LEXLIB=-lfl econf
-}
-
-src_compile() {
- local subdir
- # skip test/ subdir
- for subdir in src lib imports doc; do
- emake -j1 -C ${subdir}
- done
-}
-
-src_test() {
- emake -C test
-}
next reply other threads:[~2021-01-10 14:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-10 14:32 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-24 18:14 [gentoo-commits] repo/gentoo:master commit in: dev-util/splint/ Conrad Kostecki
2022-11-02 5:11 Jakov Smolić
2022-01-25 21:25 Sam James
2021-01-10 14:30 Sam James
2021-01-10 13:08 Sam James
2021-01-08 12:20 Sam James
2021-01-08 10:36 Sam James
2021-01-08 10:35 Sam James
2021-01-08 10:34 Sam James
2021-01-06 22:55 Fabian Groffen
2019-05-21 17:46 Stephen Klimaszewski
2017-03-16 12:23 Michael Weber
2017-02-01 10:42 Fabian Groffen
2015-09-15 5:59 Joshua Kinard
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=1610289158.f6c0f26ba4442eede790f543daf166c743d0c891.sam@gentoo \
--to=sam@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