From e1e88e6417bbb2af40c9c11e97e0b1d4516d2e99 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 16:30:26 +0100 Subject: [PATCH] oprofile: remove long_desc. --- srcpkgs/oprofile/template | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/srcpkgs/oprofile/template b/srcpkgs/oprofile/template index 2b2df7a9048..127e9aa3322 100644 --- a/srcpkgs/oprofile/template +++ b/srcpkgs/oprofile/template @@ -1,12 +1,11 @@ # Template file for 'oprofile' pkgname=oprofile version=0.9.9 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-x --enable-gui=qt4 --disable-static" hostmakedepends="pkg-config" -makedepends="popt-devel binutils-devel icu-devel qt-devel shadow" -depends="shadow" +makedepends="popt-devel binutils-devel icu-devel qt-devel" system_accounts="oprofile" oprofile_homedir="/var/lib/oprofile" make_dirs="/var/lib/oprofile 0750 oprofile oprofile" @@ -16,15 +15,6 @@ license="GPL-2" homepage="http://oprofile.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum=1e523400daaba7b8d0d15269e977a08b40edfea53970774b69ae130e25117597 -long_desc=" - OProfile is a system-wide profiler for Linux systems, capable of profiling - all running code at low overhead. - - OProfile leverages the hardware performance counters of the CPU to enable - profiling of a wide variety of interesting statistics, which can also be used - for basic time-spent profiling. All code is profiled: hardware and software - interrupt handlers, kernel modules, the kernel, shared libraries, and - applications." oprofile-qt4-gui_package() { depends="oprofile-${version}_${revision}"