diff options
author | 2009-04-18 02:05:25 +0000 | |
---|---|---|
committer | 2009-04-18 02:05:25 +0000 | |
commit | e1fbfb33ec06b08296771dba774926813d7bd540 (patch) | |
tree | 1cfc72bfc0fbf1e8dcc9536ae84aba712923aa35 /app-office/homebank | |
parent | Fixed deps, bug #238971. Fixed econf does by itself. (diff) | |
download | gentoo-2-e1fbfb33ec06b08296771dba774926813d7bd540.tar.gz gentoo-2-e1fbfb33ec06b08296771dba774926813d7bd540.tar.bz2 gentoo-2-e1fbfb33ec06b08296771dba774926813d7bd540.zip |
Removed old ebuilds in order to avoid fixing them.
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-office/homebank')
-rw-r--r-- | app-office/homebank/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/homebank/homebank-3.7.ebuild | 52 | ||||
-rw-r--r-- | app-office/homebank/homebank-3.8.ebuild | 52 | ||||
-rw-r--r-- | app-office/homebank/homebank-4.0.1.ebuild | 54 |
4 files changed, 5 insertions, 159 deletions
diff --git a/app-office/homebank/ChangeLog b/app-office/homebank/ChangeLog index a667085ed37c..f0992e6e423a 100644 --- a/app-office/homebank/ChangeLog +++ b/app-office/homebank/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2009/04/18 02:00:07 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.9 2009/04/18 02:05:25 calchan Exp $ + + 18 Apr 2009; Denis Dupeyron <calchan@gentoo.org> -homebank-3.7.ebuild, + -homebank-3.8.ebuild, -homebank-4.0.1.ebuild: + Removed old ebuilds in order to avoid fixing them. 18 Apr 2009; Denis Dupeyron <calchan@gentoo.org> homebank-4.0.2: Fixed deps, bug #238971. Fixed econf does by itself. diff --git a/app-office/homebank/homebank-3.7.ebuild b/app-office/homebank/homebank-3.7.ebuild deleted file mode 100644 index bb84319efe6b..000000000000 --- a/app-office/homebank/homebank-3.7.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-3.7.ebuild,v 1.3 2008/04/01 13:45:30 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 ~x86" - -RDEPEND=">=x11-libs/gtk+-2.0 - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -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) || die "Configuration failed" - 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-3.8.ebuild b/app-office/homebank/homebank-3.8.ebuild deleted file mode 100644 index dc95d830b779..000000000000 --- a/app-office/homebank/homebank-3.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-3.8.ebuild,v 1.1 2008/04/23 08:22:37 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 ~x86" - -RDEPEND=">=x11-libs/gtk+-2.0 - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -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) || die "Configuration failed" - 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.0.1.ebuild b/app-office/homebank/homebank-4.0.1.ebuild deleted file mode 100644 index 753c948940c4..000000000000 --- a/app-office/homebank/homebank-4.0.1.ebuild +++ /dev/null @@ -1,54 +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.1.ebuild,v 1.2 2009/03/19 17:21:13 josejx 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.10 - >=dev-libs/glib-2.12 - sys-libs/zlib - ofx? ( >=dev-libs/libofx-0.7 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" -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) || die "Configuration failed" - 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 -} |