summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2018-03-27 10:14:53 -0600
committerDenis Dupeyron <calchan@gentoo.org>2018-03-27 10:14:53 -0600
commit30ae5f24cf1909862baa231e4853c9d6fe715d73 (patch)
tree52f66c30718ffdb8760fe7bf84d9a9ef3ce1c34d /app-office
parentapp-office/homebank: bump to 5.1.8, bug 635076 (diff)
downloadgentoo-30ae5f24cf1909862baa231e4853c9d6fe715d73.tar.gz
gentoo-30ae5f24cf1909862baa231e4853c9d6fe715d73.tar.bz2
gentoo-30ae5f24cf1909862baa231e4853c9d6fe715d73.zip
app-office/homebank: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r--app-office/homebank/Manifest3
-rw-r--r--app-office/homebank/homebank-4.6.3.ebuild40
-rw-r--r--app-office/homebank/homebank-5.0.9.ebuild49
-rw-r--r--app-office/homebank/homebank-5.1.5.ebuild55
4 files changed, 0 insertions, 147 deletions
diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index bcc8285ee244..e49a31ff5456 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,5 +1,2 @@
-DIST homebank-4.6.3.tar.gz 1899045 BLAKE2B e010a5dad0669a26ba9ef100fa57bbf5dd6050cad29f112da0e3060c757f631b4e4a3510a7f4555c538363f3a027f9e57a59400b52584e9a3ac0450ada0433ff SHA512 aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
-DIST homebank-5.0.9.tar.gz 2734386 BLAKE2B 5173bccb11109c32daf0fb9602373d39a6fa28bd84a8d2b5531f8de262bd749f456e67d60926ef272fc789df79215bde61e5357e71a331ed316c5899e67bf411 SHA512 832229de9812621bcce3037f1f70eb63cf96cb33468e0e76202ebe3a489544090d5b54fdc7b42feefaf7722c3f42c6d9bc45ee5fbd1b8638c2e54b65ea03357f
DIST homebank-5.1.3.tar.gz 2686661 BLAKE2B bd43e3bc2d5d2c42e80cfc32b2beaa923b7c9110a71a703e52d45f302d16c5d8582cbb1c8463d4457b578844c357a20e7aed67c71a11d1baabf6dfec54960d3f SHA512 c95ac2871c3219d734aeb35d11e1e678efc50e166e2f8c1f05971fd341ac1598d6d672bd4b7cd7bcc206443af5305c9e1eb0557c3fcaab1ea35f4950acdef103
-DIST homebank-5.1.5.tar.gz 2698391 BLAKE2B b562d7902fc8aaa84f9bd74eaccfe269e5690c526d456d3babd3535e45b3ce94f40d0fb7319337edfa515477a0819ca55167daca935dd4c72afa6f41f9ad7c76 SHA512 674a6385f427ba23039745b476d7474c9f41f0183d5a41d6fa340fe36cc9b0b3a4a3da30dfecc4c4c3b8bfc72aba751799a5750b71eaf28b13333475d31e92e0
DIST homebank-5.1.8.tar.gz 2745061 BLAKE2B b2e95a65f0d352fe167aa589683f3053d6b623f0240c348ea8c08f02f66b308b84873494eb7c307bbde15be28d7feb71ef966d0ae1bbb4d2cc5d22e53a68de08 SHA512 24c02b30878b920fdf8ee190fd8cfcdead1ecb971495880db8a49ca771f4cd140a2c1ff4eb09f3e6770be694480b84c5ff3b0d49568ce81c86e83b95797dbed4
diff --git a/app-office/homebank/homebank-4.6.3.ebuild b/app-office/homebank/homebank-4.6.3.ebuild
deleted file mode 100644
index 64fd716fdbd9..000000000000
--- a/app-office/homebank/homebank-4.6.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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:2
- >=dev-libs/glib-2.17
- ofx? ( >=dev-libs/libofx-0.7 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.40.5"
-
-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-5.0.9.ebuild b/app-office/homebank/homebank-5.0.9.ebuild
deleted file mode 100644
index 77d1338497bb..000000000000
--- a/app-office/homebank/homebank-5.0.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit fdo-mime eutils gnome2-utils
-
-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=">=dev-libs/glib-2.28
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- >=x11-libs/gtk+-3.6.4:3
- x11-libs/pango
- ofx? ( >=dev-libs/libofx-0.8.3 )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5.8.1
- dev-perl/XML-Parser
- >=dev-util/intltool-0.40.5
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
- econf $(use_with ofx)
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
diff --git a/app-office/homebank/homebank-5.1.5.ebuild b/app-office/homebank/homebank-5.1.5.ebuild
deleted file mode 100644
index 7fd086f1ad40..000000000000
--- a/app-office/homebank/homebank-5.1.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit xdg-utils eutils gnome2-utils
-
-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=">=dev-libs/glib-2.39
- >=net-libs/libsoup-2.26
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- >=x11-libs/gtk+-3.12:3
- x11-libs/pango
- ofx? ( >=dev-libs/libofx-0.8.3 )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5.8.1
- dev-perl/XML-Parser
- >=dev-util/intltool-0.40.5
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_prepare(){
- echo src/hb-payee.c >> po/POTFILES.in || die
- eapply_user
-}
-
-src_configure() {
- econf $(use_with ofx)
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}