Parent Directory
|
Revision Log
Fix comma-less variable list in perl formats. Drop unneeded Class::Member dependency (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
| 1 | flameeyes | 1.1 | # Copyright 2007-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | tove | 1.2 | # $Header: /var/cvsroot/gentoo-x86/dev-util/smem/smem-20071119.ebuild,v 1.1 2008/06/18 17:07:55 flameeyes Exp $ |
| 4 | flameeyes | 1.1 | |
| 5 | DESCRIPTION="A tool to parse smaps statistics" | ||
| 6 | HOMEPAGE="http://www.contrib.andrew.cmu.edu/~bmaurer/memory/" | ||
| 7 | SRC_URI="mirror://gentoo/smem.pl.${PV}.bz2" | ||
| 8 | |||
| 9 | IUSE="" | ||
| 10 | |||
| 11 | KEYWORDS="~amd64" | ||
| 12 | LICENSE="MIT" | ||
| 13 | SLOT="0" | ||
| 14 | |||
| 15 | RDEPEND="dev-lang/perl | ||
| 16 | dev-perl/Class-Member | ||
| 17 | dev-perl/Linux-Smaps" | ||
| 18 | |||
| 19 | src_compile() { :; } | ||
| 20 | |||
| 21 | src_install() { | ||
| 22 | newbin smem.pl.${PV} smem | ||
| 23 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |