summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-12 21:02:56 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-12 21:02:56 +0000
commitd8dc690e78d8aa0e762db3452556686e6ad09462 (patch)
tree2934289f43d38da58ffa382cfe3adb3064cbeefc /app-office/taxbird
parentlibgeier and taxbird update (diff)
downloadoverlay-d8dc690e78d8aa0e762db3452556686e6ad09462.tar.gz
overlay-d8dc690e78d8aa0e762db3452556686e6ad09462.tar.bz2
overlay-d8dc690e78d8aa0e762db3452556686e6ad09462.zip
More libgeier and taxbird fixes
svn path=/; revision=624
Diffstat (limited to 'app-office/taxbird')
-rw-r--r--app-office/taxbird/Manifest4
-rw-r--r--app-office/taxbird/files/digest-taxbird-0.41
-rw-r--r--app-office/taxbird/taxbird-0.4.ebuild39
3 files changed, 1 insertions, 43 deletions
diff --git a/app-office/taxbird/Manifest b/app-office/taxbird/Manifest
index 452defc..a782a0f 100644
--- a/app-office/taxbird/Manifest
+++ b/app-office/taxbird/Manifest
@@ -1,4 +1,2 @@
-MD5 bd9d74ad52641ad4b6fe3b1e1ca99b09 files/digest-taxbird-0.4 63
MD5 ae65362d25c2379bef5063e00905e461 files/digest-taxbird-0.6 63
-MD5 fc72c93b634b6ed4b852cec5c67c95ad taxbird-0.4.ebuild 731
-MD5 8f1339280afb677aa23ab1cfaccd52dc taxbird-0.6.ebuild 724
+MD5 6c4dd3e75e49bbddea34a274f5a3472f taxbird-0.6.ebuild 722
diff --git a/app-office/taxbird/files/digest-taxbird-0.4 b/app-office/taxbird/files/digest-taxbird-0.4
deleted file mode 100644
index 8f219d7..0000000
--- a/app-office/taxbird/files/digest-taxbird-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65d07ea6473c2b11d8405a59852e6c27 taxbird-0.4.tar.gz 170133
diff --git a/app-office/taxbird/taxbird-0.4.ebuild b/app-office/taxbird/taxbird-0.4.ebuild
deleted file mode 100644
index aa434e9..0000000
--- a/app-office/taxbird/taxbird-0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="app-office/libgeier
- dev-libs/openssl
- gnome-extra/libgtkhtml
- 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!"
-
-}
-