diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2013-10-07 19:07:31 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2013-10-07 19:07:31 +0000 |
commit | 8949968f2567d16d468b5e8b69636fe6c5fa232a (patch) | |
tree | 43a5e4e34b3fbb47acf5be5f651ba9e7cd650551 /app-office/homebank | |
parent | Version bump, thanks to Emmanuel Andry (bug #479858). (diff) | |
download | gentoo-2-8949968f2567d16d468b5e8b69636fe6c5fa232a.tar.gz gentoo-2-8949968f2567d16d468b5e8b69636fe6c5fa232a.tar.bz2 gentoo-2-8949968f2567d16d468b5e8b69636fe6c5fa232a.zip |
Remove old versions.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-office/homebank')
-rw-r--r-- | app-office/homebank/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/homebank/files/homebank-4.3-implicit-pointer.patch | 13 | ||||
-rw-r--r-- | app-office/homebank/files/homebank-4.4-fix_tests.patch | 20 | ||||
-rw-r--r-- | app-office/homebank/homebank-4.3.ebuild | 58 | ||||
-rw-r--r-- | app-office/homebank/homebank-4.4.ebuild | 45 |
5 files changed, 6 insertions, 137 deletions
diff --git a/app-office/homebank/ChangeLog b/app-office/homebank/ChangeLog index f611e6d7fd78..8d3a07a0d4e7 100644 --- a/app-office/homebank/ChangeLog +++ b/app-office/homebank/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/homebank # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.32 2013/10/07 19:04:55 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.33 2013/10/07 19:07:30 calchan Exp $ + + 07 Oct 2013; Denis Dupeyron <calchan@gentoo.org> -homebank-4.3.ebuild, + -homebank-4.4.ebuild, -files/homebank-4.3-implicit-pointer.patch, + -files/homebank-4.4-fix_tests.patch: + Remove old versions. *homebank-4.5.4 (07 Oct 2013) diff --git a/app-office/homebank/files/homebank-4.3-implicit-pointer.patch b/app-office/homebank/files/homebank-4.3-implicit-pointer.patch deleted file mode 100644 index 701a107e8ce1..000000000000 --- a/app-office/homebank/files/homebank-4.3-implicit-pointer.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: homebank-4.3/src/gtkchart.c -=================================================================== ---- homebank-4.3.orig/src/gtkchart.c -+++ homebank-4.3/src/gtkchart.c -@@ -108,7 +108,7 @@ gchar *chart_print_int(GtkChart *chart, - gchar *chart_print_double(GtkChart *chart, gdouble value); - - static GtkHBoxClass *parent_class = NULL; -- -+GdkGC* gdk_gc_new (GdkDrawable *drawable); - - struct mycolors - { diff --git a/app-office/homebank/files/homebank-4.4-fix_tests.patch b/app-office/homebank/files/homebank-4.4-fix_tests.patch deleted file mode 100644 index 041bad49ae5a..000000000000 --- a/app-office/homebank/files/homebank-4.4-fix_tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/po/POTFILES.in b/po/POTFILES.in -index 7a1dc7f..4ea6ca3 100644 ---- a/po/POTFILES.in -+++ b/po/POTFILES.in -@@ -3,6 +3,7 @@ - data/homebank.desktop.in.in - - # Main application -+src/da_encoding.c - src/def_archive.c - src/def_budget.c - src/def_filter.c -@@ -13,6 +14,7 @@ src/dsp_account.c - src/dsp_wallet.c - src/homebank.c - src/hb_category.c -+src/hb_transaction.c - src/import.c - src/list_account.c - src/list_operation.c diff --git a/app-office/homebank/homebank-4.3.ebuild b/app-office/homebank/homebank-4.3.ebuild deleted file mode 100644 index 4d82ce77e071..000000000000 --- a/app-office/homebank/homebank-4.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.3.ebuild,v 1.8 2012/05/03 20:00:41 jdhore Exp $ - -EAPI="2" - -inherit autotools eutils 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:2 - >=dev-libs/glib-2.17:2 - sys-libs/zlib - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.40.5" -RDEPEND="${RDEPEND} - gnome-base/librsvg" - -S="${WORKDIR}/${P/_/}" - -src_prepare() { - # Drop DEPRECATED flags, bug #367251 - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' configure.ac configure || die - - sed -i -e 's/true/TRUE/' src/import.c || die "sed failed" - echo -e "src/da_encoding.c\nsrc/hb_transaction.c" >> po/POTFILES.in || die "echo failed" - epatch "${FILESDIR}"/${P}-implicit-pointer.patch - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_configure() { - econf $(use_with ofx) -} - -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.4.ebuild b/app-office/homebank/homebank-4.4.ebuild deleted file mode 100644 index e2738e1bbf43..000000000000 --- a/app-office/homebank/homebank-4.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.4.ebuild,v 1.3 2012/12/15 15:53:48 calchan Exp $ - -EAPI="4" - -inherit fdo-mime eutils - -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.20 - >=dev-libs/glib-2.17 - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.40.5" - -src_prepare() { - epatch "${FILESDIR}/${P}-fix_tests.patch" -} - -src_configure() { - econf $(use_with ofx) -} - -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 -} |