Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/diaria: diaria-0.1.4.ebuild ChangeLog diaria-0.1.5.ebuild
Date: Sat, 12 Jan 2008 07:42:25
Message-Id: E1JDb0Y-0004MH-TI@stork.gentoo.org
1 graaff 08/01/12 07:42:22
2
3 Modified: diaria-0.1.4.ebuild ChangeLog
4 Added: diaria-0.1.5.ebuild
5 Log:
6 Fix download location for 0.1.4, bump also to 0.1.5
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.4 www-apps/diaria/diaria-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild?r1=1.3&r2=1.4
15
16 Index: diaria-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- diaria-0.1.4.ebuild 3 Sep 2004 17:17:20 -0000 1.3
23 +++ diaria-0.1.4.ebuild 12 Jan 2008 07:42:22 -0000 1.4
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2004 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild,v 1.3 2004/09/03 17:17:20 pvdabeel Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/diaria/diaria-0.1.4.ebuild,v 1.4 2008/01/12 07:42:22 graaff Exp $
30
31 inherit ruby
32
33 DESCRIPTION="Diaria is for posting news items to the web. "
34 HOMEPAGE="http://rubyforge.org/projects/diaria/"
35 -SRC_URI="http://rubyforge.org/download.php/208/${PN}/${P}.tar.gz"
36 +SRC_URI="http://rubyforge.org/download.php/208/${P}.tar.gz"
37 LICENSE="LGPL-2.1"
38 USE_RUBY="any"
39 SLOT="0"
40 @@ -16,7 +16,7 @@
41 DEPEND="virtual/ruby"
42
43 src_compile() {
44 - ruby install.rb config --prefix=${D}/usr || die
45 + ruby install.rb config --prefix="${D}/usr" || die
46 ruby install.rb setup || die
47 }
48
49
50
51
52 1.6 www-apps/diaria/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/ChangeLog?rev=1.6&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/ChangeLog?rev=1.6&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/ChangeLog?r1=1.5&r2=1.6
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-apps/diaria/ChangeLog,v
61 retrieving revision 1.5
62 retrieving revision 1.6
63 diff -u -r1.5 -r1.6
64 --- ChangeLog 9 Feb 2007 08:40:28 -0000 1.5
65 +++ ChangeLog 12 Jan 2008 07:42:22 -0000 1.6
66 @@ -1,6 +1,12 @@
67 # ChangeLog for www-apps/diaria
68 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-apps/diaria/ChangeLog,v 1.5 2007/02/09 08:40:28 flameeyes Exp $
70 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/www-apps/diaria/ChangeLog,v 1.6 2008/01/12 07:42:22 graaff Exp $
72 +
73 +*diaria-0.1.5 (12 Jan 2008)
74 +
75 + 12 Jan 2008; Hans de Graaff <graaff@g.o> diaria-0.1.4.ebuild,
76 + +diaria-0.1.5.ebuild:
77 + Fix download location for 0.1.4, fixes #205370. Bump version, fixes #205371.
78
79 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
80 Regenerate digest in Manifest2 format.
81
82
83
84 1.1 www-apps/diaria/diaria-0.1.5.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/diaria-0.1.5.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/diaria/diaria-0.1.5.ebuild?rev=1.1&content-type=text/plain
88
89 Index: diaria-0.1.5.ebuild
90 ===================================================================
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/www-apps/diaria/diaria-0.1.5.ebuild,v 1.1 2008/01/12 07:42:22 graaff Exp $
94
95 inherit ruby
96
97 DESCRIPTION="Diaria is for posting news items to the web. "
98 HOMEPAGE="http://rubyforge.org/projects/diaria/"
99 SRC_URI="http://rubyforge.org/download.php/296/${P}.tar.gz"
100 LICENSE="LGPL-2.1"
101 USE_RUBY="any"
102 SLOT="0"
103 KEYWORDS="~x86 ~ppc"
104 IUSE=""
105 DEPEND="virtual/ruby"
106
107 src_compile() {
108 ruby install.rb config --prefix="${D}/usr" || die
109 ruby install.rb setup || die
110 }
111
112 src_install() {
113 ruby install.rb install || die
114 insinto /usr/share/diaria/templates
115 doins share/diaria/templates/*
116 dodoc share/diaria/doc/*.txt share/diaria/doc/config.sample
117 dohtml share/diaria/doc/*
118 }
119
120
121
122 --
123 gentoo-commits@l.g.o mailing list