summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2009-11-04 14:43:25 +0000
committerDenis Dupeyron <calchan@gentoo.org>2009-11-04 14:43:25 +0000
commit25cef5d0fa6f9871e099a50e69feff755fc95422 (patch)
treeaf0d6f0a8647a3390612d78c977d626b08020ab9 /app-office/homebank
parentRemove old versions. (diff)
downloadgentoo-2-25cef5d0fa6f9871e099a50e69feff755fc95422.tar.gz
gentoo-2-25cef5d0fa6f9871e099a50e69feff755fc95422.tar.bz2
gentoo-2-25cef5d0fa6f9871e099a50e69feff755fc95422.zip
Version bump, thanks to Arseny Solokha (bug #291808).
(Portage version: 2.1.7.1/cvs/Linux i686)
Diffstat (limited to 'app-office/homebank')
-rw-r--r--app-office/homebank/ChangeLog8
-rw-r--r--app-office/homebank/homebank-4.0.2.ebuild55
-rw-r--r--app-office/homebank/homebank-4.1.ebuild (renamed from app-office/homebank/homebank-4.1_beta.ebuild)2
3 files changed, 8 insertions, 57 deletions
diff --git a/app-office/homebank/ChangeLog b/app-office/homebank/ChangeLog
index 068e20ed333f..450e51c69bde 100644
--- a/app-office/homebank/ChangeLog
+++ b/app-office/homebank/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/homebank
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.12 2009/10/07 02:15:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.13 2009/11/04 14:43:25 calchan Exp $
+
+*homebank-4.1 (04 Nov 2009)
+
+ 04 Nov 2009; Denis Dupeyron <calchan@gentoo.org> -homebank-4.0.2.ebuild,
+ -homebank-4.1_beta.ebuild, +homebank-4.1.ebuild:
+ Version bump, thanks to Arseny Solokha (bug #291808).
*homebank-4.1_beta (07 Oct 2009)
diff --git a/app-office/homebank/homebank-4.0.2.ebuild b/app-office/homebank/homebank-4.0.2.ebuild
deleted file mode 100644
index 62f058f88588..000000000000
--- a/app-office/homebank/homebank-4.0.2.ebuild
+++ /dev/null
@@ -1,55 +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/homebank/homebank-4.0.2.ebuild,v 1.2 2009/04/18 02:00:07 calchan Exp $
-
-inherit autotools fdo-mime
-
-DESCRIPTION="Free, easy, personal accounting for everyone"
-HOMEPAGE="http://homebank.free.fr/index.php"
-SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ofx"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=x11-libs/gtk+-2.14
- >=dev-libs/glib-2.14
- sys-libs/zlib
- ofx? ( >=dev-libs/libofx-0.7 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.40.5"
-RDEPEND="${RDEPEND}
- gnome-base/librsvg"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e 's/-Werror//' configure.ac \
- -e 's/LDFLAGS="${LDFLAGS} -lofx"/LIBS="${LIBS} -lofx"/' \
- configure.ac || die "sed failed"
-
- eautoconf
-}
-
-src_compile() {
- econf $(use_with ofx)
- emake || die "Compilation failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
- dodoc AUTHORS ChangeLog README
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/app-office/homebank/homebank-4.1_beta.ebuild b/app-office/homebank/homebank-4.1.ebuild
index c742c711b203..32343baa6f81 100644
--- a/app-office/homebank/homebank-4.1_beta.ebuild
+++ b/app-office/homebank/homebank-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.1_beta.ebuild,v 1.1 2009/10/07 02:15:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.1.ebuild,v 1.1 2009/11/04 14:43:25 calchan Exp $
EAPI="2"