From 1fb7dffc2455b0bbffd8057c6a918b45cd9f83b5 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 11 Mar 2008 13:33:37 +0000 Subject: Fix SVN uri, and version svn path=/testing/; revision=202 --- net-misc/nxcl/Manifest | 2 +- net-misc/nxcl/nxcl-1.0.9999.ebuild | 28 ---------------------------- net-misc/nxcl/nxcl-9999.ebuild | 28 ++++++++++++++++++++++++++++ net-misc/qtnx/Manifest | 3 +-- net-misc/qtnx/qtnx-9999.ebuild | 2 +- 5 files changed, 31 insertions(+), 32 deletions(-) delete mode 100644 net-misc/nxcl/nxcl-1.0.9999.ebuild create mode 100644 net-misc/nxcl/nxcl-9999.ebuild diff --git a/net-misc/nxcl/Manifest b/net-misc/nxcl/Manifest index e73b6ba..0c21edf 100644 --- a/net-misc/nxcl/Manifest +++ b/net-misc/nxcl/Manifest @@ -1 +1 @@ -EBUILD nxcl-1.0.9999.ebuild 554 RMD160 e888ad620a5628c5c47e6a314057e23d7a1e66c5 SHA1 79ee26f75470e9821e125efa99a7c979a9c10a99 SHA256 5471c3d73b08bdffa3a16255bb7fc88c14196562225d2a3f87cc128d75562923 +EBUILD nxcl-9999.ebuild 574 RMD160 151eecade768cccf4f4d619067dae3d4eee37749 SHA1 06f15f19d4945c05c782652e54f53ad3c6c5404e SHA256 5616049c414b9484243c0a10f98a5261b245bcafb3f703c41c882a2d2932ea3d diff --git a/net-misc/nxcl/nxcl-1.0.9999.ebuild b/net-misc/nxcl/nxcl-1.0.9999.ebuild deleted file mode 100644 index b9e71ca..0000000 --- a/net-misc/nxcl/nxcl-1.0.9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools subversion - -DESCRIPTION="A library for building NX clients" -HOMEPAGE="http://svn.berlios.de/wsvn/freenx/nxcl" - -ESVN_REPO_URI="svn://svn.berlios.de/freenx/nxcl" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -DEPEND="dbus? ( sys-apps/dbus ) - net-misc/nx" -RDEPEND="${DEPEND}" - -src_unpack() { - subversion_src_unpack - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} diff --git a/net-misc/nxcl/nxcl-9999.ebuild b/net-misc/nxcl/nxcl-9999.ebuild new file mode 100644 index 0000000..99c1761 --- /dev/null +++ b/net-misc/nxcl/nxcl-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools subversion + +DESCRIPTION="A library for building NX clients" +HOMEPAGE="http://svn.berlios.de/wsvn/freenx/nxcl" + +ESVN_REPO_URI="svn://svn.berlios.de/freenx/trunk/freenx-client/nxcl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus" + +DEPEND="dbus? ( sys-apps/dbus ) + net-misc/nx" +RDEPEND="${DEPEND}" + +src_unpack() { + subversion_src_unpack + eautoreconf +} + +src_install() { + emake DESTDIR="${D}" install || die "Install failed" +} diff --git a/net-misc/qtnx/Manifest b/net-misc/qtnx/Manifest index 95462c8..638d931 100644 --- a/net-misc/qtnx/Manifest +++ b/net-misc/qtnx/Manifest @@ -1,2 +1 @@ -EBUILD qtnx-9999.ebuild 669 RMD160 2849df9508d91b52d55d5d408157ff361b8e0202 SHA1 62336c60934e29b4191aabf00caa3e51f4fe1281 SHA256 22edf087fdef51c1a4977b1e854087d1f50aacf308123248af2704545b6c2889 -MISC .qtnx-9999.ebuild.swp 12288 RMD160 a7accc29a5dab0c92f071b30e688735247a3cc5f SHA1 3a99f1847abb5e06d3d0523eb4394c7da2c4c81b SHA256 19014607825916a2eee2a9587d1d3520396c4fac5f4d7597a23daa70665ef985 +EBUILD qtnx-9999.ebuild 689 RMD160 aa2d6f958aae30843a89b4a413d1aaf5b9ece9b4 SHA1 86428dffffcac770e650929e52a19b3238c31f7c SHA256 545f0c44edd6fd09617517f0b2cb72fc08dd3ff9d5bccef068476180b6cd888d diff --git a/net-misc/qtnx/qtnx-9999.ebuild b/net-misc/qtnx/qtnx-9999.ebuild index 217d505..5a50223 100644 --- a/net-misc/qtnx/qtnx-9999.ebuild +++ b/net-misc/qtnx/qtnx-9999.ebuild @@ -7,7 +7,7 @@ inherit qt4 subversion DESCRIPTION="A Qt-based NX client using nxcl" HOMEPAGE="http://svn.berlios.de/wsvn/freenx/qtnx" -ESVN_REPO_URI="svn://svn.berlios.de/freenx/qtnx" +ESVN_REPO_URI="svn://svn.berlios.de/freenx/trunk/freenx-client/qtnx" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad