summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-02-24 22:38:05 +0000
committerJeroen Roovers <jer@gentoo.org>2008-02-24 22:38:05 +0000
commitbab80103582fac07c3146eb2f4fe3004cb38ce50 (patch)
tree224f0a5bf1196420151f1bf1c9108939060d8772 /dev-util/splint
parentfix bug #206459, removing GTK_DISABLE_DEPRECATED stanzas (diff)
downloadgentoo-2-bab80103582fac07c3146eb2f4fe3004cb38ce50.tar.gz
gentoo-2-bab80103582fac07c3146eb2f4fe3004cb38ce50.tar.bz2
gentoo-2-bab80103582fac07c3146eb2f4fe3004cb38ce50.zip
Remove old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/splint')
-rw-r--r--dev-util/splint/ChangeLog6
-rw-r--r--dev-util/splint/splint-3.0.1.6.ebuild18
-rw-r--r--dev-util/splint/splint-3.1.1.ebuild25
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog
index 9535a6226026..6ff9ae761f61 100644
--- a/dev-util/splint/ChangeLog
+++ b/dev-util/splint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/splint
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.23 2008/02/24 22:33:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.24 2008/02/24 22:38:05 jer Exp $
+
+ 24 Feb 2008; Jeroen Roovers <jer@gentoo.org> -splint-3.0.1.6.ebuild,
+ -splint-3.1.1.ebuild:
+ Remove old versions.
24 Feb 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Pick up maintainership.
diff --git a/dev-util/splint/splint-3.0.1.6.ebuild b/dev-util/splint/splint-3.0.1.6.ebuild
deleted file mode 100644
index 692d21dae036..000000000000
--- a/dev-util/splint/splint-3.0.1.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.0.1.6.ebuild,v 1.5 2004/06/25 02:47:30 agriffis Exp $
-
-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"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="sys-devel/gcc"
-
-src_install() {
- make DESTDIR=${D} install || die
- dobin ${S}/splint
- doman ${S}/doc/*.1
-}
diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild
deleted file mode 100644
index 032485507486..000000000000
--- a/dev-util/splint/splint-3.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.11 2008/01/27 11:05:10 grobian Exp $
-
-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="~amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="sys-devel/gcc"
-
-src_compile() {
- econf || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dobin ${S}/splint
- doman ${S}/doc/*.1
-}