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.16.ebuild
Date: Mon, 31 Jan 2011 22:33:53
Message-Id: 20110131223344.74CB620054@flycatcher.gentoo.org
1 hanno 11/01/31 22:33:44
2
3 Modified: ChangeLog
4 Added: taxbird-0.16.ebuild
5 Log:
6 taxbird version bump
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 app-office/taxbird/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 10 Jul 2010 15:18:12 -0000 1.25
24 +++ ChangeLog 31 Jan 2011 22:33:44 -0000 1.26
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/taxbird
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.25 2010/07/10 15:18:12 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.26 2011/01/31 22:33:44 hanno Exp $
31 +
32 +*taxbird-0.16 (31 Jan 2011)
33 +
34 + 31 Jan 2011; Hanno Boeck <hanno@g.o> +taxbird-0.16.ebuild:
35 + Version bump.
36
37 10 Jul 2010; Christian Faulhammer <fauli@g.o> taxbird-0.15.ebuild:
38 stable x86, bug 319827
39
40
41
42 1.1 app-office/taxbird/taxbird-0.16.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.16.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.16.ebuild?rev=1.1&content-type=text/plain
46
47 Index: taxbird-0.16.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.16.ebuild,v 1.1 2011/01/31 22:33:44 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.12
67 >=gnome-extra/gtkhtml-3.8
68 gnome-base/libgnomeui
69 sys-devel/gettext
70 >=dev-scheme/guile-1.8.0[regex,deprecated]"
71 RDEPEND="${DEPEND}"
72
73 src_install() {
74 dodoc README* || die "dodoc failed"
75
76 einstall || die "Installation failed!"
77
78 # clean out the installed mime files, those get recreated in the pkg_postinst function
79 einfo "Deleting mime files in ${D}/usr/share/mime"
80 find "${D}/usr/share/mime/" -maxdepth 1 -type f -delete
81 }
82
83 pkg_postinst() {
84 fdo-mime_mime_database_update
85 fdo-mime_desktop_database_update
86 }