diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/memprof | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/memprof')
-rw-r--r-- | dev-util/memprof/Manifest | 1 | ||||
-rw-r--r-- | dev-util/memprof/files/memprof-0.6.2-binutils.patch | 10 | ||||
-rw-r--r-- | dev-util/memprof/files/memprof-0.6.2-desktop.patch | 24 | ||||
-rw-r--r-- | dev-util/memprof/memprof-0.6.2-r1.ebuild | 43 | ||||
-rw-r--r-- | dev-util/memprof/metadata.xml | 7 |
5 files changed, 85 insertions, 0 deletions
diff --git a/dev-util/memprof/Manifest b/dev-util/memprof/Manifest new file mode 100644 index 000000000000..c054f2ab01fc --- /dev/null +++ b/dev-util/memprof/Manifest @@ -0,0 +1 @@ +DIST memprof-0.6.2.tar.gz 534543 SHA256 5d505f536753036b1b8777fb865b5bce1972a14bfa640cc15da2aa0bc5a0aef3 SHA512 cecfeb88f10f11fc4df106367871487453ddd9cb502ef96a6f120ee8889cfa96e8463f260c853abb351c7864e68904cf6e833864d561f9e7b09a785f4c315ca7 WHIRLPOOL 81afc8800dbf00750c4816b762f395fd45b3a4dfab4def956f1535e416747b8de4f282792a955764894ba40e2b9e1aeb8a30b70988f594348073121087ed39fd diff --git a/dev-util/memprof/files/memprof-0.6.2-binutils.patch b/dev-util/memprof/files/memprof-0.6.2-binutils.patch new file mode 100644 index 000000000000..2a7f80993d5e --- /dev/null +++ b/dev-util/memprof/files/memprof-0.6.2-binutils.patch @@ -0,0 +1,10 @@ +--- src/memprof.h ++++ src/memprof.h +@@ -24,6 +24,7 @@ + #include <gtk/gtkwidget.h> + #include <stdio.h> + #include <sys/types.h> ++#include "config.h" + #include "bfd.h" + #include "stackstash.h" + #include "binfile.h" diff --git a/dev-util/memprof/files/memprof-0.6.2-desktop.patch b/dev-util/memprof/files/memprof-0.6.2-desktop.patch new file mode 100644 index 000000000000..a49b5697aaca --- /dev/null +++ b/dev-util/memprof/files/memprof-0.6.2-desktop.patch @@ -0,0 +1,24 @@ +--- memprof.desktop ++++ memprof.desktop +@@ -11,17 +11,13 @@ + Name[uk]=MemProf + Comment=Check a program for leaks and analyze its memory usage + Comment[sl]=Orodje za profiliranje pomnilnika +-Comment[da]=Værktøj til hukommelsesprofilering +-Comment[el]=Åñãáëåßï Êáôáôüìçóçò ÌíÞìçò + Comment[fr]=Outil de profilage de memoire + Comment[it]=Strumento di profilo della memoria + Comment[nl]=Gereedschap voor geheugen profilering +-Comment[no]=Verktøy for minneprofilering + Comment[pt_BR]=Ferramenta de + Comment[sv]=Minnesprofileringsverktyg +-Comment[uk]=úÁӦ ÐÒÏƦÌÀ×ÁÎÎÑ ÐÁÍ'ÑÔ¦ + Exec=memprof +-Terminal=0 ++Terminal=false + Type=Application +-Icon=memprof.png +-Categories=Application;Development; +\ No newline at end of file ++Icon=memprof ++Categories=Development; diff --git a/dev-util/memprof/memprof-0.6.2-r1.ebuild b/dev-util/memprof/memprof-0.6.2-r1.ebuild new file mode 100644 index 000000000000..d51343f70dd4 --- /dev/null +++ b/dev-util/memprof/memprof-0.6.2-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Profiling and leak detection tool" +HOMEPAGE="http://www.secretlabs.de/projects/memprof/" +SRC_URI="http://www.secretlabs.de/projects/memprof/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="nls" + +RDEPEND="dev-libs/glib:2 + >=gnome-base/libglade-2 + >=x11-libs/gtk+-2.6:2 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( dev-util/intltool + sys-devel/gettext )" + +DOCS=( AUTHORS ChangeLog README NEWS ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-binutils.patch + epatch "${FILESDIR}"/${P}-desktop.patch +} + +src_configure() { + econf \ + --disable-static \ + $(use_enable nls) +} + +src_install() { + default + prune_libtool_files --modules +} diff --git a/dev-util/memprof/metadata.xml b/dev-util/memprof/metadata.xml new file mode 100644 index 000000000000..d9cd2cad66c2 --- /dev/null +++ b/dev-util/memprof/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>maintainer-needed@gentoo.org</email> +</maintainer> +</pkgmetadata> |