public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vfs: thunar-vfs-0_p20100824.ebuild
@ 2010-08-23 23:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-23 23:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/23 23:58:40

  Modified:             thunar-vfs-0_p20100824.ebuild
  Log:
  clean up
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?r1=1.1&r2=1.2

Index: thunar-vfs-0_p20100824.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-vfs-0_p20100824.ebuild	23 Aug 2010 23:33:06 -0000	1.1
+++ thunar-vfs-0_p20100824.ebuild	23 Aug 2010 23:58:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.1 2010/08/23 23:33:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.2 2010/08/23 23:58:40 ssuominen Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -13,15 +13,15 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="dbus debug doc gnome startup-notification"
+IUSE="dbus debug gnome startup-notification"
 
-RDEPEND=">=xfce-base/exo-0.5.1
+RDEPEND=">=xfce-base/exo-0.5.3
 	>=dev-libs/glib-2.12:2
 	>=x11-libs/gtk+-2.10:2
 	>=xfce-base/libxfce4util-4.6
 	>=media-libs/libpng-1.4
 	>=media-libs/freetype-2
-	>=media-libs/jpeg-8b
+	>=media-libs/jpeg-8a
 	dbus? ( >=dev-libs/dbus-glib-0.34 )
 	gnome? ( >=gnome-base/gconf-2 )
 	startup-notification? ( >=x11-libs/startup-notification-0.4 )
@@ -31,8 +31,7 @@
 	dev-util/intltool
 	sys-devel/gettext
 	dev-lang/perl
-	dev-util/gtk-doc-am
-	doc? ( dev-libs/libxslt )"
+	dev-util/gtk-doc-am"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
@@ -42,16 +41,12 @@
 		$(use_enable dbus)
 		$(use_enable gnome gnome-thumbnailers)
 		$(use_enable startup-notification)
-		$(use_enable doc xsltproc)
-		$(use_enable debug)
+		$(xfconf_use_debug)
 		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
 		--with-volume-manager=none"
 }
 
-src_prepare() {
-	sed -i \
-		-e "/^docdir/s:=.*:= /usr/share/doc/${PF}:" \
-		docs/Makefile.am || die
-
-	xfconf_src_prepare
+src_install() {
+	xfconf_src_install \
+		docdir="${EPREFIX}"/usr/share/doc/${PF}
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vfs: thunar-vfs-0_p20100824.ebuild
@ 2010-09-24 14:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-09-24 14:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/09/24 14:08:18

  Modified:             thunar-vfs-0_p20100824.ebuild
  Log:
  use gentoo mirrors
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?r1=1.2&r2=1.3

Index: thunar-vfs-0_p20100824.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunar-vfs-0_p20100824.ebuild	23 Aug 2010 23:58:40 -0000	1.2
+++ thunar-vfs-0_p20100824.ebuild	24 Sep 2010 14:08:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.2 2010/08/23 23:58:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.3 2010/09/24 14:08:18 ssuominen Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -8,7 +8,7 @@
 
 DESCRIPTION="Separate package for (old) Thunar VFS libraries"
 HOMEPAGE="http://git.xfce.org/xfce/thunar-vfs/"
-SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vfs: thunar-vfs-0_p20100824.ebuild
@ 2010-10-28 14:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 14:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 14:57:32

  Modified:             thunar-vfs-0_p20100824.ebuild
  Log:
  workaround broken repoman check
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?r1=1.3&r2=1.4

Index: thunar-vfs-0_p20100824.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunar-vfs-0_p20100824.ebuild	24 Sep 2010 14:08:18 -0000	1.3
+++ thunar-vfs-0_p20100824.ebuild	28 Oct 2010 14:57:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.3 2010/09/24 14:08:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.4 2010/10/28 14:57:32 ssuominen Exp $
 
 EAPI=3
 EAUTORECONF=yes
@@ -42,8 +42,8 @@
 		$(use_enable gnome gnome-thumbnailers)
 		$(use_enable startup-notification)
 		$(xfconf_use_debug)
-		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
-		--with-volume-manager=none"
+		--with-volume-manager=none
+		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-28 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 23:58 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vfs: thunar-vfs-0_p20100824.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-24 14:08 Samuli Suominen (ssuominen)
2010-10-28 14:57 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