From: "Wim Muskee" <wimmuskee@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ltsp:master commit in: net-misc/ldminfod/
Date: Sat, 9 Feb 2013 10:01:21 +0000 (UTC) [thread overview]
Message-ID: <1360404069.a74016331a785e902b2dc039bcb94c6396d9f340.wim@gentoo> (raw)
commit: a74016331a785e902b2dc039bcb94c6396d9f340
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Feb 9 10:01:09 2013 +0000
Commit: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
CommitDate: Sat Feb 9 10:01:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=commit;h=a7401633
ldminfod: download from source package instead of bzr
---
net-misc/ldminfod/Manifest | 3 ++-
net-misc/ldminfod/ldminfod-20120430.ebuild | 16 +++++++---------
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/net-misc/ldminfod/Manifest b/net-misc/ldminfod/Manifest
index ae66f5f..ccabe38 100644
--- a/net-misc/ldminfod/Manifest
+++ b/net-misc/ldminfod/Manifest
@@ -1,3 +1,4 @@
-EBUILD ldminfod-20120430.ebuild 641 SHA256 720b5fa93251869af2a07e33b3bb2508eabdea55365dc97f322b9e684c716dd7 SHA512 f14703e1ac4e76cea31e36f4030e53d119c604b033ad453e514bec41f8eb9e463ecde93a3eecc1d1315a854920549ed6a5318081bc69ca0c9e8ad376d3f85d89 WHIRLPOOL b7c8b3fd314309b503926c6da5f35c5ba6a2be485fdfe0548e88a486ffd334a90f057b8f24b3716bef6da405b8163f5ae18572a6124f36ff3e9cf31e6d0f7f72
+DIST ldm-2.2.10.tar.xz 148756 SHA256 1e9dcaa683282bebb4e3f30eece847bdbb79931de1134e75b79e8a5aa0facec7 SHA512 db5f2f65dba5488376633324123fdf228c44fc7cb22660736ab996c19eb05d1ca074570ba51d077dc87d98b71b1f24982c517ad52a6c5dd46fdee12eb646491e WHIRLPOOL b9ed6193b8bb73faeee087a6a851ecedb5df4c7ffbdd44295b7d0b8e1cd48ad03f5517962f63aec0f1af415e6b8fe6fd2c95a381b4d04075f8833e97ba110dd0
+EBUILD ldminfod-20120430.ebuild 663 SHA256 d8efe1986d6b0cbeba00da213f11fa2d314b154e0bf1a6b632ed3c48bb7d24a4 SHA512 9e37406510ba38f2b146793792d0fab3833eb05ffbadee250e43e2b9476b35c1345704fdafa666b4c597aed533eff3c58312e8e41765accf87c1060ed43e34ad WHIRLPOOL 470ae945d097bedef4835a2595d9c1e5e4863ef760ccce136d215767eb58f2c245d8f83a45454585230af8a8a5355f1a510f56feb46327821e2386c5672fb298
MISC ChangeLog 1228 SHA256 82b4e3f6b67618ef10d347985e45610aeee831c9c2d4cbb3e80df47ad92b472b SHA512 896795e9783b4aeb9c47e98dfc5f9a65797fe93cef638bb8810761685848953c0183631b650431859caca86f714f67ec84972afc2edea037ed7c737244663f78 WHIRLPOOL f5cf59022d0f9166afeb2c7e17b489e0e6095383c7419dae3b9e24318827f65a02220b45de6cf14c9204d706fcecec53b84c0e5d1ca310233e922e2f96552d5a
MISC metadata.xml 320 SHA256 9670081c52feee23beefab5469a6711f2daa777140db5298a6393061fb924172 SHA512 809bc83d02bde4f15ca5fe84ac467e3211e5e781c32436fc4c1c6e2ba84ea42d8e4815b013fd223f1533267ef5e18c90b8629ee72551349027159d26806c7233 WHIRLPOOL 0f909bddceb5e570d4df99679f6cdfc73e5f9dd98eaefcb8ec455bf409eec07ee49c3592ce21c7f30069047088ea5f9bc839a95e653da0cb77ba3b8703108652
diff --git a/net-misc/ldminfod/ldminfod-20120430.ebuild b/net-misc/ldminfod/ldminfod-20120430.ebuild
index ac2be54..fe9be5e 100644
--- a/net-misc/ldminfod/ldminfod-20120430.ebuild
+++ b/net-misc/ldminfod/ldminfod-20120430.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-# revision 1434 on 2012-04-30 is the last ldminfod change in the ldm trunk
-EBZR_REVISION="1434"
-EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk"
-
-inherit bzr
+EAPI="3"
DESCRIPTION="LTSP Display Manager Daemon"
HOMEPAGE="http://www.ltsp.org/"
+# revision 1434 on 2012-04-30 is the last ldminfod change in the ldm trunk
+# using the first release after that
+SRC_URI="https://launchpad.net/ltsp/ldm-trunk/2.2.10/+download/ldm-2.2.10.tar.xz"
LICENSE="GPL-2"
SLOT="0"
+RESTRICT="mirror"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND} sys-apps/xinetd"
+S=${WORKDIR}/ldm
-src_unpack() {
- bzr_src_unpack
-}
src_install() {
dosbin ldminfod/ldminfod
next reply other threads:[~2013-02-09 10:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-09 10:01 Wim Muskee [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-02 16:00 [gentoo-commits] proj/ltsp:master commit in: net-misc/ldminfod/ Wim Muskee
2011-10-17 15:17 Wim Muskee
2011-09-24 11:26 Wim Muskee
2011-03-02 17:39 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=1360404069.a74016331a785e902b2dc039bcb94c6396d9f340.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