public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/taxbird: ChangeLog taxbird-0.15.ebuild
@ 2010-02-04 18:44 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2010-02-04 18:44 UTC (permalink / raw
  To: gentoo-commits

hanno       10/02/04 18:44:41

  Modified:             ChangeLog
  Added:                taxbird-0.15.ebuild
  Log:
  taxbird version bump
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 app-office/taxbird/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	18 Oct 2009 14:31:19 -0000	1.21
+++ ChangeLog	4 Feb 2010 18:44:40 -0000	1.22
@@ -1,6 +1,12 @@
 # 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.21 2009/10/18 14:31:19 hanno Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.22 2010/02/04 18:44:40 hanno Exp $
+
+*taxbird-0.15 (04 Feb 2010)
+
+  04 Feb 2010; Hanno Boeck <hanno@gentoo.org> +taxbird-0.15.ebuild:
+  Version bump, openssl dependency was wrong and discouraged flag in guile
+  is unneeded as it's implied by deprecated-flag.
 
 *taxbird-0.14 (18 Oct 2009)
 



1.1                  app-office/taxbird/taxbird-0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.1&content-type=text/plain

Index: taxbird-0.15.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.1 2010/02/04 18:44:40 hanno 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.11
	>=gnome-extra/gtkhtml-3.8
	gnome-base/libgnomeui
	sys-devel/gettext
	>=dev-scheme/guile-1.8.0[regex,deprecated]"

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
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/taxbird: ChangeLog taxbird-0.15.ebuild
@ 2010-06-17 20:05 Christoph Mende (angelos)
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-17 20:05 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/17 20:05:30

  Modified:             ChangeLog taxbird-0.15.ebuild
  Log:
  Stable on amd64 wrt bug #319827
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-office/taxbird/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	24 May 2010 14:27:12 -0000	1.23
+++ ChangeLog	17 Jun 2010 20:05:30 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/taxbird
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.23 2010/05/24 14:27:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.24 2010/06/17 20:05:30 angelos Exp $
+
+  17 Jun 2010; Christoph Mende <angelos@gentoo.org> taxbird-0.15.ebuild:
+  Stable on amd64 wrt bug #319827
 
   24 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove wrobel from metadata.xml (#111816)



1.2                  app-office/taxbird/taxbird-0.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?r1=1.1&r2=1.2

Index: taxbird-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taxbird-0.15.ebuild	4 Feb 2010 18:44:40 -0000	1.1
+++ taxbird-0.15.ebuild	17 Jun 2010 20:05:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.1 2010/02/04 18:44:40 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.2 2010/06/17 20:05:30 angelos Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE=""
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/taxbird: ChangeLog taxbird-0.15.ebuild
@ 2010-07-10 15:18 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-10 15:18 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/10 15:18:12

  Modified:             ChangeLog taxbird-0.15.ebuild
  Log:
  stable x86, bug 319827
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.25                 app-office/taxbird/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Jun 2010 20:05:30 -0000	1.24
+++ ChangeLog	10 Jul 2010 15:18:12 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/taxbird
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.24 2010/06/17 20:05:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.25 2010/07/10 15:18:12 fauli Exp $
+
+  10 Jul 2010; Christian Faulhammer <fauli@gentoo.org> taxbird-0.15.ebuild:
+  stable x86, bug 319827
 
   17 Jun 2010; Christoph Mende <angelos@gentoo.org> taxbird-0.15.ebuild:
   Stable on amd64 wrt bug #319827



1.3                  app-office/taxbird/taxbird-0.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild?r1=1.2&r2=1.3

Index: taxbird-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taxbird-0.15.ebuild	17 Jun 2010 20:05:30 -0000	1.2
+++ taxbird-0.15.ebuild	10 Jul 2010 15:18:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.2 2010/06/17 20:05:30 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.15.ebuild,v 1.3 2010/07/10 15:18:12 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 IUSE=""
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-10 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-10 15:18 [gentoo-commits] gentoo-x86 commit in app-office/taxbird: ChangeLog taxbird-0.15.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-17 20:05 Christoph Mende (angelos)
2010-02-04 18:44 Hanno Boeck (hanno)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox