diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-09-11 19:48:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-09-11 19:48:10 +0000 |
commit | 698adc4c6dcc59b8669446812394a3ed37112340 (patch) | |
tree | 4619d0f9341698d89850121ac2d4515000041f95 /x11-misc | |
parent | added prefix support (diff) | |
download | gentoo-2-698adc4c6dcc59b8669446812394a3ed37112340.tar.gz gentoo-2-698adc4c6dcc59b8669446812394a3ed37112340.tar.bz2 gentoo-2-698adc4c6dcc59b8669446812394a3ed37112340.zip |
Version bump. Bug #484328 and #484590
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.4.3.ebuild (renamed from x11-misc/lightdm/lightdm-1.7.7.ebuild) | 11 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.6.2.ebuild (renamed from x11-misc/lightdm/lightdm-1.6.0.ebuild) | 2 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.7.15.ebuild (renamed from x11-misc/lightdm/lightdm-1.7.9.ebuild) | 4 |
4 files changed, 19 insertions, 9 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index f72f29bf562c..286a5a4d39c0 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.70 2013/08/22 21:48:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.71 2013/09/11 19:48:10 hwoarang Exp $ + +*lightdm-1.7.15 (11 Sep 2013) +*lightdm-1.4.3 (11 Sep 2013) +*lightdm-1.6.2 (11 Sep 2013) + + 11 Sep 2013; Markos Chandras <hwoarang@gentoo.org> +lightdm-1.4.3.ebuild, + +lightdm-1.6.2.ebuild, +lightdm-1.7.15.ebuild, -lightdm-1.6.0.ebuild, + -lightdm-1.7.7.ebuild, -lightdm-1.7.9.ebuild: + Version bump. Bug #484328 and #484590 *lightdm-1.6.0 (22 Aug 2013) diff --git a/x11-misc/lightdm/lightdm-1.7.7.ebuild b/x11-misc/lightdm/lightdm-1.4.3.ebuild index 5e067276f4a0..80ec06198aa3 100644 --- a/x11-misc/lightdm/lightdm-1.7.7.ebuild +++ b/x11-misc/lightdm/lightdm-1.4.3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.7.7.ebuild,v 1.1 2013/07/30 13:51:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.4.3.ebuild,v 1.1 2013/09/11 19:48:10 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd -TRUNK_VERSION="1.8" +TRUNK_VERSION="1.4" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" -SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz +SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.gz mirror://gentoo/introspection-20110205.m4.tar.bz2" LICENSE="GPL-3 LGPL-3" @@ -23,7 +23,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 - introspection? ( >=dev-libs/gobject-introspection-1 ) + introspection? ( <dev-libs/gobject-introspection-1.36.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 @@ -47,7 +47,8 @@ src_prepare() { sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die - epatch "${FILESDIR}"/${P}-session-wrapper.patch + epatch "${FILESDIR}"/session-wrapper-${PN}.patch + epatch "${FILESDIR}"/${PN}-1.2.0-fix-configure.patch epatch_user # Remove bogus Makefile statement. This needs to go upstream diff --git a/x11-misc/lightdm/lightdm-1.6.0.ebuild b/x11-misc/lightdm/lightdm-1.6.2.ebuild index d91d3c3590ac..99d79efd3ef8 100644 --- a/x11-misc/lightdm/lightdm-1.6.0.ebuild +++ b/x11-misc/lightdm/lightdm-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.6.0.ebuild,v 1.1 2013/08/22 21:48:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.6.2.ebuild,v 1.1 2013/09/11 19:48:10 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd diff --git a/x11-misc/lightdm/lightdm-1.7.9.ebuild b/x11-misc/lightdm/lightdm-1.7.15.ebuild index a2415c2f210a..437d61b27f17 100644 --- a/x11-misc/lightdm/lightdm-1.7.9.ebuild +++ b/x11-misc/lightdm/lightdm-1.7.15.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.7.9.ebuild,v 1.1 2013/08/16 18:03:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.7.15.ebuild,v 1.1 2013/09/11 19:48:10 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd -TRUNK_VERSION="1.8" +TRUNK_VERSION="1.7" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz |