Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/taxbird: ChangeLog taxbird-0.15.ebuild
Date: Thu, 04 Feb 2010 18:44:43
Message-Id: E1Nd6gz-0005Mq-7U@stork.gentoo.org
1 hanno 10/02/04 18:44:41
2
3 Modified: ChangeLog
4 Added: taxbird-0.15.ebuild
5 Log:
6 taxbird version bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 app-office/taxbird/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 18 Oct 2009 14:31:19 -0000 1.21
23 +++ ChangeLog 4 Feb 2010 18:44:40 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/taxbird
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.21 2009/10/18 14:31:19 hanno Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.22 2010/02/04 18:44:40 hanno Exp $
30 +
31 +*taxbird-0.15 (04 Feb 2010)
32 +
33 + 04 Feb 2010; Hanno Boeck <hanno@g.o> +taxbird-0.15.ebuild:
34 + Version bump, openssl dependency was wrong and discouraged flag in guile
35 + is unneeded as it's implied by deprecated-flag.
36
37 *taxbird-0.14 (18 Oct 2009)
38
39
40
41
42 1.1 app-office/taxbird/taxbird-0.15.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.1&content-type=text/plain
46
47 Index: taxbird-0.15.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.1 2010/02/04 18:44:40 hanno Exp $
52
53 EAPI="2"
54
55 inherit eutils fdo-mime
56
57 DESCRIPTION="Taxbird provides a GUI to submit tax forms to the german digital tax project ELSTER."
58 HOMEPAGE="http://www.taxbird.de/"
59 SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE=""
65
66 DEPEND=">=dev-libs/libgeier-0.11
67 >=gnome-extra/gtkhtml-3.8
68 gnome-base/libgnomeui
69 sys-devel/gettext
70 >=dev-scheme/guile-1.8.0[regex,deprecated]"
71
72 src_install() {
73 dodoc README* || die "dodoc failed"
74
75 einstall || die "Installation failed!"
76
77 # clean out the installed mime files, those get recreated in the pkg_postinst function
78 einfo "Deleting mime files in ${D}/usr/share/mime"
79 find "${D}/usr/share/mime/" -type f -maxdepth 1 -delete
80 }
81
82 pkg_postinst() {
83 fdo-mime_mime_database_update
84 fdo-mime_desktop_database_update
85 }