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: Tue,  5 Jun 2012 17:29:03 +0000 (UTC)	[thread overview]
Message-ID: <1338917317.f934ce7235244b074bb5da69fc7431547fb6eb81.wim@gentoo> (raw)

commit:     f934ce7235244b074bb5da69fc7431547fb6eb81
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Tue Jun  5 17:28:37 2012 +0000
Commit:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Tue Jun  5 17:28:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=f934ce72

ldm: version bump to 2.2.10

---
 x11-misc/ldm/ChangeLog         |    5 ++++
 x11-misc/ldm/Manifest          |    3 +-
 x11-misc/ldm/ldm-2.2.10.ebuild |   43 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/x11-misc/ldm/ChangeLog b/x11-misc/ldm/ChangeLog
index 6c02a0a..059a6aa 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.10 (05 06 2012)
+
+  05 06 2012; Wim Muskee wimmuskee@gmail.com ldm-2.2.10.ebuild:
+  Version bump.
+
 *ldm-2.2.9 (15 04 2012)
 
   15 04 2012; Wim Muskee wimmuskee@gmail.com ldm-2.2.9.ebuild:

diff --git a/x11-misc/ldm/Manifest b/x11-misc/ldm/Manifest
index c61d05c..4dbef72 100644
--- a/x11-misc/ldm/Manifest
+++ b/x11-misc/ldm/Manifest
@@ -1,4 +1,5 @@
+EBUILD ldm-2.2.10.ebuild 799 RMD160 079d02d777d31e034c0e5d085d81ec29cc646c8d SHA1 e1d62b8cbb7e2e547f0069e96be36d7f59b9263b SHA256 461567ed19bde574ac7631dbd0185d2016e6536b9d097f8e1dd84cb0e5285d68
 EBUILD ldm-2.2.7.ebuild 878 RMD160 dc09ebcbd37a9a700f1e4cfe019628cfb7d271da SHA1 ab3e544287e90ccdb393f70a044f7a174a43cb0e SHA256 a58ee81f6fe32f68ce7e09e3603f5cfcce42e87fc0475902638121b5995bb85e
 EBUILD ldm-2.2.9.ebuild 928 RMD160 50e72d2d56db7106c3d648f79dc9051ac92399d5 SHA1 b947e965ed43b9dc88f8cbe96bf22120b56651ba SHA256 81331129663bac20f058c50132d70e8af38ab8789c7a183426f4d0eedd2b0391
-MISC ChangeLog 2781 RMD160 2bba8d9c47d17ccc0a7150de3f5b7a12526006ed SHA1 90133a1b07b082dc27f6d245063c503da3d21552 SHA256 ceba18045dbe70dc77e08dddd88030b5b6aff9d82c47dd2d7c034f83cd7bef35
+MISC ChangeLog 2888 RMD160 d37063febf1f46c5e01d8373cb59bb8ff841e021 SHA1 638b460dbd3bde481c73314fbc3ad02bf9cd8551 SHA256 d2b89210ca15db1faf793bb3554618d03c344463fcd35bb4b4c8754f9e6917f6
 MISC metadata.xml 239 RMD160 5c09d64ce69a1c3ead8110ab2cc4242f4b79d361 SHA1 3569156a75f6a3e70bf78fec27420754f42f709c SHA256 81174591b128a73f77bd663c79dc842ce8df791b8b1b498d99c3aa1116a80a40

diff --git a/x11-misc/ldm/ldm-2.2.10.ebuild b/x11-misc/ldm/ldm-2.2.10.ebuild
new file mode 100644
index 0000000..865da3b
--- /dev/null
+++ b/x11-misc/ldm/ldm-2.2.10.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+EBZR_REVISION="1445"
+EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk"
+
+inherit bzr autotools
+
+DESCRIPTION="LTSP Display Manager"
+HOMEPAGE="http://www.ltsp.org/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dev-libs/glib-2.21
+	>=x11-libs/gtk+-2.18
+	app-text/iso-codes
+	dev-util/pkgconfig
+	>=dev-util/intltool-0.35.0"
+RDEPEND="${DEPEND} 
+	x11-themes/gtk-engines
+	x11-apps/xdm
+	x11-base/xorg-server"
+
+src_unpack() {
+	bzr_src_unpack
+}
+
+src_prepare() {
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dosym ltsp /usr/share/ldm/themes/default
+
+	dodoc README
+	dodoc README-DEVELOPMENT-POLICY
+	dodoc LTSP_LOGO_COPYRIGHT
+}



             reply	other threads:[~2012-06-05 17:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-05 17:29 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-04-15  6:18 Wim Muskee
2012-03-31 12:08 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=1338917317.f934ce7235244b074bb5da69fc7431547fb6eb81.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