diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 05:42:41 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 05:42:41 +0000 |
commit | 9239f39fd0f6e42112244b974af81c3ef3608126 (patch) | |
tree | 032cee0ec2b88c0fff5b286c75334c21691a6e5d /x11-themes | |
parent | Bump to EAPI=3, add prefix keywords in revbump (diff) | |
download | gentoo-2-9239f39fd0f6e42112244b974af81c3ef3608126.tar.gz gentoo-2-9239f39fd0f6e42112244b974af81c3ef3608126.tar.bz2 gentoo-2-9239f39fd0f6e42112244b974af81c3ef3608126.zip |
Add prefix keywords, eautoreconf on Interix
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-nimbus/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild | 14 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-themes/gtk-engines-nimbus/ChangeLog b/x11-themes/gtk-engines-nimbus/ChangeLog index 4fcd793e053c..2ff9b737d193 100644 --- a/x11-themes/gtk-engines-nimbus/ChangeLog +++ b/x11-themes/gtk-engines-nimbus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-nimbus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.25 2010/02/03 20:34:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/ChangeLog,v 1.26 2010/04/06 05:42:41 abcd Exp $ + + 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> + gtk-engines-nimbus-0.1.4.ebuild: + Add prefix keywords, eautoreconf on Interix 03 Feb 2010; Markus Meier <maekke@gentoo.org> gtk-engines-nimbus-0.1.4.ebuild: diff --git a/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild b/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild index 4ab8b9a6eadc..1e599836e5a4 100644 --- a/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild +++ b/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild @@ -1,9 +1,11 @@ # 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-nimbus/gtk-engines-nimbus-0.1.4.ebuild,v 1.2 2010/02/03 20:34:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nimbus/gtk-engines-nimbus-0.1.4.ebuild,v 1.3 2010/04/06 05:42:41 abcd Exp $ EAPI=2 -inherit gnome2-utils + +AUTOTOOLS_AUTO_DEPEND="no" +inherit gnome2-utils autotools MY_P=nimbus-${PV} @@ -13,20 +15,24 @@ SRC_URI="http://dlc.sun.com/osol/jds/downloads/extras/nimbus/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=x11-libs/gtk+-2.6:2" DEPEND="${RDEPEND} >=x11-misc/icon-naming-utils-0.8.1 dev-util/pkgconfig - dev-util/intltool" + dev-util/intltool + kernel_Interix? ( ${AUTOTOOLS_DEPEND} )" S=${WORKDIR}/${MY_P} src_prepare() { echo light-index.theme.in >> po/POTFILES.skip echo dark-index.theme.in >> po/POTFILES.skip + + # Interix needs a full eautoreconf, but don't bother for other archs + [[ ${CHOST} == *-interix* ]] && eautoreconf } src_configure() { |