From: Stephen Klimaszewski Date: Sat, 24 Mar 2007 20:50:34 +0000 (+0000) Subject: Add ~ppc (builds and works on my Efika) and add MAKEOPTS="$MAKEOPTS -j1" as it doesn... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=62fdc7c030ca11f7c0bf843e41885a8dd1d538c1;p=gentoo.git Add ~ppc (builds and works on my Efika) and add MAKEOPTS="$MAKEOPTS -j1" as it doesn't appear to be parallel make safe. Package-Manager: portage-2.1.2.2 --- diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 1d4f2f7815ce..9867f3424b83 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.1 2007/03/24 17:09:06 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.2 2007/03/24 20:50:34 steev Exp $ + + 24 Mar 2007; Steev Klimaszewski + consolekit-0.2.0.ebuild: + Add ~ppc (builds and works on my Efika) and add MAKEOPTS="$MAKEOPTS -j1" as it + doesn't appear to be parallel make safe. *consolekit-0.2.0 (24 Mar 2007) diff --git a/sys-auth/consolekit/Manifest b/sys-auth/consolekit/Manifest index 5e32ee4ee9b8..b1708351b435 100644 --- a/sys-auth/consolekit/Manifest +++ b/sys-auth/consolekit/Manifest @@ -3,14 +3,14 @@ MD5 fe92ac14f5b3146d01be6051f7fd32f3 files/consolekit-0.1.rc 540 RMD160 0db24125d14b177ac54819f4d57fcac589a86bf3 files/consolekit-0.1.rc 540 SHA256 53510ed5f365af2f5fc760fb9462aea660ba54cbbd5f4c6be8d3bc75c4c399c8 files/consolekit-0.1.rc 540 DIST ConsoleKit-0.2.0.tar.gz 438833 RMD160 c23bd6ec03602b7d8c35a821e03d4069e62886de SHA1 da8472f375801fffcb3c908f64ec34ac07f0a8e5 SHA256 f2f0d902190de61eaff0776620b0c6564fa3a52c3f84fd574aef74ae30383664 -EBUILD consolekit-0.2.0.ebuild 1163 RMD160 3071d05f8973ed9df1ae09e708032f5b882f7210 SHA1 7e0fb07ebb7fa30b49e9e2d26a7b65353bb8ce84 SHA256 8a810b534f290a7b4b6c3206d16a2c777630318f2292c0dec1362160a7e5a635 -MD5 112532309a709c0c875d734da8397e4c consolekit-0.2.0.ebuild 1163 -RMD160 3071d05f8973ed9df1ae09e708032f5b882f7210 consolekit-0.2.0.ebuild 1163 -SHA256 8a810b534f290a7b4b6c3206d16a2c777630318f2292c0dec1362160a7e5a635 consolekit-0.2.0.ebuild 1163 -MISC ChangeLog 441 RMD160 f3ec3ee823b53692c601d668ef191066c69c91a1 SHA1 149536ab53927db1f6824a79871c1a25b212459f SHA256 eda33bcfecf00f1a5dae89b5e81ccb5b3178311e5c6ea9ecc366c5b190306f6c -MD5 a833d7eecd39317653559681d084ae16 ChangeLog 441 -RMD160 f3ec3ee823b53692c601d668ef191066c69c91a1 ChangeLog 441 -SHA256 eda33bcfecf00f1a5dae89b5e81ccb5b3178311e5c6ea9ecc366c5b190306f6c ChangeLog 441 +EBUILD consolekit-0.2.0.ebuild 1230 RMD160 82d46bbbab40894da0f6b2db8245880dde22074c SHA1 758f62f24adb6b4deb116c86371706c21c6a3a21 SHA256 396936f7d9d0baade4767bbf82cb274923fe6ea5ddf1f339340e38611d556667 +MD5 8ad71a7c5043c2d5f7ef63fa964e7fdf consolekit-0.2.0.ebuild 1230 +RMD160 82d46bbbab40894da0f6b2db8245880dde22074c consolekit-0.2.0.ebuild 1230 +SHA256 396936f7d9d0baade4767bbf82cb274923fe6ea5ddf1f339340e38611d556667 consolekit-0.2.0.ebuild 1230 +MISC ChangeLog 646 RMD160 c7a63053bb49684852860ffdedcf441fba1e8690 SHA1 0d7696a1ff93983f82f34e876ea3ac22db6063e4 SHA256 7e7768448d03f1f88486848e535d97b55a127548ccdbc1d2b948d0d729065425 +MD5 4def6f6e01a1387e2694c1cfbca60f79 ChangeLog 646 +RMD160 c7a63053bb49684852860ffdedcf441fba1e8690 ChangeLog 646 +SHA256 7e7768448d03f1f88486848e535d97b55a127548ccdbc1d2b948d0d729065425 ChangeLog 646 MISC metadata.xml 224 RMD160 feef623491f64af70c81f6c3e1b05703113b9ab4 SHA1 4d12cdcf7f5c2927c2e26a843c3ee575f21687c3 SHA256 cfc5350e2a164ad4374a1972a10208274c87ae9335dff0d9db2cfc11fb003954 MD5 36894254b4c442994701559c82e7bdaf metadata.xml 224 RMD160 feef623491f64af70c81f6c3e1b05703113b9ab4 metadata.xml 224 diff --git a/sys-auth/consolekit/consolekit-0.2.0.ebuild b/sys-auth/consolekit/consolekit-0.2.0.ebuild index a47cc89c2daa..0ef792103017 100644 --- a/sys-auth/consolekit/consolekit-0.2.0.ebuild +++ b/sys-auth/consolekit/consolekit-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.0.ebuild,v 1.1 2007/03/24 17:09:06 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.0.ebuild,v 1.2 2007/03/24 20:50:34 steev Exp $ inherit eutils autotools @@ -11,12 +11,15 @@ HOMEPAGE="http://if.only.it.had.one" SRC_URI="http://people.freedesktop.org/~mccann/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug pam" +# Not parallel make safe +MAKEOPTS="$MAKEOPTS -j1" + RDEPEND=">=dev-libs/glib-2.7 >=dev-libs/dbus-glib-0.61 - pam? ( sys-libs/pam )" + pam? ( >=sys-libs/pam-0.99.7.1 )" DEPEND="${RDEPEND} dev-util/pkgconfig"