diff options
author | 2009-09-18 09:18:19 +0000 | |
---|---|---|
committer | 2009-09-18 09:18:19 +0000 | |
commit | 38a8db688853c872940f5695bdde157dc8c1dcae (patch) | |
tree | e2b6dfd193dc6db6e4f33075c22f966625a841f6 /net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild | |
parent | Bump to 1.6, thanks to Oliver Borm for ebuilds and patches. Fixes #280586 (diff) | |
download | historical-38a8db688853c872940f5695bdde157dc8c1dcae.tar.gz historical-38a8db688853c872940f5695bdde157dc8c1dcae.tar.bz2 historical-38a8db688853c872940f5695bdde157dc8c1dcae.zip |
Go back to 2.0.1.3, .4 tarball is incomplete. Bug #285290
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild')
-rw-r--r-- | net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild b/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild new file mode 100644 index 000000000000..813fed013eef --- /dev/null +++ b/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild,v 1.3 2009/09/18 09:18:19 voyageur Exp $ + +inherit kde versionator + +MAJOR_PV="$(get_version_component_range 1-3)" +FULL_PV="${MAJOR_PV}-$(get_version_component_range 4)" +DESCRIPTION="The X2Go KDE Bindings" +HOMEPAGE="http://x2go.berlios.de" +SRC_URI="http://x2go.obviously-nice.de/deb/pool/${PN}/${PN}_${FULL_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +need-kde 3 + +S=${WORKDIR}/${PN}-${MAJOR_PV}
\ No newline at end of file |