summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-02 23:00:07 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-02 23:00:07 +0000
commit95caca14c20787e8ea0f63c5076341882ba76896 (patch)
tree4d15fab7865fa7afdd752acf6d224568e7e2ad13 /sys-devel
parentStable on sparc wrt security #187205 (diff)
downloadgentoo-2-95caca14c20787e8ea0f63c5076341882ba76896.tar.gz
gentoo-2-95caca14c20787e8ea0f63c5076341882ba76896.tar.bz2
gentoo-2-95caca14c20787e8ea0f63c5076341882ba76896.zip
old
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/sparse/files/digest-sparse-0.33
-rw-r--r--sys-devel/sparse/sparse-0.3.ebuild35
2 files changed, 0 insertions, 38 deletions
diff --git a/sys-devel/sparse/files/digest-sparse-0.3 b/sys-devel/sparse/files/digest-sparse-0.3
deleted file mode 100644
index ef92f6395fa2..000000000000
--- a/sys-devel/sparse/files/digest-sparse-0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 daa548bb52f64f00498ad646e5786c0a sparse-0.3.tar.gz 177462
-RMD160 36bb7e5611f56c5b222f33a0853e8315af406704 sparse-0.3.tar.gz 177462
-SHA256 e976ea8618acaaa88992298f493cdfc70518da7fcd8ada1e942586a21471b7a6 sparse-0.3.tar.gz 177462
diff --git a/sys-devel/sparse/sparse-0.3.ebuild b/sys-devel/sparse/sparse-0.3.ebuild
deleted file mode 100644
index 76d53ea91678..000000000000
--- a/sys-devel/sparse/sparse-0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.3.ebuild,v 1.1 2007/06/26 16:51:52 solar Exp $
-
-inherit eutils
-
-DESCRIPTION="C semantic parser"
-HOMEPAGE="http://kernel.org/pub/linux/kernel/people/josh/sparse/"
-SRC_URI="http://kernel.org/pub/linux/kernel/people/josh/sparse/dist/${P}.tar.gz"
-
-LICENSE="OSL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${WORKDIR}"
- epatch "${FILESDIR}/${P}-makefile-fix.patch"
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -fpic" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-# emake install BINDIR="${D}"/usr/bin || die
-# newbin check sparse || die
-# dolib.so libsparse.so || die
- dodoc FAQ README
-}