diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-05-29 08:01:09 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-05-29 08:01:09 +0000 |
commit | 08a58c7b8c579bc9bbccaa48fe528992b6714460 (patch) | |
tree | 1c8350c48b061f583348f19e20fc5614a8a35c2d /app-office/taxbird | |
parent | Version bump thanks to Vieri <rentorbuy@yahoo.com> in bug 134728, also fixes ... (diff) | |
download | historical-08a58c7b8c579bc9bbccaa48fe528992b6714460.tar.gz historical-08a58c7b8c579bc9bbccaa48fe528992b6714460.tar.bz2 historical-08a58c7b8c579bc9bbccaa48fe528992b6714460.zip |
Update to taxbird-0.6
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'app-office/taxbird')
-rw-r--r-- | app-office/taxbird/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/taxbird/Manifest | 4 | ||||
-rw-r--r-- | app-office/taxbird/files/digest-taxbird-0.7 | 1 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.7.ebuild | 38 |
4 files changed, 48 insertions, 2 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog index efb6e96fe65d..f4597872fad1 100644 --- a/app-office/taxbird/ChangeLog +++ b/app-office/taxbird/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/taxbird # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.2 2006/01/13 00:32:07 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.3 2006/05/29 08:01:09 wrobel Exp $ + +*taxbird-0.7 (29 May 2006) + + 29 May 2006; <wrobel@gentoo.org> +taxbird-0.7.ebuild: + Update to taxbird-0.6 13 Jan 2006; Saleem Abdulrasool <compnerd@gentoo.org> taxbird-0.6.ebuild: pkgmove gnome-extra/libgtkhtml gnome-extra/gtkhtml diff --git a/app-office/taxbird/Manifest b/app-office/taxbird/Manifest index 9749a4641e16..4f14d117e89c 100644 --- a/app-office/taxbird/Manifest +++ b/app-office/taxbird/Manifest @@ -1,4 +1,6 @@ -MD5 5eae298206f00b75fd22627b04e95e10 ChangeLog 416 +MD5 00fb658f0f2dc7232543e2d7aa35f862 ChangeLog 523 MD5 ae65362d25c2379bef5063e00905e461 files/digest-taxbird-0.6 63 +MD5 de7a6e95dcbe5179b0b1622fbdee934a files/digest-taxbird-0.7 63 MD5 20ca8cef75bee52dd57a2efd53154477 metadata.xml 251 MD5 394d1efc35e6feaa47cdb5a9bcb86c34 taxbird-0.6.ebuild 773 +MD5 a1560410a3b623c965de07621f0b63d3 taxbird-0.7.ebuild 771 diff --git a/app-office/taxbird/files/digest-taxbird-0.7 b/app-office/taxbird/files/digest-taxbird-0.7 new file mode 100644 index 000000000000..c42e63d9ad77 --- /dev/null +++ b/app-office/taxbird/files/digest-taxbird-0.7 @@ -0,0 +1 @@ +MD5 bea02d39170ddfeb19b367d21362e36b taxbird-0.7.tar.gz 243635 diff --git a/app-office/taxbird/taxbird-0.7.ebuild b/app-office/taxbird/taxbird-0.7.ebuild new file mode 100644 index 000000000000..ed97b72fe53b --- /dev/null +++ b/app-office/taxbird/taxbird-0.7.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.7.ebuild,v 1.1 2006/05/29 08:01:09 wrobel Exp $ + +inherit eutils + +DESCRIPTION="Taxbird provides a GUI to submit tax forms to the german digital tax project ELSTER." +HOMEPAGE="http://www.taxbird.de/" + +SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" +IUSE="" + +DEPEND=" +dev-libs/libgeier +dev-libs/openssl +=gnome-extra/gtkhtml-2* +gnome-base/libgnomeui +sys-devel/gettext +dev-util/guile" + +src_compile() { + + econf || die "Configure failed!" + emake || die "Make failed!" + +} + +src_install() { + + dodoc README* + + einstall || die "Installation failed!" + +} |