public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wim Muskee" <wimmuskee@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ltsp:master commit in: x11-misc/ldm/
Date: Sat, 31 Mar 2012 12:08:22 +0000 (UTC)	[thread overview]
Message-ID: <1333195171.e263bc425ef0e7f1d95f25c7a44bd7c2131d033e.wim@gentoo> (raw)

commit:     e263bc425ef0e7f1d95f25c7a44bd7c2131d033e
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Mar 31 11:59:31 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Sat Mar 31 11:59:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=e263bc42

ldm: version bump to 2.2.8

---
 x11-misc/ldm/ChangeLog                             |    5 +++++
 x11-misc/ldm/Manifest                              |    4 ++--
 .../ldm/{ldm-2.2.4.ebuild => ldm-2.2.8.ebuild}     |    9 ++++++---
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/x11-misc/ldm/ChangeLog b/x11-misc/ldm/ChangeLog
index 23a71be..c8494b1 100644
--- a/x11-misc/ldm/ChangeLog
+++ b/x11-misc/ldm/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ldm-2.2.8 (31 03 2012)
+
+  31 03 2012; Wim Muskee wimmuskee@gmail.com ldm-2.2.8.ebuild:
+  Version bump.
+
   31 03 2012; Wim Muskee wimmuskee@gmail.com ldm-2.2.7.ebuild:
   Stable for x86.
 

diff --git a/x11-misc/ldm/Manifest b/x11-misc/ldm/Manifest
index ff6af8d..d94937c 100644
--- a/x11-misc/ldm/Manifest
+++ b/x11-misc/ldm/Manifest
@@ -1,4 +1,4 @@
-EBUILD ldm-2.2.4.ebuild 782 RMD160 0431f26bc46848814e7ea5151039a7237b6ab7ba SHA1 7bbd27f42b2b046646112cd8ddfb48d0eb2056e2 SHA256 e77d97c793102f12a68b89698a513f4fb0203e9463a4079c76ec63cbe4ecfba1
 EBUILD ldm-2.2.7.ebuild 878 RMD160 dc09ebcbd37a9a700f1e4cfe019628cfb7d271da SHA1 ab3e544287e90ccdb393f70a044f7a174a43cb0e SHA256 a58ee81f6fe32f68ce7e09e3603f5cfcce42e87fc0475902638121b5995bb85e
-MISC ChangeLog 2571 RMD160 95455849d9cfc56153841af3b1cfe7cced5d9fea SHA1 2301cc440df160847c67550f34f347e510a8cdfe SHA256 6f197e6267f568b20bf9c5c0daecf7128e5ec3bc169a3a54183ffc7a8096d87d
+EBUILD ldm-2.2.8.ebuild 879 RMD160 fc62d602631fdd2717c352971763424fb38d3181 SHA1 78b8f2e4e73b21b480062e33d9fa5fe7d534f374 SHA256 789accf587eeda9eebf92da7e80a864008683a1a1608ce763a4742ee83efd7d4
+MISC ChangeLog 2676 RMD160 f4791790887b085b6d097f3036f76c5f9eebd94f SHA1 a64529e581b1964ccf93f5d34705ee1ef734843d SHA256 3445392c5b904d7348843c80064311cf13c03737388559198e2a6f85866c847f
 MISC metadata.xml 239 RMD160 5c09d64ce69a1c3ead8110ab2cc4242f4b79d361 SHA1 3569156a75f6a3e70bf78fec27420754f42f709c SHA256 81174591b128a73f77bd663c79dc842ce8df791b8b1b498d99c3aa1116a80a40

diff --git a/x11-misc/ldm/ldm-2.2.4.ebuild b/x11-misc/ldm/ldm-2.2.8.ebuild
similarity index 80%
rename from x11-misc/ldm/ldm-2.2.4.ebuild
rename to x11-misc/ldm/ldm-2.2.8.ebuild
index 83043ac..cbf5407 100644
--- a/x11-misc/ldm/ldm-2.2.4.ebuild
+++ b/x11-misc/ldm/ldm-2.2.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EBZR_REVISION="1399"
+EBZR_REVISION="1426"
 EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk"
 EBZR_BOOTSTRAP="autogen.sh"
 
@@ -12,7 +12,7 @@ DESCRIPTION="LTSP Display Manager"
 HOMEPAGE="http://www.ltsp.org/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~x86"
 IUSE=""
 DEPEND=">=dev-libs/glib-2.21
 	>=x11-libs/gtk+-2.18
@@ -31,6 +31,9 @@ src_install() {
 	emake DESTDIR="${D}" install
 	dosym ltsp /usr/share/ldm/themes/default
 
+	# ssh-hostchecker should be executable, but isn't
+	fperms 744 /usr/share/ldm/ssh-hostchecker
+	
 	dodoc README
 	dodoc README-DEVELOPMENT-POLICY
 	dodoc LTSP_LOGO_COPYRIGHT



             reply	other threads:[~2012-03-31 12:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-31 12:08 Wim Muskee [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-19 13:34 [gentoo-commits] proj/ltsp:master commit in: x11-misc/ldm/ Wim Muskee
2012-07-28  8:59 Wim Muskee
2012-06-28 16:41 Wim Muskee
2012-06-05 17:29 Wim Muskee
2012-04-15  6:18 Wim Muskee
2012-03-31 12:08 Wim Muskee
2012-03-13 17:02 Wim Muskee
2012-02-25  7:31 Wim Muskee
2012-02-05  8:23 Wim Muskee
2011-11-18  9:07 Wim Muskee
2011-07-31 19:37 Wim Muskee
2011-06-18 15:01 Wim Muskee
2011-06-06 16:04 Wim Muskee
2011-04-01 18:34 Wim Muskee
2011-03-02 20:24 Wim Muskee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1333195171.e263bc425ef0e7f1d95f25c7a44bd7c2131d033e.wim@gentoo \
    --to=wimmuskee@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox