Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bluecloth: bluecloth-1.0.0.ebuild ChangeLog
Date: Mon, 03 Nov 2008 00:41:04
Message-Id: E1KwnV7-0001Zw-Pe@stork.gentoo.org
1 flameeyes 08/11/03 00:41:01
2
3 Modified: bluecloth-1.0.0.ebuild ChangeLog
4 Log:
5 Remove outdated postinst message.
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo-r2 x86_64)
7
8 Revision Changes Path
9 1.12 dev-ruby/bluecloth/bluecloth-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild?r1=1.11&r2=1.12
14
15 Index: bluecloth-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- bluecloth-1.0.0.ebuild 20 Jun 2007 19:58:04 -0000 1.11
22 +++ bluecloth-1.0.0.ebuild 3 Nov 2008 00:41:01 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.11 2007/06/20 19:58:04 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.12 2008/11/03 00:41:01 flameeyes Exp $
29
30 inherit ruby gems
31
32 @@ -18,13 +18,3 @@
33 DEPEND=">=dev-lang/ruby-1.8"
34
35 S=${WORKDIR}/${MY_P}
36 -
37 -pkg_postinst() {
38 - elog "This package was installed using a 'gem'."
39 - elog "If you are intending to write code which"
40 - elog "requires ${PN}, you will need to"
41 - elog
42 - elog "require 'rubygems'"
43 - elog
44 - elog "before requiring '${PN}'."
45 -}
46
47
48
49 1.13 dev-ruby/bluecloth/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.13&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.13&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.12&r2=1.13
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v
58 retrieving revision 1.12
59 retrieving revision 1.13
60 diff -u -r1.12 -r1.13
61 --- ChangeLog 17 Sep 2007 20:13:13 -0000 1.12
62 +++ ChangeLog 3 Nov 2008 00:41:01 -0000 1.13
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-ruby/bluecloth
65 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.12 2007/09/17 20:13:13 phreak Exp $
67 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.13 2008/11/03 00:41:01 flameeyes Exp $
69 +
70 + 03 Nov 2008; Diego Pettenò <flameeyes@g.o> bluecloth-1.0.0.ebuild:
71 + Remove outdated postinst message.
72
73 17 Sep 2007; Christian Heim <phreak@g.o> metadata.xml:
74 Removing citizen428 from metadata.xml (see #56803 for reference).