diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2013-09-11 12:50:22 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2013-09-11 12:50:22 +0000 |
commit | 07fd6cdfa70760b3cd91438099a28ec23dadab48 (patch) | |
tree | 4014b0840ecf8162897f9069928d638322ccc69d /net-misc | |
parent | version bump (diff) | |
download | gentoo-2-07fd6cdfa70760b3cd91438099a28ec23dadab48.tar.gz gentoo-2-07fd6cdfa70760b3cd91438099a28ec23dadab48.tar.bz2 gentoo-2-07fd6cdfa70760b3cd91438099a28ec23dadab48.zip |
Version bump, remove old versions
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/x2goclient/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-3.99.2.2.ebuild | 40 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-4.0.0.4.ebuild | 40 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-4.0.1.1.ebuild (renamed from net-misc/x2goclient/x2goclient-4.0.0.1.ebuild) | 2 |
4 files changed, 9 insertions, 82 deletions
diff --git a/net-misc/x2goclient/ChangeLog b/net-misc/x2goclient/ChangeLog index a56fa42c19e5..116da389bacc 100644 --- a/net-misc/x2goclient/ChangeLog +++ b/net-misc/x2goclient/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/x2goclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.21 2013/06/11 10:20:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.22 2013/09/11 12:50:22 voyageur Exp $ + +*x2goclient-4.0.1.1 (11 Sep 2013) + + 11 Sep 2013; Bernard Cafarelli <voyageur@gentoo.org> + -x2goclient-3.99.2.2.ebuild, -x2goclient-4.0.0.1.ebuild, + -x2goclient-4.0.0.4.ebuild, +x2goclient-4.0.1.1.ebuild: + Version bump, remove old versions 11 Jun 2013; Agostino Sarubbo <ago@gentoo.org> x2goclient-4.0.1.0.ebuild: Stable for x86, wrt bug #472582 diff --git a/net-misc/x2goclient/x2goclient-3.99.2.2.ebuild b/net-misc/x2goclient/x2goclient-3.99.2.2.ebuild deleted file mode 100644 index 5ff88f402d15..000000000000 --- a/net-misc/x2goclient/x2goclient-3.99.2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-3.99.2.2.ebuild,v 1.4 2013/03/02 23:07:09 hwoarang Exp $ - -EAPI=4 -inherit eutils qt4-r2 - -DESCRIPTION="The X2Go Qt client" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ldap" - -DEPEND="net-libs/libssh - net-print/cups - dev-qt/qtcore:4[ssl] - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - ldap? ( net-nds/openldap )" -RDEPEND="${DEPEND} - net-misc/nx" - -src_prepare() { - if ! use ldap; then - sed -e "s/-lldap//" -i x2goclient.pro || die - sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die - fi -} - -src_install() { - dobin ${PN} - - insinto /usr/share/pixmaps/x2goclient - doins -r icons/* - - make_desktop_entry ${PN} "X2go client" ${PN} "Network" -} diff --git a/net-misc/x2goclient/x2goclient-4.0.0.4.ebuild b/net-misc/x2goclient/x2goclient-4.0.0.4.ebuild deleted file mode 100644 index ec4c0d664103..000000000000 --- a/net-misc/x2goclient/x2goclient-4.0.0.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.0.4.ebuild,v 1.1 2013/03/07 12:42:26 voyageur Exp $ - -EAPI=4 -inherit eutils qt4-r2 - -DESCRIPTION="The X2Go Qt client" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ldap" - -DEPEND="net-libs/libssh - net-print/cups - dev-qt/qtcore:4[ssl] - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - ldap? ( net-nds/openldap )" -RDEPEND="${DEPEND} - net-misc/nx" - -src_prepare() { - if ! use ldap; then - sed -e "s/-lldap//" -i x2goclient.pro || die - sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die - fi -} - -src_install() { - dobin ${PN} - - insinto /usr/share/pixmaps/x2goclient - doins -r icons/* - - make_desktop_entry ${PN} "X2go client" ${PN} "Network" -} diff --git a/net-misc/x2goclient/x2goclient-4.0.0.1.ebuild b/net-misc/x2goclient/x2goclient-4.0.1.1.ebuild index ebbfb941e200..1ea4d5d7fc87 100644 --- a/net-misc/x2goclient/x2goclient-4.0.0.1.ebuild +++ b/net-misc/x2goclient/x2goclient-4.0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.0.1.ebuild,v 1.2 2013/03/02 23:07:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.1.ebuild,v 1.1 2013/09/11 12:50:22 voyageur Exp $ EAPI=4 inherit eutils qt4-r2 |