summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2010-08-16 20:39:51 +0000
committerJonathan Callen <jcallen@gentoo.org>2010-08-16 20:39:51 +0000
commit913ff7725d97169d7357a0b28f0b2571837125a2 (patch)
tree4e397bbff04efe94e01cb1e57b19d45cc4505621 /x11-themes/gtk-engines-candido
parentNew release: vim-7.3 (Bug 333003) (diff)
downloadhistorical-913ff7725d97169d7357a0b28f0b2571837125a2.tar.gz
historical-913ff7725d97169d7357a0b28f0b2571837125a2.tar.bz2
historical-913ff7725d97169d7357a0b28f0b2571837125a2.zip
Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+
Package-Manager: portage-v2.2_rc67-475-g06c7c90/cvs/Linux i686
Diffstat (limited to 'x11-themes/gtk-engines-candido')
-rw-r--r--x11-themes/gtk-engines-candido/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild18
2 files changed, 18 insertions, 8 deletions
diff --git a/x11-themes/gtk-engines-candido/ChangeLog b/x11-themes/gtk-engines-candido/ChangeLog
index 54f709c5aa84..5ac503a4194c 100644
--- a/x11-themes/gtk-engines-candido/ChangeLog
+++ b/x11-themes/gtk-engines-candido/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-engines-candido
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.3 2008/12/18 10:38:13 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/ChangeLog,v 1.4 2010/08/16 20:33:35 abcd Exp $
+
+ 16 Aug 2010; Jonathan Callen <abcd@gentoo.org>
+ gtk-engines-candido-0.9.1.ebuild:
+ Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+
18 Dec 2008; <ssuominen@gentoo.org> gtk-engines-candido-0.9.1.ebuild:
x86 stable by request of Josh Saddler (nightmorph)
diff --git a/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild b/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild
index 0d6143ce0a6c..a613731e965a 100644
--- a/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild
+++ b/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild
@@ -1,6 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.3 2008/12/18 10:38:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-candido/gtk-engines-candido-0.9.1.ebuild,v 1.4 2010/08/16 20:33:35 abcd Exp $
+
+EAPI=3
+inherit autotools
MY_P=candido-engine-${PV}
@@ -10,18 +13,21 @@ SRC_URI="mirror://berlios/candido/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2.8"
+RDEPEND=">=x11-libs/gtk+-2.8:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
-src_compile() {
+src_prepare() {
+ eautoreconf # required for interix
+}
+
+src_configure() {
econf --disable-dependency-tracking --enable-animation
- emake || die "emake failed."
}
src_install() {