summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:19:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:19:37 +0000
commit38c8e637794fb7b8229b6c625389a09796a7cb1d (patch)
tree4b9123d538f86e6ff525fb409c8f897bbab0121d /app-office/taxbird
parentRemove old (diff)
downloadgentoo-2-38c8e637794fb7b8229b6c625389a09796a7cb1d.tar.gz
gentoo-2-38c8e637794fb7b8229b6c625389a09796a7cb1d.tar.bz2
gentoo-2-38c8e637794fb7b8229b6c625389a09796a7cb1d.zip
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-office/taxbird')
-rw-r--r--app-office/taxbird/ChangeLog5
-rw-r--r--app-office/taxbird/taxbird-0.16.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog
index 4ab53f8c46a2..5895969aa94b 100644
--- a/app-office/taxbird/ChangeLog
+++ b/app-office/taxbird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/taxbird
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.28 2012/01/13 01:07:39 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.29 2012/05/10 15:19:37 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -taxbird-0.16.ebuild:
+ Remove old
*taxbird-0.18 (13 Jan 2012)
diff --git a/app-office/taxbird/taxbird-0.16.ebuild b/app-office/taxbird/taxbird-0.16.ebuild
deleted file mode 100644
index 92de820a55a0..000000000000
--- a/app-office/taxbird/taxbird-0.16.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.16.ebuild,v 1.2 2011/03/21 21:45:52 nirbheek Exp $
-
-EAPI="2"
-
-inherit eutils fdo-mime
-
-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="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/libgeier-0.12
- >=gnome-extra/gtkhtml-3.8:3.14
- gnome-base/libgnomeui
- sys-devel/gettext
- >=dev-scheme/guile-1.8.0[regex,deprecated]"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dodoc README* || die "dodoc failed"
-
- einstall || die "Installation failed!"
-
- # clean out the installed mime files, those get recreated in the pkg_postinst function
- einfo "Deleting mime files in ${D}/usr/share/mime"
- find "${D}/usr/share/mime/" -maxdepth 1 -type f -delete
-}
-
-pkg_postinst() {
- fdo-mime_mime_database_update
- fdo-mime_desktop_database_update
-}