* [gentoo-commits] gentoo-x86 commit in dev-ruby/fusefs: ChangeLog fusefs-0.6.0-r1.ebuild
@ 2010-06-25 7:14 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-06-25 7:14 UTC (permalink / raw
To: gentoo-commits
graaff 10/06/25 07:14:42
Modified: ChangeLog
Added: fusefs-0.6.0-r1.ebuild
Log:
Convert to ruby-ng.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-ruby/fusefs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 21 Aug 2009 14:10:28 -0000 1.13
+++ ChangeLog 25 Jun 2010 07:14:42 -0000 1.14
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/fusefs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.13 2009/08/21 14:10:28 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.14 2010/06/25 07:14:42 graaff Exp $
+
+*fusefs-0.6.0-r1 (25 Jun 2010)
+
+ 25 Jun 2010; Hans de Graaff <graaff@gentoo.org> +fusefs-0.6.0-r1.ebuild:
+ Convert to ruby-ng.
21 Aug 2009; Hans de Graaff <graaff@gentoo.org> -fusefs-0.4.ebuild,
-fusefs-0.5.1.ebuild:
1.1 dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: fusefs-0.6.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.1 2010/06/25 07:14:42 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
inherit ruby-ng
IUSE=""
DESCRIPTION="Define file systems right in Ruby"
HOMEPAGE="http://rubyforge.org/projects/fusefs/"
SRC_URI="http://rubyforge.org/frs/download.php/7830/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
DEPEND="${DEPEND} >=sys-fs/fuse-2.3"
each_ruby_configure() {
${RUBY} setup.rb config --prefix=/usr || die
${RUBY} setup.rb setup || die
}
each_ruby_install() {
${RUBY} setup.rb config --prefix="${D}" || die
${RUBY} setup.rb install || die
}
all_ruby_install() {
dodoc API.txt Changes.txt README.txt TODO || die
insinto /usr/share/doc/${PF}
doins -r sample || die
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fusefs: ChangeLog fusefs-0.6.0-r1.ebuild
@ 2011-11-28 11:49 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-28 11:49 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/11/28 11:49:55
Modified: ChangeLog fusefs-0.6.0-r1.ebuild
Log:
x86 stable wrt bug #391513
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.15 dev-ruby/fusefs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 25 Jun 2010 07:14:42 -0000 1.14
+++ ChangeLog 28 Nov 2011 11:49:55 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fusefs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.14 2010/06/25 07:14:42 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.15 2011/11/28 11:49:55 phajdan.jr Exp $
+
+ 28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> fusefs-0.6.0-r1.ebuild:
+ x86 stable wrt bug #391513
*fusefs-0.6.0-r1 (25 Jun 2010)
1.3 dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?r1=1.2&r2=1.3
Index: fusefs-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fusefs-0.6.0-r1.ebuild 27 Jun 2010 04:33:13 -0000 1.2
+++ fusefs-0.6.0-r1.ebuild 28 Nov 2011 11:49:55 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.2 2010/06/27 04:33:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.3 2011/11/28 11:49:55 phajdan.jr Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
SRC_URI="http://rubyforge.org/frs/download.php/7830/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc64 x86"
DEPEND="${DEPEND} >=sys-fs/fuse-2.3"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fusefs: ChangeLog fusefs-0.6.0-r1.ebuild
@ 2012-03-08 15:16 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 15:16 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/08 15:16:43
Modified: ChangeLog fusefs-0.6.0-r1.ebuild
Log:
Marking fusefs-0.6.0-r1 ppc64 for bug 391513
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.16 dev-ruby/fusefs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 28 Nov 2011 11:49:55 -0000 1.15
+++ ChangeLog 8 Mar 2012 15:16:42 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fusefs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.15 2011/11/28 11:49:55 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.16 2012/03/08 15:16:42 ranger Exp $
+
+ 08 Mar 2012; Brent Baude <ranger@gentoo.org> fusefs-0.6.0-r1.ebuild:
+ Marking fusefs-0.6.0-r1 ppc64 for bug 391513
28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> fusefs-0.6.0-r1.ebuild:
x86 stable wrt bug #391513
1.4 dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?r1=1.3&r2=1.4
Index: fusefs-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fusefs-0.6.0-r1.ebuild 28 Nov 2011 11:49:55 -0000 1.3
+++ fusefs-0.6.0-r1.ebuild 8 Mar 2012 15:16:42 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.3 2011/11/28 11:49:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.4 2012/03/08 15:16:42 ranger Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
SRC_URI="http://rubyforge.org/frs/download.php/7830/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 x86"
+KEYWORDS="~amd64 ~ia64 ppc64 x86"
DEPEND="${DEPEND} >=sys-fs/fuse-2.3"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fusefs: ChangeLog fusefs-0.6.0-r1.ebuild
@ 2012-05-01 18:24 Raul Porcel (armin76)
0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-01 18:24 UTC (permalink / raw
To: gentoo-commits
armin76 12/05/01 18:24:19
Modified: ChangeLog fusefs-0.6.0-r1.ebuild
Log:
Drop ia64/sparc keywords
(Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.18 dev-ruby/fusefs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 8 Mar 2012 16:43:52 -0000 1.17
+++ ChangeLog 1 May 2012 18:24:19 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fusefs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.17 2012/03/08 16:43:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/ChangeLog,v 1.18 2012/05/01 18:24:19 armin76 Exp $
+
+ 01 May 2012; Raúl Porcel <armin76@gentoo.org> fusefs-0.6.0-r1.ebuild:
+ Drop ia64/sparc keywords
08 Mar 2012; Hans de Graaff <graaff@gentoo.org> -fusefs-0.6.0.ebuild:
Remove old version.
1.5 dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild?r1=1.4&r2=1.5
Index: fusefs-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fusefs-0.6.0-r1.ebuild 8 Mar 2012 15:16:42 -0000 1.4
+++ fusefs-0.6.0-r1.ebuild 1 May 2012 18:24:19 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.4 2012/03/08 15:16:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fusefs/fusefs-0.6.0-r1.ebuild,v 1.5 2012/05/01 18:24:19 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -13,7 +13,7 @@
SRC_URI="http://rubyforge.org/frs/download.php/7830/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc64 x86"
+KEYWORDS="~amd64 ppc64 x86"
DEPEND="${DEPEND} >=sys-fs/fuse-2.3"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-01 18:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 18:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/fusefs: ChangeLog fusefs-0.6.0-r1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2012-03-08 15:16 Brent Baude (ranger)
2011-11-28 11:49 PaweA Hajdan (phajdan.jr)
2010-06-25 7:14 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox