public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.9.2.ebuild ChangeLog
@ 2013-03-24 11:18 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2013-03-24 11:18 UTC (permalink / raw
  To: gentoo-commits

angelos     13/03/24 11:18:41

  Modified:             ChangeLog
  Added:                rodent-4.9.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.13                 x11-misc/rodent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Nov 2012 12:32:59 -0000	1.12
+++ ChangeLog	24 Mar 2013 11:18:41 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/rodent
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.12 2012/11/28 12:32:59 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.13 2013/03/24 11:18:41 angelos Exp $
+
+*rodent-4.9.2 (24 Mar 2013)
+
+  24 Mar 2013; Christoph Mende <angelos@gentoo.org>
+  +files/rodent-4.9.2-rupo.patch, +rodent-4.9.2.ebuild:
+  Version bump
 
   28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> rodent-4.8.0.ebuild:
   EAPI5



1.1                  x11-misc/rodent/rodent-4.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.1&content-type=text/plain

Index: rodent-4.9.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v 1.1 2013/03/24 11:18:41 angelos Exp $

EAPI=5
EAUTORECONF=yes
inherit xfconf

DESCRIPTION="A fast, small and powerful file manager and graphical shell"
HOMEPAGE="http://rodent.xffm.org/"
SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="experimental"

COMMON_DEPEND="x11-libs/libX11
	x11-libs/libSM
	dev-libs/libxml2
	>=dev-libs/glib-2.24
	x11-libs/gtk+:3
	>=x11-libs/cairo-1.8.10
	>=gnome-base/librsvg-2.26
	>=dev-libs/libzip-0.9
	sys-apps/file"
RDEPEND="${COMMON_DEPEND}
	gnome-base/gvfs"
DEPEND="${COMMON_DEPEND}
	dev-util/intltool
	virtual/pkgconfig"

pkg_setup() {
	XFCONF=( $(use_enable experimental) )
	DOCS=( ChangeLog README TODO )
	PATCHES=( "${FILESDIR}"/${P}-rupo.patch )
}

src_prepare() {
	sed -e "s:\$(bindir):\$(DESTDIR)\$(bindir):" -i Build/plugins/Makefile.am
	sed -e "/^Categories/s:Rodent:X-Rodent:" \
		-e "s/;;/;/" -i Build/*/*.desktop.in.in
	xfconf_src_prepare
}





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.9.2.ebuild ChangeLog
@ 2013-04-11 17:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 17:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 17:58:24

  Modified:             rodent-4.9.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-misc/rodent/rodent-4.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?r1=1.1&r2=1.2

Index: rodent-4.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rodent-4.9.2.ebuild	24 Mar 2013 11:18:41 -0000	1.1
+++ rodent-4.9.2.ebuild	11 Apr 2013 17:58:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v 1.1 2013/03/24 11:18:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v 1.2 2013/04/11 17:58:24 ago Exp $
 
 EAPI=5
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="experimental"
 
 COMMON_DEPEND="x11-libs/libX11



1.14                 x11-misc/rodent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	24 Mar 2013 11:18:41 -0000	1.13
+++ ChangeLog	11 Apr 2013 17:58:24 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/rodent
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.13 2013/03/24 11:18:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.14 2013/04/11 17:58:24 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rodent-4.9.2.ebuild:
+  Stable for amd64, wrt bug #465286
 
 *rodent-4.9.2 (24 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.9.2.ebuild ChangeLog
@ 2013-04-11 18:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-11 18:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/11 18:09:03

  Modified:             rodent-4.9.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #465286
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  x11-misc/rodent/rodent-4.9.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild?r1=1.2&r2=1.3

Index: rodent-4.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rodent-4.9.2.ebuild	11 Apr 2013 17:58:24 -0000	1.2
+++ rodent-4.9.2.ebuild	11 Apr 2013 18:09:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v 1.2 2013/04/11 17:58:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.9.2.ebuild,v 1.3 2013/04/11 18:09:03 ago Exp $
 
 EAPI=5
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="experimental"
 
 COMMON_DEPEND="x11-libs/libX11



1.15                 x11-misc/rodent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rodent/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Apr 2013 17:58:24 -0000	1.14
+++ ChangeLog	11 Apr 2013 18:09:03 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/rodent
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.14 2013/04/11 17:58:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.15 2013/04/11 18:09:03 ago Exp $
+
+  11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rodent-4.9.2.ebuild:
+  Stable for x86, wrt bug #465286
 
   11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rodent-4.9.2.ebuild:
   Stable for amd64, wrt bug #465286





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

end of thread, other threads:[~2013-04-11 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 17:58 [gentoo-commits] gentoo-x86 commit in x11-misc/rodent: rodent-4.9.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 18:09 Agostino Sarubbo (ago)
2013-03-24 11:18 Christoph Mende (angelos)

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