diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2011-04-18 07:58:19 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2011-04-18 07:58:19 +0000 |
commit | 83fde0398b067821a5a790a67144c29ed055ecc6 (patch) | |
tree | 3bab976241941d6180543b81e5988b27bac7fade /app-emulation/spice | |
parent | Version bump, dropped old unstable. (diff) | |
download | gentoo-2-83fde0398b067821a5a790a67144c29ed055ecc6.tar.gz gentoo-2-83fde0398b067821a5a790a67144c29ed055ecc6.tar.bz2 gentoo-2-83fde0398b067821a5a790a67144c29ed055ecc6.zip |
Version bump, dropped old unstable.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.8.0.ebuild (renamed from app-emulation/spice/spice-0.7.3.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
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 <dev-zero@gentoo.org> -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.8.0.ebuild index 09cc65cb2a27..c417dc9b1407 100644 --- a/app-emulation/spice/spice-0.7.3.ebuild +++ b/app-emulation/spice/spice-0.8.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+gui static-libs" -RDEPEND=">=app-emulation/spice-protocol-0.7.1 +RDEPEND="~app-emulation/spice-protocol-${PV} >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 @@ -31,6 +31,8 @@ DEPEND="dev-util/pkgconfig # maintainer notes: # * opengl support is currently broken +# * add slirp for tunnel-support +# * add libcacard for smartcard support src_configure() { local myconf="" |