summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-22 11:43:49 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-22 11:43:49 +0000
commitde4410d374633113923bbf6389b53ce7306b083f (patch)
treefa6f5ec2153b457ce0077455161b4c35e9468387 /sys-devel
parentRemove old. (diff)
downloadgentoo-2-de4410d374633113923bbf6389b53ce7306b083f.tar.gz
gentoo-2-de4410d374633113923bbf6389b53ce7306b083f.tar.bz2
gentoo-2-de4410d374633113923bbf6389b53ce7306b083f.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/sparse/ChangeLog5
-rw-r--r--sys-devel/sparse/sparse-0.4.2.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog
index f6ae398edc99..65a05109cd56 100644
--- a/sys-devel/sparse/ChangeLog
+++ b/sys-devel/sparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/sparse
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.58 2015/04/25 16:38:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.59 2015/07/22 11:43:49 mrueg Exp $
+
+ 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -sparse-0.4.2.ebuild:
+ Remove old.
25 Apr 2015; Mike Gilbert <floppym@gentoo.org> sparse-0.4.3.ebuild:
Replace links pointing at git.overlays.gentoo.org.
diff --git a/sys-devel/sparse/sparse-0.4.2.ebuild b/sys-devel/sparse/sparse-0.4.2.ebuild
deleted file mode 100644
index 0d3b8aab64a9..000000000000
--- a/sys-devel/sparse/sparse-0.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.2.ebuild,v 1.10 2010/12/09 16:33:23 vapier Exp $
-
-EAPI="2"
-
-inherit eutils multilib flag-o-matic toolchain-funcs
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/sparse/sparse.git"
- inherit git
-fi
-
-DESCRIPTION="C semantic parser"
-HOMEPAGE="http://sparse.wiki.kernel.org/index.php/Main_Page"
-
-if [[ ${PV} == "9999" ]] ; then
- SRC_URI=""
- #KEYWORDS=""
-else
- SRC_URI="mirror://kernel/software/devel/sparse/dist/${P}.tar.bz2"
- KEYWORDS="amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-fi
-
-LICENSE="OSL-1.1"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e '/^PREFIX=/s:=.*:=/usr:' \
- -e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
- Makefile || die
- append-flags -fno-strict-aliasing
- export MAKEOPTS+=" V=1 CC=$(tc-getCC)"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc FAQ README
-}