From 2329128c91eb6fabbb5cfce896537a2983b18023 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Thu, 29 Jul 2010 16:46:32 +0200 Subject: [PATCH] courtesy of Ferki: fix archive format change, remove unnecessary echos --- packaging/gentoo/current_stable_and_testing.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packaging/gentoo/current_stable_and_testing.ebuild b/packaging/gentoo/current_stable_and_testing.ebuild index a99e1bfe..d4dbba57 100644 --- a/packaging/gentoo/current_stable_and_testing.ebuild +++ b/packaging/gentoo/current_stable_and_testing.ebuild @@ -10,7 +10,7 @@ NEED_PYTHON=2.5 DESCRIPTION="A free/open source tracker/HUD for use with online poker" HOMEPAGE="http://fpdb.wiki.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.bz2" LICENSE="AGPL-3" SLOT="0" @@ -53,9 +53,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - echo - elog "Note that if you really want to use mysql or postgresql you will have to create" - elog "the database and user yourself and enter it into the fpdb config." + elog "Note that if you really want to use mysql or postgresql you will have to create" + elog "the database and user yourself and enter it into the fpdb config." elog "You can find the instructions on the project's website." - echo }