diff options
author | 2008-05-01 21:54:24 +0300 | |
---|---|---|
committer | 2008-05-01 21:54:24 +0300 | |
commit | f433ba6c5a5f1e703713e41cabd88ae1a2c7db6d (patch) | |
tree | 4d75c1326bd9fab138937ad9f8e89ebd2e8ca940 /dev-util | |
parent | Add a live ebuild for dev-util/sysprof, as the released version does not supp... (diff) | |
download | leio-f433ba6c5a5f1e703713e41cabd88ae1a2c7db6d.tar.gz leio-f433ba6c5a5f1e703713e41cabd88ae1a2c7db6d.tar.bz2 leio-f433ba6c5a5f1e703713e41cabd88ae1a2c7db6d.zip |
Sync depends with portage (missing pkgconfig dep) and move eautoreconf to src_unpack for QA
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/sysprof/Manifest | 2 | ||||
-rw-r--r-- | dev-util/sysprof/sysprof-9999.ebuild | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest index d45c4b9..dbdfbff 100644 --- a/dev-util/sysprof/Manifest +++ b/dev-util/sysprof/Manifest @@ -1 +1 @@ -EBUILD sysprof-9999.ebuild 1224 RMD160 bc4bc7cd7e2f0b0192981bb0583d4571b82097f9 SHA1 101dd4aa261e27ed6c3737922fddfc6f98d8ba9e SHA256 93479ef2a00d45bc4c26ec5ff0e04e15729c4d8baaa89d8167997012bd9c8c5c +EBUILD sysprof-9999.ebuild 1311 RMD160 30f69eec339ba02b28ee3421cd39be3453b48aaa SHA1 2f616e3c2359595fbd11f74ea0e90ae41a40be40 SHA256 ea90f3322d1c8846e971c6c53d9b7a911d04349ad164ebde9edbe12409f23ee1 diff --git a/dev-util/sysprof/sysprof-9999.ebuild b/dev-util/sysprof/sysprof-9999.ebuild index e7af6da..77b0042 100644 --- a/dev-util/sysprof/sysprof-9999.ebuild +++ b/dev-util/sysprof/sysprof-9999.ebuild @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.6 +RDEPEND=">=x11-libs/gtk+-2.6 x11-libs/pango >=gnome-base/libglade-2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" pkg_setup() { MODULE_NAMES="sysprof-module(misc:${S}/module)" @@ -28,9 +30,12 @@ It is marked CONFIG_PROFILING in the config file" linux-mod_pkg_setup } -src_compile() { +src_unpack() { + subversion_src_unpack eautoreconf +} +src_compile() { econf --disable-kernel-module || die emake || die linux-mod_src_compile |