diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-25 17:29:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-25 17:29:19 +0000 |
commit | 9408087d163245a43e88462da9a92ef5cc11a97b (patch) | |
tree | 8bde3becbed8bae62191919489af5577fdf87db5 /x11-misc/lightdm | |
parent | Not on s390 (diff) | |
download | gentoo-2-9408087d163245a43e88462da9a92ef5cc11a97b.tar.gz gentoo-2-9408087d163245a43e88462da9a92ef5cc11a97b.tar.bz2 gentoo-2-9408087d163245a43e88462da9a92ef5cc11a97b.zip |
Version bump. Drop pkg_setup
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-0.9.8.ebuild (renamed from x11-misc/lightdm/lightdm-0.9.7.ebuild) | 16 |
2 files changed, 10 insertions, 14 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index fa7124d395fd..1f50a46df08b 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2011/09/17 13:47:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.9 2011/09/25 17:29:18 hwoarang Exp $ + +*lightdm-0.9.8 (25 Sep 2011) + + 25 Sep 2011; Markos Chandras <hwoarang@gentoo.org> -lightdm-0.9.7.ebuild, + +lightdm-0.9.8.ebuild: + Version bump. Drop pkg_setup *lightdm-0.9.7 (17 Sep 2011) diff --git a/x11-misc/lightdm/lightdm-0.9.7.ebuild b/x11-misc/lightdm/lightdm-0.9.8.ebuild index f9bf6d18c35f..e3160dd56fa3 100644 --- a/x11-misc/lightdm/lightdm-0.9.7.ebuild +++ b/x11-misc/lightdm/lightdm-0.9.8.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-0.9.7.ebuild,v 1.1 2011/09/17 13:47:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.9.8.ebuild,v 1.1 2011/09/25 17:29:18 hwoarang Exp $ EAPI=4 inherit autotools eutils pam @@ -33,22 +33,12 @@ DEPEND="${RDEPEND} sys-devel/gettext introspection? ( dev-libs/gobject-introspection )" -REQUIRED_USE="branding? ( gtk )" +REQUIRED_USE="branding? ( gtk ) || ( gtk qt4 )" DOCS=( NEWS ) -pkg_setup() { - if ! use gtk && ! use qt4; then - eerror - eerror "You have neither 'gtk' nor 'qt4' useflags enabled." - eerror "Please enable at least one of the two available greeter" - eerror "options" - die "Neither gtk nor qt4 useflag is enabled" - fi -} - src_prepare() { # Make gtk greeter optional - epatch "${FILESDIR}/${P}-gtk.patch" + epatch "${FILESDIR}/${PN}-0.9.7-gtk.patch" # remove GNOME_COMPILE_WARNING reference which requires # gnome-base/gnome-common dependency. sed -i -e "/GNOME_COMPILE_WARNING/d" "${S}"/configure.ac || die |