diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-06-04 23:23:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-06-04 23:23:38 +0000 |
commit | 2070fabc5583013c8b04426aca3480ac6e5887b9 (patch) | |
tree | 5e30b81eefa84f567a04ca89c224b0bb62e0d9c7 /x11-misc | |
parent | Old version cleanup (diff) | |
download | gentoo-2-2070fabc5583013c8b04426aca3480ac6e5887b9.tar.gz gentoo-2-2070fabc5583013c8b04426aca3480ac6e5887b9.tar.bz2 gentoo-2-2070fabc5583013c8b04426aca3480ac6e5887b9.zip |
Call epatch_user
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.0.11.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.2.2-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.2.2.ebuild | 5 |
4 files changed, 14 insertions, 4 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index 5cd6911381cc..374ebb47bbc5 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.40 2012/05/30 14:08:08 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.41 2012/06/04 23:23:38 hwoarang Exp $ + + 04 Jun 2012; Markos Chandras <hwoarang@gentoo.org> lightdm-1.0.11.ebuild, + lightdm-1.2.2-r1.ebuild, lightdm-1.2.2.ebuild: + Call epatch_user *lightdm-1.2.2-r1 (30 May 2012) diff --git a/x11-misc/lightdm/lightdm-1.0.11.ebuild b/x11-misc/lightdm/lightdm-1.0.11.ebuild index 15b2d0e3a0ab..5f54a040f5f1 100644 --- a/x11-misc/lightdm/lightdm-1.0.11.ebuild +++ b/x11-misc/lightdm/lightdm-1.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.0.11.ebuild,v 1.4 2012/05/17 23:02:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.0.11.ebuild,v 1.5 2012/06/04 23:23:38 hwoarang Exp $ EAPI=4 inherit autotools eutils pam virtualx @@ -43,7 +43,9 @@ RESTRICT="test" src_prepare() { sed -i -e "/minimum-uid/s:500:1000:" data/users.conf || die sed -i -e "s:gtk+-3.0:gtk+-2.0:" configure.ac || die + epatch "${FILESDIR}"/session-wrapper-${PN}.patch + epatch_user if has_version dev-libs/gobject-introspection; then eautoreconf diff --git a/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild b/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild index afc70b40bbe6..7785dda2af4c 100644 --- a/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild +++ b/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild,v 1.1 2012/05/30 14:08:08 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.2.2-r1.ebuild,v 1.2 2012/06/04 23:23:38 hwoarang Exp $ EAPI=4 inherit autotools eutils pam @@ -40,6 +40,7 @@ src_prepare() { epatch "${FILESDIR}"/session-wrapper-${PN}.patch epatch "${FILESDIR}/${PN}"-1.2.0-fix-configure.patch + epatch_user if has_version dev-libs/gobject-introspection; then eautoreconf diff --git a/x11-misc/lightdm/lightdm-1.2.2.ebuild b/x11-misc/lightdm/lightdm-1.2.2.ebuild index d30e987da40f..80cfca3026a4 100644 --- a/x11-misc/lightdm/lightdm-1.2.2.ebuild +++ b/x11-misc/lightdm/lightdm-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.2.2.ebuild,v 1.2 2012/05/05 04:53:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.2.2.ebuild,v 1.3 2012/06/04 23:23:38 hwoarang Exp $ EAPI=4 inherit autotools eutils pam @@ -35,7 +35,10 @@ DOCS=( NEWS ) src_prepare() { sed -i -e "/minimum-uid/s:500:1000:" data/users.conf || die sed -i -e "s:gtk+-3.0:gtk+-2.0:" configure.ac || die + epatch "${FILESDIR}"/session-wrapper-${PN}.patch + epatch_user + if has_version dev-libs/gobject-introspection; then eautoreconf else |