summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-01-03 23:23:50 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-01-03 23:23:50 +0000
commit2193da5748791e11451bffca444675a47f1fdb92 (patch)
treef201be77236cc49a925b918d273698b5038743e1 /x11-misc/lightdm-gtk-greeter
parentAdd eautoreconf to simulate the upstream autogen.sh script. Bug #493056 (diff)
downloadgentoo-2-2193da5748791e11451bffca444675a47f1fdb92.tar.gz
gentoo-2-2193da5748791e11451bffca444675a47f1fdb92.tar.bz2
gentoo-2-2193da5748791e11451bffca444675a47f1fdb92.zip
Version bump. Remove old testing ebuilds
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'x11-misc/lightdm-gtk-greeter')
-rw-r--r--x11-misc/lightdm-gtk-greeter/ChangeLog11
-rw-r--r--x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.6.ebuild46
-rw-r--r--x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.7.0.ebuild (renamed from x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.6.0.ebuild)4
3 files changed, 11 insertions, 50 deletions
diff --git a/x11-misc/lightdm-gtk-greeter/ChangeLog b/x11-misc/lightdm-gtk-greeter/ChangeLog
index b7b2602d2f13..7b89561d3614 100644
--- a/x11-misc/lightdm-gtk-greeter/ChangeLog
+++ b/x11-misc/lightdm-gtk-greeter/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/lightdm-gtk-greeter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.18 2013/12/11 21:43:00 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/ChangeLog,v 1.19 2014/01/03 23:23:50 hwoarang Exp $
+
+*lightdm-gtk-greeter-1.7.0 (03 Jan 2014)
+
+ 03 Jan 2014; Markos Chandras <hwoarang@gentoo.org>
+ +lightdm-gtk-greeter-1.7.0.ebuild, -lightdm-gtk-greeter-1.1.6.ebuild,
+ -lightdm-gtk-greeter-1.6.0.ebuild:
+ Version bump. Remove old testing ebuilds
11 Dec 2013; Pacho Ramos <pacho@gentoo.org> lightdm-gtk-greeter-1.6.1.ebuild:
amd64/x86 stable, bug #492796
diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.6.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.6.ebuild
deleted file mode 100644
index 15de88019dd3..000000000000
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.1.6.ebuild,v 1.1 2012/07/19 21:38:22 hwoarang Exp $
-
-EAPI=4
-
-DESCRIPTION="LightDM GTK+ Greeter"
-HOMEPAGE="http://launchpad.net/lightdm-gtk-greeter"
-SRC_URI="http://launchpad.net/lightdm-gtk-greeter/trunk/${PV}/+download/${P}.tar.gz branding? (
-http://dev.gentoo.org/~hwoarang/distfiles/lightdm-gentoo-patch.tar.gz )"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="branding"
-
-DEPEND="x11-libs/gtk+:3
- >=x11-misc/lightdm-1.2.2"
-RDEPEND="!!<x11-misc/lightdm-1.1.1
- x11-libs/gtk+:3
- >=x11-misc/lightdm-1.2.2
- x11-themes/gnome-themes-standard
- x11-themes/gnome-icon-theme"
-
-src_prepare() {
- # Ok, this has to be fixed in the tarball but I am too lazy to do it.
- # I will fix this once I decide to update the tarball with a new gentoo
- # background
- # Bug #404467
- if use branding; then
- sed -i -e "/xft-hintstyle/s:slight:hintslight:" ${WORKDIR}/${PN}.conf || die
- fi
-}
-
-src_install() {
- default
-
- if use branding; then
- insinto /etc/lightdm/
- doins "${WORKDIR}"/${PN}.conf
- insinto /usr/share/lightdm/backgrounds/
- doins "${WORKDIR}"/gentoo1024x768.png
- sed -i -e "/background/s:=.*:=/usr/share/lightdm/backgrounds/gentoo1024x768.png:" \
- "${D}"/etc/lightdm/${PN}.conf || die
- fi
-}
diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.6.0.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.7.0.ebuild
index d10a3f3f8e79..329e2c894ae4 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.6.0.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.6.0.ebuild,v 1.1 2013/08/16 18:03:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-1.7.0.ebuild,v 1.1 2014/01/03 23:23:50 hwoarang Exp $
EAPI=4