public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/bircoph:master commit in: sys-power/suspend/
Date: Thu, 25 Jun 2015 20:00:18 +0000 (UTC)	[thread overview]
Message-ID: <1435261871.38b07ece0e891da8b8a8dd3f3304aea13fcbd497.bircoph@gentoo> (raw)

commit:     38b07ece0e891da8b8a8dd3f3304aea13fcbd497
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 19:51:11 2015 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 19:51:11 2015 +0000
URL:        https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=38b07ece

suspend: Add perl build-time dependency

 sys-power/suspend/ChangeLog           | 3 +++
 sys-power/suspend/Manifest            | 4 ++--
 sys-power/suspend/suspend-9999.ebuild | 1 +
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-power/suspend/ChangeLog b/sys-power/suspend/ChangeLog
index 34e3cc0..de8f6a3 100644
--- a/sys-power/suspend/ChangeLog
+++ b/sys-power/suspend/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.29 2015/04/29 19:35:35 mrueg Exp $
 
+  25 Jun 2015; Andrew Savchenko <bircoph@gentoo.org> suspend-9999.ebuild:
+  Add perl build-time dependency.
+
   29 Apr 2015; Manuel Rüger <mrueg@gentoo.org>
   -files/suspend-overflow-gentoo.patch, -suspend-0.8-r1.ebuild:
   Remove old.

diff --git a/sys-power/suspend/Manifest b/sys-power/suspend/Manifest
index 80a8b21..e67e38d 100644
--- a/sys-power/suspend/Manifest
+++ b/sys-power/suspend/Manifest
@@ -1,3 +1,3 @@
-EBUILD suspend-9999.ebuild 1358 SHA256 e88bf88a1b4205964f4ba947aba75f6916d90de5841480c44484fea5cd63d7f3 SHA512 4e58e086e57e0904df73b1f3941febcff5401f611b128a8efa3b47c9f981283c6c91957083c19ccd859120ccb70ce375b7c7b8dc0198c10b708570df6ead7323 WHIRLPOOL 185cb81ff6cbd599144441e06c244f9ae2cc74ea925299f4d241ab5da789cf28cb13d5c7ec4cdc63776c7902b365a87020a5bd13b69a0e04a0cb4b0f57658225
-MISC ChangeLog 4704 SHA256 0f55c285058e348cd93cc6bd6d0142ddc006f98206544e59c1f029b5febcb8d9 SHA512 b0b573cae9a64bddbc883eca0f2db2550cef3ca83e118a791d625c8b1a3230883dd13f12a4ce242f3b83850e6e41dabf8aee6de4bf9cbb054d52f960b7c7593b WHIRLPOOL e77a12790f94c772549cdf93a54696be997055b9f1eff5be7e252fc3d936f12c6b1439a338a292e75d8501c124e463b3cd196fc4c304d73fbdee539592d7f7c9
+EBUILD suspend-9999.ebuild 1380 SHA256 f09b2ba50e317618a59a97c558cae67cf9f22770ed2163a3a4daf07ed16f1284 SHA512 7f1d042ec34b509ebe99d1a50099e4e4037cc8d494d46675b2289ae2b2e79c35cedd93aca6a4bd2b94672a987edf6c07628423d489b7350da8896203859669e8 WHIRLPOOL d1872c3816f1b3a298640e3273cbd349a8fbd096f662e360a8e7e71834ab392569c1e64617842095f5e4adb3ba366053e98e8d7ce752382ca0ee8af4efd2983e
+MISC ChangeLog 4813 SHA256 251403e3ee191b9f30267763b2dbbc7d6d96463a2098f99d79d7e646cc9368ef SHA512 d7bd3b544193ca832f89d369e9a532d924668ffe3ed31753bfa762f932956f68b3e00423df6abc49cc61307c54448d2970c64b75c2c69b5d3ec761b283818d22 WHIRLPOOL ed454b6a6578fed82e181a002d58e52fc5f84c8cbed56fecaab2b963c0f30198d62f9d7ae8490ca50be599057cc82c62710470c4221b5927b575083d3e993636
 MISC metadata.xml 461 SHA256 9a633660373b250a0c2633df4c4d5439552549885bbbb335a9b113cbf74a997e SHA512 72562dca1980eb0f3cca95f5fd2b7d963fcb1ed20b3a8f7ff940b4508ea8e0da3c9ae700936778ca5f9cca02c902d159f9535f9c4bee907f11b1217090141ca6 WHIRLPOOL f97a9f3d85f1e996be58f0e2b46d32b2007b4270ae4f8d2e97ffd1553a417d7234f8b499bdda16f258771804a6917f0d44c2badcb282fad1db7d4f6c815ea85a

diff --git a/sys-power/suspend/suspend-9999.ebuild b/sys-power/suspend/suspend-9999.ebuild
index 84fb2c7..4a3a70f 100644
--- a/sys-power/suspend/suspend-9999.ebuild
+++ b/sys-power/suspend/suspend-9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 	fbsplash? ( >=media-gfx/splashutils-1.5.2 )
 	lzo? ( >=dev-libs/lzo-2[static-libs] ) "
 DEPEND="${RDEPEND}
+	>=dev-lang/perl-5.10
 	>=sys-apps/pciutils-2.2.4
 	virtual/pkgconfig"
 


             reply	other threads:[~2015-06-25 20:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 20:00 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-21 13:19 [gentoo-commits] dev/bircoph:master commit in: sys-power/suspend/ Andrew Savchenko
2015-08-09 22:48 Andrew Savchenko
2015-08-09 15:16 Andrew Savchenko
2015-08-09 15:16 Andrew Savchenko
2015-06-25 20:00 Andrew Savchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435261871.38b07ece0e891da8b8a8dd3f3304aea13fcbd497.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox