summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2009-05-23 09:58:23 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2009-05-23 09:58:23 +0000
commit07a0cb5ce9568588bb701cba8ce42c75c8702795 (patch)
tree9d847878c3287d5953a49cc5df4e8661b77f0929 /x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild
parentnew freenet versien (diff)
parentnew version of pidgin-sipe (diff)
downloadgentoo-overlay-07a0cb5ce9568588bb701cba8ce42c75c8702795.tar.gz
gentoo-overlay-07a0cb5ce9568588bb701cba8ce42c75c8702795.tar.bz2
gentoo-overlay-07a0cb5ce9568588bb701cba8ce42c75c8702795.zip
Merge branch 'master' of git@localhost:gentoo-overlay
Diffstat (limited to 'x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild')
-rw-r--r--x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.2.ebuild11
1 files changed, 7 insertions, 4 deletions
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"
}