public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen" <abcd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/dolphin-plugins/
Date: Mon,  7 Nov 2011 02:24:58 +0000 (UTC)	[thread overview]
Message-ID: <ffa92ce58e609a1ce7fae6dd8926bde856c961ab.abcd@gentoo> (raw)

commit:     ffa92ce58e609a1ce7fae6dd8926bde856c961ab
Author:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 20:33:58 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 02:24:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ffa92ce5

[kde-base/dolphin-plugins] Upstream added hg support

---
 .../dolphin-plugins/dolphin-plugins-9999.ebuild    |    6 ++++--
 kde-base/dolphin-plugins/metadata.xml              |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
index 90ba00a..a52f9fb 100644
--- a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
+++ b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde4-meta
 
 DESCRIPTION="Extra Dolphin plugins"
 KEYWORDS=""
-IUSE="debug +bazaar +git +subversion"
+IUSE="debug +bazaar +git +mercurial +subversion"
 
 DEPEND="
 	$(add_kdebase_dep libkonq)
@@ -18,6 +18,7 @@ RDEPEND="${DEPEND}
 	$(add_kdebase_dep kompare)
 	bazaar? ( dev-vcs/bzr )
 	git? ( dev-vcs/git )
+	mercurial? ( dev-vcs/mercurial )
 	subversion? ( dev-vcs/subversion )
 "
 
@@ -31,11 +32,12 @@ src_prepare() {
 	echo > dolphin-plugins/CMakeLists.txt || die
 	use bazaar && echo 'add_subdirectory ( bazaar )' >> dolphin-plugins/CMakeLists.txt
 	use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
+	use mercurial && echo 'add_subdirectory ( hg )' >> dolphin-plugins/CMakeLists.txt
 	use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt
 
 	kde4-meta_src_prepare
 }
 
 src_install() {
-	{ use bazaar || use git || use subversion; } && kde4-meta_src_install
+	{ use bazaar || use git || use mercurial || use subversion; } && kde4-meta_src_install
 }

diff --git a/kde-base/dolphin-plugins/metadata.xml b/kde-base/dolphin-plugins/metadata.xml
index b15760a..d043f22 100644
--- a/kde-base/dolphin-plugins/metadata.xml
+++ b/kde-base/dolphin-plugins/metadata.xml
@@ -5,5 +5,6 @@
 <use>
 <flag name="bazaar">Enable support for the bazaar VCS</flag>
 <flag name="git">Enable support for the git VCS</flag>
+<flag name="mercurial">Enable support for the mercurial VCS</flag>
 </use>
 </pkgmetadata>



             reply	other threads:[~2011-11-07  2:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07  2:24 Jonathan Callen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-27 16:54 [gentoo-commits] proj/kde:master commit in: kde-base/dolphin-plugins/ Michael Palimaka
2013-02-11  1:16 Jonathan Callen
2012-06-08 18:00 Andreas Hüttel
2011-12-14 16:01 Johannes Huber
2011-09-23 18:48 Johannes Huber
2011-09-11 19:47 Jonathan Callen
2011-09-07 21:03 Alexey Shvetsov

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=ffa92ce58e609a1ce7fae6dd8926bde856c961ab.abcd@gentoo \
    --to=abcd@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