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 net-misc/drivel: ChangeLog drivel-3.0.0.ebuild
Date: Sat, 03 Oct 2009 08:18:26
Message-Id: E1Mtzou-0003Bg-6p@stork.gentoo.org
1 graaff 09/10/03 08:18:24
2
3 Modified: ChangeLog
4 Added: drivel-3.0.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 net-misc/drivel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/drivel/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/drivel/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/drivel/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/drivel/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 22 Jun 2009 17:57:09 -0000 1.32
23 +++ ChangeLog 3 Oct 2009 08:18:23 -0000 1.33
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-misc/drivel
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/ChangeLog,v 1.32 2009/06/22 17:57:09 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/ChangeLog,v 1.33 2009/10/03 08:18:23 graaff Exp $
29 +
30 +*drivel-3.0.0 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Hans de Graaff <graaff@g.o> +drivel-3.0.0.ebuild:
33 + Version bump: major update. Dropped use of deprecated gnome libraries.
34 + Many bug fixes and minor enhancements.
35
36 *drivel-2.0.4 (22 Jun 2009)
37
38
39
40
41 1.1 net-misc/drivel/drivel-3.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/drivel/drivel-3.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/drivel/drivel-3.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: drivel-3.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/drivel-3.0.0.ebuild,v 1.1 2009/10/03 08:18:23 graaff Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="Drivel is a desktop blogger with support for LiveJournal, Blogger,
55 MoveableType, Wordpress and more."
56 HOMEPAGE="http://drivel.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/drivel/${P}.tar.bz2"
58 LICENSE="GPL-2"
59
60 IUSE="dbus spell"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63
64 RDEPEND=">=dev-libs/glib-2.16.6
65 >=x11-libs/gtk+-2.16.5
66 >=gnome-base/gconf-2
67 >=gnome-base/gnome-vfs-2.6
68 >=x11-libs/gtksourceview-2.2.2
69 >=net-libs/libsoup-2.4.1
70 >=dev-libs/libxml2-2.4.0
71 spell? ( >=app-text/gtkspell-2.0.10 )
72 dbus? ( >=dev-libs/dbus-glib-0.78 )"
73
74 DEPEND="${RDEPEND}
75 >=dev-util/pkgconfig-0.12.0
76 >=app-text/gnome-doc-utils-0.3.2
77 >=dev-util/intltool-0.21
78 >=app-text/scrollkeeper-0.3.5"
79
80 DOCS="AUTHORS ChangeLog NEWS README TODO"
81
82 G2CONF="${G2CONF} \
83 `use_with spell gtkspell` \
84 `use_with dbus` \
85 --disable-mime-update \
86 --disable-desktop-update
87 --localstatedir=${D}/var"
88
89 USE_DESTDIR="1"