diff options
author | Renaud Chaput (renchap) <renchap@cocoa-x.com> | 2008-04-01 12:48:34 +0000 |
---|---|---|
committer | Renaud Chaput (renchap) <renchap@cocoa-x.com> | 2008-04-01 12:48:34 +0000 |
commit | 61ccbd76997d8c43258c4ff70a7921a0ea49f2b5 (patch) | |
tree | 27ff2d37db1a31a20b5f94ef2a1d204fa800a6d4 /app-office | |
parent | media-tv/zattoo-bin: version bump for zattoo-bin (diff) | |
download | sunrise-61ccbd76997d8c43258c4ff70a7921a0ea49f2b5.tar.gz sunrise-61ccbd76997d8c43258c4ff70a7921a0ea49f2b5.tar.bz2 sunrise-61ccbd76997d8c43258c4ff70a7921a0ea49f2b5.zip |
app-office/homebank: homebank now in portage
svn path=/sunrise/; revision=5961
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/homebank/ChangeLog | 45 | ||||
-rw-r--r-- | app-office/homebank/Manifest | 4 | ||||
-rw-r--r-- | app-office/homebank/homebank-3.6.ebuild | 43 | ||||
-rw-r--r-- | app-office/homebank/metadata.xml | 5 |
4 files changed, 0 insertions, 97 deletions
diff --git a/app-office/homebank/ChangeLog b/app-office/homebank/ChangeLog deleted file mode 100644 index 1dcc10ea2..000000000 --- a/app-office/homebank/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -# ChangeLog for app-office/homebank -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Mar 2008; Tiziano Müller <dev-zero@gentoo.org> -homebank-3.3.ebuild, - -files/homebank-3.3-libofx.patch, +homebank-3.6.ebuild: - Version bump (patch not needed anymore, still broken with --as-needed) - - 15 Feb 2008; (Tommy[D]) tommy100@gmx.de homebank-3.3.ebuild: - Fix typo - - 30 Mar 2007; Christian Faulhammer <opfer@gentoo.org> homebank-3.3.ebuild: - reordered variables - - 30 Mar 2007; Tiziano Müller <dev-zero@gentoo.org> -homebank-3.2.1.ebuild, - +homebank-3.3.ebuild, +files/homebank-3.3-libofx.patch: - Version bump. Dropped old version. - - 23 Jan 2007; Christian Faulhammer <opfer@gentoo.org> - homebank-3.2.1.ebuild: - adjusted DESCRIPTION - - 07 Jan 2007; Jakub Moc <jakub@gentoo.org> homebank-3.2.1.ebuild: - Fix gtk+ dependency - - 14 Dec 2006; Christian Berendt (lhunephel) <christian@suppentopf.net> - homebank-3.2.1.ebuild: - added amd64-flag - - 12 Dec 2006; Jakub Moc <jakub@gentoo.org> -homebank-3.2.ebuild, - +homebank-3.2.1.ebuild: - Version bump, remove old, add missing dependencies - - 26 Sep 2006; Tiziano Müller <gentoo@dev-zero.ch> +homebank-3.2.ebuild: - Version bump. Small corrections. - - 18 Sep 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog: - Minor QA fixes - - 15 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> ChangeLog: - Version bump to 3.2_alpha2, upstream included my patch :-) - - 08 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> ChangeLog: - New ebuild for bug 139634 - diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest deleted file mode 100644 index f68d72687..000000000 --- a/app-office/homebank/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST homebank-3.6.tar.gz 1382032 RMD160 fda41f1f50fb18d0edcbfc6374327e429da6771b SHA1 a4f65b9867e0131173003378308a7a2ffef83e49 SHA256 897d34d51187c030e4180d9269bba0f1186f17c758cead6da5cfab19391e961a -EBUILD homebank-3.6.ebuild 892 RMD160 fbd475c85e136aa15a2c6022a97a2cc94e617829 SHA1 596a14d191e4c191747f0b65ff37bb7419f6ab73 SHA256 7b6c6c9020ac66f1882e3bafb2d00d4fe651e225acd922ab72b4a1f85fe1779f -MISC ChangeLog 1536 RMD160 cc38f6ab919452d9a20fcf936f2e45afe87311f7 SHA1 46fdf891bbf59c83bb8ba38f2bc5c56e691074c1 SHA256 46eccd2a1df31bdc0cfde91fb9572d919faa98e1010e1437f783f809c5ef860b -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-office/homebank/homebank-3.6.ebuild b/app-office/homebank/homebank-3.6.ebuild deleted file mode 100644 index bb4c12fe9..000000000 --- a/app-office/homebank/homebank-3.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -WANT_AUTOMAKE="none" -WANT_AUTOCONF="latest" - -inherit autotools - -DESCRIPTION="The free software you have always wanted to manage your personal accounts at home" -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 ~x86" - -RDEPEND=">=x11-libs/gtk+-2.0 - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e 's|LDFLAGS="${LDFLAGS} -lofx"|LIBS="${LIBS} -lofx"|' \ - configure.ac || die "sed failed" - - eautoconf -} - -src_compile() { - econf \ - $(use_with ofx) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-office/homebank/metadata.xml b/app-office/homebank/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/app-office/homebank/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> |