public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog
Date: Sat, 22 Jan 2011 14:26:45 +0000 (UTC)	[thread overview]
Message-ID: <20110122142645.CFF7420054@flycatcher.gentoo.org> (raw)

hwoarang    11/01/22 14:26:45

  Modified:             libfm-9999.ebuild ChangeLog
  Log:
  Add gtk-doc to EXTRA_DEPEND
  
  (Portage version: 2.2.0_alpha18/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  x11-libs/libfm/libfm-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.8&r2=1.9

Index: libfm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libfm-9999.ebuild	20 Jan 2011 18:05:31 -0000	1.8
+++ libfm-9999.ebuild	22 Jan 2011 14:26:45 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.8 2011/01/20 18:05:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.9 2011/01/22 14:26:45 hwoarang Exp $
 
 EAPI=2
 
@@ -8,7 +8,8 @@
 	EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
 	inherit autotools git
 	SRC_URI=""
-	EXTRA_DEPEND="dev-util/gtk-doc-am"
+	EXTRA_DEPEND="dev-util/gtk-doc
+		dev-util/gtk-doc-am"
 else
 	SRC_URI="mirror://sourceforge/pcmanfm/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm ~ppc ~x86"
@@ -32,7 +33,6 @@
 	udev? ( sys-fs/udisks )"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
-	dev-util/gtk-doc
 	dev-util/pkgconfig
 	sys-devel/gettext
 	${EXTRA_DEPEND}"



1.26                 x11-libs/libfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Jan 2011 13:39:42 -0000	1.25
+++ ChangeLog	22 Jan 2011 14:26:45 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libfm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.25 2011/01/22 13:39:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.26 2011/01/22 14:26:45 hwoarang Exp $
+
+  22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild:
+  Add gtk-doc to EXTRA_DEPEND
 
   22 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libfm-0.1.12.ebuild:
   Backport USE="udev" to 0.1.12. This version is still using gnome-base/gvfs.






             reply	other threads:[~2011-01-22 14:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-22 14:26 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-17 10:20 [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog Markos Chandras (hwoarang)
2013-11-17 11:51 Markos Chandras (hwoarang)
2012-12-23 14:40 Markos Chandras (hwoarang)
2012-12-02 15:26 Markos Chandras (hwoarang)
2012-11-15 19:39 Markos Chandras (hwoarang)
2012-11-01 21:23 Markos Chandras (hwoarang)
2012-09-27 21:04 Markos Chandras (hwoarang)
2012-07-15 17:29 Markos Chandras (hwoarang)
2012-06-14 18:33 Markos Chandras (hwoarang)
2011-12-07 18:52 Markos Chandras (hwoarang)
2011-04-11 10:51 Markos Chandras (hwoarang)
2011-01-20 18:05 Markos Chandras (hwoarang)
2010-07-08  9:50 Markos Chandras (hwoarang)
2010-06-22 14:27 Markos Chandras (hwoarang)

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=20110122142645.CFF7420054@flycatcher.gentoo.org \
    --to=hwoarang@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