diff options
author | Hanno Böck <hanno@gentoo.org> | 2011-01-31 22:31:49 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2011-01-31 22:31:49 +0000 |
commit | 2d0a74ad960951a1a91ddf95941e47d86b406d65 (patch) | |
tree | 958d3f4c541bbe19bd8b5990b786ada6b831b0d8 /app-office/taxbird | |
parent | libgeier version bump (diff) | |
download | gentoo-2-2d0a74ad960951a1a91ddf95941e47d86b406d65.tar.gz gentoo-2-2d0a74ad960951a1a91ddf95941e47d86b406d65.tar.bz2 gentoo-2-2d0a74ad960951a1a91ddf95941e47d86b406d65.zip |
remove old taxbird versions
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'app-office/taxbird')
-rw-r--r-- | app-office/taxbird/taxbird-0.12.ebuild | 43 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.13-r1.ebuild | 38 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.13.ebuild | 40 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.14.ebuild | 38 |
4 files changed, 0 insertions, 159 deletions
diff --git a/app-office/taxbird/taxbird-0.12.ebuild b/app-office/taxbird/taxbird-0.12.ebuild deleted file mode 100644 index 950862323b4b..000000000000 --- a/app-office/taxbird/taxbird-0.12.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.12.ebuild,v 1.1 2009/01/22 09:13:05 hanno Exp $ - -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 - dev-libs/openssl - =gnome-extra/gtkhtml-2* - gnome-base/libgnomeui - sys-devel/gettext - dev-scheme/guile" - -pkg_setup() { - if has_version ">=dev-scheme/guile-1.8.0" && ! built_with_use dev-scheme/guile discouraged deprecated regex; then - eerror "This package requires dev-scheme/guile with USE=\"discouraged deprecated regex\"." - die "Please reemerge dev-scheme/guile with USE=\"discouraged deprecated regex\"." - fi -} - -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" - rm -f "${D}/usr/share/mime/{aliases,globs,magic,mime.cache,subclasses,XMLnamespaces}" -} - -pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update -} diff --git a/app-office/taxbird/taxbird-0.13-r1.ebuild b/app-office/taxbird/taxbird-0.13-r1.ebuild deleted file mode 100644 index fd30b9e76359..000000000000 --- a/app-office/taxbird/taxbird-0.13-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.13-r1.ebuild,v 1.1 2009/10/16 19:04:12 hanno Exp $ - -EAPI="2" - -inherit eutils fdo-mime flag-o-matic - -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 - dev-libs/openssl - >=gnome-extra/gtkhtml-3.8 - gnome-base/libgnomeui - sys-devel/gettext - >=dev-scheme/guile-1.8.0[deprecated,discouraged,regex]" - -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/" -type f -maxdepth 1 -delete -} - -pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update -} diff --git a/app-office/taxbird/taxbird-0.13.ebuild b/app-office/taxbird/taxbird-0.13.ebuild deleted file mode 100644 index f54862363f09..000000000000 --- a/app-office/taxbird/taxbird-0.13.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.13.ebuild,v 1.1 2009/10/12 12:36:57 hanno Exp $ - -EAPI="2" - -inherit eutils fdo-mime flag-o-matic - -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 - dev-libs/openssl - >=gnome-extra/gtkhtml-3.8 - gnome-base/libgnomeui - sys-devel/gettext - >=dev-scheme/guile-1.8.0[deprecated,discouraged,regex]" - -append-ldflags -Wl,-z,noexecstack - -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" - rm -f "${D}"/usr/share/mime/{aliases,generic-icons,globs,globs2,icons,magic,mime.cache,subclasses,treemagic,types,XMLnamespaces} -} - -pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update -} diff --git a/app-office/taxbird/taxbird-0.14.ebuild b/app-office/taxbird/taxbird-0.14.ebuild deleted file mode 100644 index c3bf279f91db..000000000000 --- a/app-office/taxbird/taxbird-0.14.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.14.ebuild,v 1.1 2009/10/18 14:31:19 hanno Exp $ - -EAPI="2" - -inherit eutils fdo-mime flag-o-matic - -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 - dev-libs/openssl - >=gnome-extra/gtkhtml-3.8 - gnome-base/libgnomeui - sys-devel/gettext - >=dev-scheme/guile-1.8.0[deprecated,discouraged,regex]" - -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/" -type f -maxdepth 1 -delete -} - -pkg_postinst() { - fdo-mime_mime_database_update - fdo-mime_desktop_database_update -} |