summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-10-29 08:08:41 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-10-29 08:08:41 +0000
commit4024899a9fb4a677e0149465ebf97d46dcc4609a (patch)
tree2db325d7b68f3773ab8ffba7bb0fab720e66e459 /x11-misc
parentVersion bump (diff)
downloadgentoo-2-4024899a9fb4a677e0149465ebf97d46dcc4609a.tar.gz
gentoo-2-4024899a9fb4a677e0149465ebf97d46dcc4609a.tar.bz2
gentoo-2-4024899a9fb4a677e0149465ebf97d46dcc4609a.zip
version bump ( even if the version number is smaller compared to the previous version )
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lightdm/ChangeLog9
-rw-r--r--x11-misc/lightdm/lightdm-1.0.5.ebuild (renamed from x11-misc/lightdm/lightdm-1.1.0-r1.ebuild)4
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog
index ee8adeb39268..fc4c707f77d7 100644
--- a/x11-misc/lightdm/ChangeLog
+++ b/x11-misc/lightdm/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/lightdm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.15 2011/10/26 07:33:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.16 2011/10/29 08:08:40 hwoarang Exp $
+
+*lightdm-1.0.5 (29 Oct 2011)
+
+ 29 Oct 2011; Markos Chandras <hwoarang@gentoo.org> +lightdm-1.0.5.ebuild,
+ -lightdm-1.1.0-r1.ebuild:
+ version bump ( even if the version number is smaller compared to the previous
+ version )
26 Oct 2011; Markos Chandras <hwoarang@gentoo.org> -lightdm-1.0.2-r1.ebuild,
-lightdm-1.1.0.ebuild, -files/lightdm-0.9.7-gtk.patch,
diff --git a/x11-misc/lightdm/lightdm-1.1.0-r1.ebuild b/x11-misc/lightdm/lightdm-1.0.5.ebuild
index a6b0124591e4..809d1d2b421e 100644
--- a/x11-misc/lightdm/lightdm-1.1.0-r1.ebuild
+++ b/x11-misc/lightdm/lightdm-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.1.0-r1.ebuild,v 1.1 2011/10/23 17:11:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.0.5.ebuild,v 1.1 2011/10/29 08:08:40 hwoarang Exp $
EAPI=4
inherit autotools eutils pam
@@ -39,8 +39,6 @@ DOCS=( NEWS )
src_prepare() {
sed -i -e "/minimum-uid/s:500:1000:" "${S}"/data/users.conf || die
sed -i -e "s:gtk+-3.0:gtk+-2.0:" "${S}"/configure.ac || die
- # work around for broken compilation
- sed -i "s/lightdm-session//" "${S}"/tests/src/Makefile.am || die
eautoreconf
}