* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
@ 2009-12-15 15:09 Diego Petteno (flameeyes)
0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-15 15:09 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/15 15:09:31
Modified: ChangeLog
Added: bluecloth-2.0.5-r1.ebuild
Log:
Add ruby-fakegem based ebuild for bluecloth; keywords dropped because of build dependency over rdoc.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-ruby/bluecloth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 29 Nov 2009 14:33:44 -0000 1.24
+++ ChangeLog 15 Dec 2009 15:09:31 -0000 1.25
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.24 2009/11/29 14:33:44 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.25 2009/12/15 15:09:31 flameeyes Exp $
+
+*bluecloth-2.0.5-r1 (15 Dec 2009)
+
+ 15 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ +bluecloth-2.0.5-r1.ebuild:
+ Add ruby-fakegem based ebuild for bluecloth; keywords dropped because of
+ build dependency over rdoc.
29 Nov 2009; Alex Legler <a3li@gentoo.org> bluecloth-1.0.0.ebuild:
Fix SRC_URI
1.1 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: bluecloth-2.0.5-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.1 2009/12/15 15:09:31 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19"
inherit ruby-fakegem eutils
DESCRIPTION="A Ruby implementation of Markdown"
HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
SRC_URI="http://www.deveiate.org/code/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"
ruby_add_bdepend test "dev-ruby/rspec
dev-ruby/diff-lcs"
each_ruby_compile() {
${RUBY} -S rake ext/Makefile || die
emake -C ext || die
}
each_ruby_install() {
each_fakegem_install
ruby_fakegem_newins ext/bluecloth_ext.so lib/bluecloth_ext.so
}
all_ruby_install() {
ruby_fakegem_binwrapper bluecloth
dodoc ChangeLog README || die
if use doc; then
pushd docs/api
dohtml -r * || die
popd
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
@ 2010-01-04 11:06 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:06 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/04 11:06:25
Modified: ChangeLog bluecloth-2.0.5-r1.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.28 dev-ruby/bluecloth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 22 Dec 2009 19:04:26 -0000 1.27
+++ ChangeLog 4 Jan 2010 11:06:25 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/bluecloth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.27 2009/12/22 19:04:26 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.28 2010/01/04 11:06:25 fauli Exp $
+
+ 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ bluecloth-2.0.5-r1.ebuild:
+ Transfer Prefix keywords
22 Dec 2009; Brent Baude <ranger@gentoo.org> bluecloth-2.0.5.ebuild:
stable ppc64, bug 283020
1.2 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?r1=1.1&r2=1.2
Index: bluecloth-2.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluecloth-2.0.5-r1.ebuild 15 Dec 2009 15:09:31 -0000 1.1
+++ bluecloth-2.0.5-r1.ebuild 4 Jan 2010 11:06:25 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.1 2009/12/15 15:09:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.2 2010/01/04 11:06:25 fauli Exp $
EAPI=2
USE_RUBY="ruby18 ruby19"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
@ 2010-01-04 23:03 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-01-04 23:03 UTC (permalink / raw
To: gentoo-commits
maekke 10/01/04 23:03:32
Modified: ChangeLog bluecloth-2.0.5-r1.ebuild
Log:
add ~x86, bug #297041
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.29 dev-ruby/bluecloth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 4 Jan 2010 11:06:25 -0000 1.28
+++ ChangeLog 4 Jan 2010 23:03:32 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.28 2010/01/04 11:06:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.29 2010/01/04 23:03:32 maekke Exp $
+
+ 04 Jan 2010; Markus Meier <maekke@gentoo.org> bluecloth-2.0.5-r1.ebuild:
+ add ~x86, bug #297041
04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
bluecloth-2.0.5-r1.ebuild:
1.3 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?r1=1.2&r2=1.3
Index: bluecloth-2.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bluecloth-2.0.5-r1.ebuild 4 Jan 2010 11:06:25 -0000 1.2
+++ bluecloth-2.0.5-r1.ebuild 4 Jan 2010 23:03:32 -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/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.2 2010/01/04 11:06:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.3 2010/01/04 23:03:32 maekke Exp $
EAPI=2
USE_RUBY="ruby18 ruby19"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
@ 2010-01-13 17:47 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-01-13 17:47 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/13 17:47:41
Modified: ChangeLog bluecloth-2.0.5-r1.ebuild
Log:
Marking bluecloth-2.0.5-r1 ~ppc64 for bug 297041
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.30 dev-ruby/bluecloth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 4 Jan 2010 23:03:32 -0000 1.29
+++ ChangeLog 13 Jan 2010 17:47:41 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.29 2010/01/04 23:03:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.30 2010/01/13 17:47:41 ranger Exp $
+
+ 13 Jan 2010; Brent Baude <ranger@gentoo.org> bluecloth-2.0.5-r1.ebuild:
+ Marking bluecloth-2.0.5-r1 ~ppc64 for bug 297041
04 Jan 2010; Markus Meier <maekke@gentoo.org> bluecloth-2.0.5-r1.ebuild:
add ~x86, bug #297041
1.4 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?r1=1.3&r2=1.4
Index: bluecloth-2.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluecloth-2.0.5-r1.ebuild 4 Jan 2010 23:03:32 -0000 1.3
+++ bluecloth-2.0.5-r1.ebuild 13 Jan 2010 17:47:41 -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/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.3 2010/01/04 23:03:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.4 2010/01/13 17:47:41 ranger Exp $
EAPI=2
USE_RUBY="ruby18 ruby19"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild
@ 2010-01-18 20:13 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:13 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/18 20:13:27
Modified: ChangeLog bluecloth-2.0.5-r1.ebuild
Log:
Marking bluecloth-2.0.5-r1 ~ppc for bug 297041
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.33 dev-ruby/bluecloth/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 18 Jan 2010 02:22:24 -0000 1.32
+++ ChangeLog 18 Jan 2010 20:13:27 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bluecloth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.32 2010/01/18 02:22:24 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.33 2010/01/18 20:13:27 ranger Exp $
+
+ 18 Jan 2010; Brent Baude <ranger@gentoo.org> bluecloth-2.0.5-r1.ebuild:
+ Marking bluecloth-2.0.5-r1 ~ppc for bug 297041
*bluecloth-2.0.6 (18 Jan 2010)
1.5 dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild?r1=1.4&r2=1.5
Index: bluecloth-2.0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bluecloth-2.0.5-r1.ebuild 13 Jan 2010 17:47:41 -0000 1.4
+++ bluecloth-2.0.5-r1.ebuild 18 Jan 2010 20:13:27 -0000 1.5
@@ -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/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.4 2010/01/13 17:47:41 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.5 2010/01/18 20:13:27 ranger Exp $
EAPI=2
USE_RUBY="ruby18 ruby19"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1"
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-18 20:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 11:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: ChangeLog bluecloth-2.0.5-r1.ebuild Christian Faulhammer (fauli)
-- strict thread matches above, loose matches on Subject: below --
2010-01-18 20:13 Brent Baude (ranger)
2010-01-13 17:47 Brent Baude (ranger)
2010-01-04 23:03 Markus Meier (maekke)
2009-12-15 15:09 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox