diff options
Diffstat (limited to 'x11-misc/ldm/ldm-2.2.11.ebuild')
-rw-r--r-- | x11-misc/ldm/ldm-2.2.11.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-misc/ldm/ldm-2.2.11.ebuild b/x11-misc/ldm/ldm-2.2.11.ebuild index 0fc7150..461e419 100644 --- a/x11-misc/ldm/ldm-2.2.11.ebuild +++ b/x11-misc/ldm/ldm-2.2.11.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI="3" -EBZR_REVISION="1449" -EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk" - -inherit bzr autotools +inherit autotools DESCRIPTION="LTSP Display Manager" HOMEPAGE="http://www.ltsp.org/" +SRC_URI="https://launchpad.net/ltsp/${PN}-trunk/${PV}/+download/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" +RESTRICT="mirror" KEYWORDS="amd64 x86" IUSE="" DEPEND=">=dev-libs/glib-2.21 @@ -24,10 +23,8 @@ RDEPEND="${DEPEND} x11-themes/gtk-engines x11-apps/xdm x11-base/xorg-server" +S=${WORKDIR}/${PN} -src_unpack() { - bzr_src_unpack -} src_prepare() { eautoreconf |