diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-13 12:54:07 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-13 12:54:07 +0000 |
commit | 601e56b5ce64643150278c5f2f5987fc7ec3997f (patch) | |
tree | 2dd803996348339d24425651908fd325424ed4a7 /net-misc | |
parent | Cleanup (diff) | |
download | gentoo-2-601e56b5ce64643150278c5f2f5987fc7ec3997f.tar.gz gentoo-2-601e56b5ce64643150278c5f2f5987fc7ec3997f.tar.bz2 gentoo-2-601e56b5ce64643150278c5f2f5987fc7ec3997f.zip |
Version bump, switch to new SRC_URI
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/x2gokdebindings/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/x2gokdebindings/x2gokdebindings-2.0.1.4.ebuild (renamed from net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/x2gokdebindings/ChangeLog b/net-misc/x2gokdebindings/ChangeLog index 92fbb2ea5258..b03c2d790f9d 100644 --- a/net-misc/x2gokdebindings/ChangeLog +++ b/net-misc/x2gokdebindings/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/x2gokdebindings # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2gokdebindings/ChangeLog,v 1.1 2009/03/13 12:42:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2gokdebindings/ChangeLog,v 1.2 2009/03/13 12:54:07 voyageur Exp $ + +*x2gokdebindings-2.0.1.4 (13 Mar 2009) + + 13 Mar 2009; Bernard Cafarelli <voyageur@gentoo.org> + -x2gokdebindings-2.0.1.3.ebuild, +x2gokdebindings-2.0.1.4.ebuild: + Version bump, switch to new SRC_URI *x2gokdebindings-2.0.1.3 (13 Mar 2009) diff --git a/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild b/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.4.ebuild index 61fbb36f1efb..0d8a019312a8 100644 --- a/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.3.ebuild +++ b/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.4.ebuild @@ -1,6 +1,6 @@ # 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.1 2009/03/13 12:42:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2gokdebindings/x2gokdebindings-2.0.1.4.ebuild,v 1.1 2009/03/13 12:54:07 voyageur Exp $ inherit kde versionator @@ -8,7 +8,7 @@ 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" +SRC_URI="http://x2go.obviously-nice.de/deb/pool-lenny/${PN}/${PN}_${FULL_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,4 +17,4 @@ IUSE="" need-kde 3 -S=${WORKDIR}/${PN}-${MAJOR_PV}
\ No newline at end of file +S=${WORKDIR}/${PN}-${MAJOR_PV} |