public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: metadata.xml ChangeLog thunar-vcs-plugin-0.1.0.ebuild
@ 2009-09-30  8:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-09-30  8:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/09/30 08:52:28

  Modified:             metadata.xml ChangeLog
  Added:                thunar-vcs-plugin-0.1.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/thunar-vcs-plugin/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	30 Sep 2009 08:37:29 -0000	1.1
+++ metadata.xml	30 Sep 2009 08:52:28 -0000	1.2
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <herd>xfce</herd>
+  <use>
+    <flag name='git'>Enable <pkg>dev-util/git</pkg> support</flag>
+  </use>
 </pkgmetadata>



1.2                  xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Sep 2009 08:37:29 -0000	1.1
+++ ChangeLog	30 Sep 2009 08:52:28 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.1 2009/09/30 08:37:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.2 2009/09/30 08:52:28 ssuominen Exp $
+
+*thunar-vcs-plugin-0.1.0 (30 Sep 2009)
+
+  30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +thunar-vcs-plugin-0.1.0.ebuild:
+  Version bump.
 
 *thunar-vcs-plugin-0.0.3-r2 (30 Sep 2009)
 



1.1                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild?rev=1.1&content-type=text/plain

Index: thunar-vcs-plugin-0.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild,v 1.1 2009/09/30 08:52:28 ssuominen Exp $

EAPI=2
inherit xfconf

DESCRIPTION="adds Subversion actions to the context menu of thunar"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin"
SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug git subversion"

RDEPEND=">=xfce-base/thunar-0.4
	>=x11-libs/gtk+-2.6:2
	>=dev-libs/glib-2.6:2
	git? ( dev-util/git )
	subversion? ( >=dev-libs/apr-0.9.7
		>=dev-util/subversion-1.5 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README"
	XFCONF="--disable-dependency-tracking
		$(use_enable subversion)
		$(use_enable git)
		$(use_enable debug)"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-30  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30  8:52 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: metadata.xml ChangeLog thunar-vcs-plugin-0.1.0.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox