zzam        15/05/06 18:55:24

  Added:                metadata.xml ChangeLog heaptrack-9999.ebuild
  Log:
  Initial import of live ebuild
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-util/heaptrack/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>z...@gentoo.org</email>
                <name>Matthias Schwarzott</name>
        </maintainer>
</pkgmetadata>



1.1                  dev-util/heaptrack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-util/heaptrack
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/ChangeLog,v 1.1 
2015/05/06 18:55:24 zzam Exp $

*heaptrack-9999 (06 May 2015)

  06 May 2015; Matthias Schwarzott <z...@gentoo.org> +heaptrack-9999.ebuild,
  +metadata.xml:
  Initial import of live ebuild




1.1                  dev-util/heaptrack/heaptrack-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/heaptrack-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/heaptrack/heaptrack-9999.ebuild?rev=1.1&content-type=text/plain

Index: heaptrack-9999.ebuild
===================================================================
# Copyright 2015-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/heaptrack/heaptrack-9999.ebuild,v 
1.1 2015/05/06 18:55:24 zzam Exp $

EAPI=5

EGIT_REPO_URI="git://anongit.kde.org/heaptrack"
[[ ${PV} = 9999 ]] && inherit git-r3
inherit cmake-utils

DESCRIPTION="A fast heap memory profiler"
HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux";
[[ ${PV} = 9999 ]] || SRC_URI="${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-libs/libunwind"
DEPEND="${RDEPEND}"

DOCS=()
[[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )




Reply via email to