diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-28 13:43:05 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-08-28 13:43:05 +0000 |
commit | aa477c52f0cd50aa09ffe295d0fe26d68569c462 (patch) | |
tree | bdabfd85469b0577a7ec4c69ed31c62e7f659da4 /app-office | |
parent | Stable on alpha, bug #279367 (diff) | |
download | gentoo-2-aa477c52f0cd50aa09ffe295d0fe26d68569c462.tar.gz gentoo-2-aa477c52f0cd50aa09ffe295d0fe26d68569c462.tar.bz2 gentoo-2-aa477c52f0cd50aa09ffe295d0fe26d68569c462.zip |
Remove old versions.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taxbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.10.ebuild | 50 | ||||
-rw-r--r-- | app-office/taxbird/taxbird-0.11.ebuild | 54 |
3 files changed, 5 insertions, 105 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog index 6c01a2a05215..cf27b0c75872 100644 --- a/app-office/taxbird/ChangeLog +++ b/app-office/taxbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/taxbird # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.16 2009/01/22 09:13:05 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.17 2009/08/28 13:43:05 betelgeuse Exp $ + + 28 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> -taxbird-0.10.ebuild, + -taxbird-0.11.ebuild: + Remove old versions. *taxbird-0.12 (22 Jan 2009) diff --git a/app-office/taxbird/taxbird-0.10.ebuild b/app-office/taxbird/taxbird-0.10.ebuild deleted file mode 100644 index e3709b62d780..000000000000 --- a/app-office/taxbird/taxbird-0.10.ebuild +++ /dev/null @@ -1,50 +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.10.ebuild,v 1.6 2009/01/22 09:13:05 hanno Exp $ - -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-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_compile() { - econf || die "Configure failed!" - emake || die "Make failed!" -} - -src_install() { - - dodoc README* - - 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.11.ebuild b/app-office/taxbird/taxbird-0.11.ebuild deleted file mode 100644 index 933205edb431..000000000000 --- a/app-office/taxbird/taxbird-0.11.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.11.ebuild,v 1.2 2008/11/14 16:01:15 flameeyes Exp $ - -inherit eutils fdo-mime autotools - -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_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-asneeded.patch - - eautoreconf -} - -src_install() { - - dodoc README* - - 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 -} |