diff options
Diffstat (limited to 'x11-misc/ldm/ldm-9999.ebuild')
-rw-r--r-- | x11-misc/ldm/ldm-9999.ebuild | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/x11-misc/ldm/ldm-9999.ebuild b/x11-misc/ldm/ldm-9999.ebuild index 048291f..f11111d 100644 --- a/x11-misc/ldm/ldm-9999.ebuild +++ b/x11-misc/ldm/ldm-9999.ebuild @@ -2,35 +2,26 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -if [[ ${PV} == 9999* ]] -then - [[ ${PV} == 9999.* ]] && EBZR_REVISION="${PV/9999./}" - EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk" - EBZR_BOOTSTRAP="autogen.sh" - inherit bzr -else - SRC_URI="mirror://gentoo/${P}.tar.bz2" -fi +EBZR_REPO_URI="http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk" +EBZR_BOOTSTRAP="autogen.sh" + +inherit bzr DESCRIPTION="LTSP Display Manager" HOMEPAGE="http://www.ltsp.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="" IUSE="" -DEPEND=">=dev-libs/glib-2.6 - >=x11-libs/gtk+-2.2 +DEPEND=">=dev-libs/glib-2.21 + >=x11-libs/gtk+-2.18 app-text/iso-codes" RDEPEND="${DEPEND} x11-themes/gtk-engines x11-apps/xdm x11-base/xorg-server" src_unpack() { - if [[ ${PV} == 9999* ]] ; then - bzr_src_unpack - else - unpack ${P}.tar.bz2 - fi + bzr_src_unpack } src_install() { |