public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ccmalloc/, profiles/
@ 2016-07-24 13:23 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-07-24 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a852a1855379367740ca94d50856a8d31e0c4596
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 13:12:58 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 13:22:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a852a185

dev-util/ccmalloc: Remove last-rited pkg

 dev-util/ccmalloc/Manifest                 |  1 -
 dev-util/ccmalloc/ccmalloc-0.4.0-r2.ebuild | 39 ------------------------------
 dev-util/ccmalloc/metadata.xml             | 13 ----------
 profiles/package.mask                      |  1 -
 4 files changed, 54 deletions(-)

diff --git a/dev-util/ccmalloc/Manifest b/dev-util/ccmalloc/Manifest
deleted file mode 100644
index d0aca83..0000000
--- a/dev-util/ccmalloc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ccmalloc-0.4.0.tar.gz 57917 SHA256 b4953cf8c2f4477ec2a5e8884308393826793df072aeef9edf2bac8d24a33bd3 SHA512 927389c08da02d4c67bbdb5121fba30d1f16e20f682ce67fdc350bc0446b058ccf92915c0c969a0055898fef3cd56de73ab0384c4e2e9af4d0faf3ab1af15086 WHIRLPOOL 0ab3c0c98d921fe7a8ae31e1c1af143b796c7d6674fda7cd1cf5e526acd4977f9ead8ded50f1c916d350b25e7677fd89c0418b30ecdf65778b241fc36691b7ad

diff --git a/dev-util/ccmalloc/ccmalloc-0.4.0-r2.ebuild b/dev-util/ccmalloc/ccmalloc-0.4.0-r2.ebuild
deleted file mode 100644
index 528afbf..0000000
--- a/dev-util/ccmalloc/ccmalloc-0.4.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="A easy-to-use memory debugging library"
-HOMEPAGE="http://www.inf.ethz.ch/personal/biere/projects/ccmalloc/"
-SRC_URI="http://www.inf.ethz.ch/personal/biere/projects/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# Respect CFLAGS #240274
-	sed -i \
-		-e "s/CFLAGS=/CFLAGS+=/" \
-		Makefile.in || die "sed in Makefile.in failed"
-}
-
-src_compile() {
-	tc-export CC
-	local myconf
-	use debug && myconf="${myconf} --debug"
-	# Not a standard configure script.
-	./configure --prefix=/usr ${myconf} || die "configure failed"
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake PREFIX="${D}"/usr install || die "emake install failed"
-	dodoc BUGS FEATURES NEWS README TODO USAGE VERSION || die "dodoc failed"
-}

diff --git a/dev-util/ccmalloc/metadata.xml b/dev-util/ccmalloc/metadata.xml
deleted file mode 100644
index 0cfe76f..0000000
--- a/dev-util/ccmalloc/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <longdescription lang="en">
-    If you want to remove memory leaks from your C or C++ programs or you
-    experience strange bugs, probably due to pointer access to freed data,
-    then ccmalloc may be the right tool for you. In general it can help you
-    to track down memory related problems with C and C++ programs. It does
-    not replace more sophistacted tools such as purify or valgrind, since it
-    can not detect illegal memory reads, at least not all type of memory reads.
-  </longdescription>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 1d388fb..e71cf76 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -250,7 +250,6 @@ app-portage/epm
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.
 # Masked for removal in 30 days.
-dev-util/ccmalloc
 dev-util/cdecl
 dev-util/redet
 dev-util/eggy


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-24 13:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-24 13:23 [gentoo-commits] repo/gentoo:master commit in: dev-util/ccmalloc/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox