From 83fde0398b067821a5a790a67144c29ed055ecc6 Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Mon, 18 Apr 2011 07:58:19 +0000 Subject: Version bump, dropped old unstable. (Portage version: 2.1.9.46/cvs/Linux x86_64) --- app-emulation/spice/ChangeLog | 8 +++++- app-emulation/spice/spice-0.7.3.ebuild | 45 -------------------------------- app-emulation/spice/spice-0.8.0.ebuild | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 46 deletions(-) delete mode 100644 app-emulation/spice/spice-0.7.3.ebuild create mode 100644 app-emulation/spice/spice-0.8.0.ebuild (limited to 'app-emulation/spice') diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 241a6afffbce..18b9773725cc 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.8 2011/02/17 10:28:44 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.9 2011/04/18 07:58:19 dev-zero Exp $ + +*spice-0.8.0 (18 Apr 2011) + + 18 Apr 2011; Tiziano Müller -spice-0.7.3.ebuild, + +spice-0.8.0.ebuild: + Version bump, dropped old unstable. *spice-0.7.3 (17 Feb 2011) *spice-0.6.4 (17 Feb 2011) diff --git a/app-emulation/spice/spice-0.7.3.ebuild b/app-emulation/spice/spice-0.7.3.ebuild deleted file mode 100644 index 09cc65cb2a27..000000000000 --- a/app-emulation/spice/spice-0.7.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.7.3.ebuild,v 1.1 2011/02/17 10:28:44 dev-zero Exp $ - -EAPI=4 - -DESCRIPTION="SPICE server and client." -HOMEPAGE="http://spice-space.org/" -SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+gui static-libs" - -RDEPEND=">=app-emulation/spice-protocol-0.7.1 - >=x11-libs/pixman-0.17.7 - media-libs/alsa-lib - media-libs/celt:0.5.1 - dev-libs/openssl - >=x11-libs/libXrandr-1.2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXfixes - virtual/jpeg - sys-libs/zlib - gui? ( =dev-games/cegui-0.6* )" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -# maintainer notes: -# * opengl support is currently broken - -src_configure() { - local myconf="" - use gui && myconf+="--enable-gui " - econf ${myconf} \ - $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || rm "${D}"/usr/lib*/*.la -} diff --git a/app-emulation/spice/spice-0.8.0.ebuild b/app-emulation/spice/spice-0.8.0.ebuild new file mode 100644 index 000000000000..c417dc9b1407 --- /dev/null +++ b/app-emulation/spice/spice-0.8.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.0.ebuild,v 1.1 2011/04/18 07:58:19 dev-zero Exp $ + +EAPI=4 + +DESCRIPTION="SPICE server and client." +HOMEPAGE="http://spice-space.org/" +SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+gui static-libs" + +RDEPEND="~app-emulation/spice-protocol-${PV} + >=x11-libs/pixman-0.17.7 + media-libs/alsa-lib + media-libs/celt:0.5.1 + dev-libs/openssl + >=x11-libs/libXrandr-1.2 + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXfixes + virtual/jpeg + sys-libs/zlib + gui? ( =dev-games/cegui-0.6* )" +DEPEND="dev-util/pkgconfig + ${RDEPEND}" + +# maintainer notes: +# * opengl support is currently broken +# * add slirp for tunnel-support +# * add libcacard for smartcard support + +src_configure() { + local myconf="" + use gui && myconf+="--enable-gui " + econf ${myconf} \ + $(use_enable static-libs static) +} + +src_install() { + default + use static-libs || rm "${D}"/usr/lib*/*.la +} -- cgit v1.2.3-65-gdbad