From ab652b0cbffc908393ef40917ad5f18467accbf5 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 11 May 2009 17:26:29 +0200 Subject: don't try to get the sources from mirrors --- x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild') diff --git a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild index 30800c3..3ae5a26 100644 --- a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild +++ b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild @@ -2,15 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit eutils + MY_P="gtk-nodoka-engine-${PV}" DESCRIPTION="GTK+ engine and themes developed by the Fedora Project" -HOMEPAGE="https://fedorahosted.org/nodoka/" -SRC_URI="https://fedorahosted.org/releases/n/o/nodoka/${MY_P}.tar.gz" +HOMEPAGE="http://fedorahosted.org/nodoka/" +SRC_URI="http://fedorahosted.org/releases/n/o/nodoka/${MY_P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.8.0" @@ -20,7 +23,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_compile() { - econf --disable-dependency-tracking --enable-animation + econf --enable-animation emake || die "emake failed" } -- cgit v1.2.3