summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-08-16 20:53:28 +0000
committerJonathan Callen <abcd@gentoo.org>2010-08-16 20:53:28 +0000
commit78325faf0ba35267923878cf4a34386ca7a2e7ee (patch)
tree81559515e1883f74d1d83cfdc5f648ff7b06d38e /x11-themes
parentTransfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+ (diff)
downloadgentoo-2-78325faf0ba35267923878cf4a34386ca7a2e7ee.tar.gz
gentoo-2-78325faf0ba35267923878cf4a34386ca7a2e7ee.tar.bz2
gentoo-2-78325faf0ba35267923878cf4a34386ca7a2e7ee.zip
Transfer prefix keywords, add eautoreconf for Interix
(Portage version: v2.2_rc67-475-g06c7c90/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-ubuntulooks/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild10
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-themes/gtk-engines-ubuntulooks/ChangeLog b/x11-themes/gtk-engines-ubuntulooks/ChangeLog
index 0d9532c87425..736c37b6c480 100644
--- a/x11-themes/gtk-engines-ubuntulooks/ChangeLog
+++ b/x11-themes/gtk-engines-ubuntulooks/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-engines-ubuntulooks
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.10 2009/07/11 00:35:07 chainsaw Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.11 2010/08/16 20:53:28 abcd Exp $
+
+ 16 Aug 2010; Jonathan Callen <abcd@gentoo.org>
+ gtk-engines-ubuntulooks-0.9.12-r3.ebuild:
+ Transfer prefix keywords, add eautoreconf for Interix
11 Jul 2009; <chainsaw@gentoo.org>
gtk-engines-ubuntulooks-0.9.12-r3.ebuild:
diff --git a/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild b/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild
index 20f2977c1a18..a3df54e515cf 100644
--- a/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild
+++ b/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 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-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild,v 1.4 2009/07/11 00:35:07 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild,v 1.5 2010/08/16 20:53:28 abcd Exp $
EAPI=2
-inherit eutils
+inherit eutils autotools
PATCH_LEVEL=12
MY_PN=${PN/gtk-engines-/}
@@ -15,7 +15,7 @@ SRC_URI="mirror://ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.8:2"
@@ -27,6 +27,8 @@ S=${WORKDIR}/${MY_PN}-${PV}
src_prepare() {
epatch "${WORKDIR}"/${MY_PN}_${PV}-${PATCH_LEVEL}.diff
EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch debian/patches
+
+ eautoreconf # need new libtool for interix
}
src_configure() {