diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-12 03:00:01 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-12 03:00:01 +0000 |
commit | 359a2c91ceb615b3a1a44fa0ded6627c125b70a3 (patch) | |
tree | 373c0d92d358223dcc8b1a326c82d536cdc62e8d /app-emulation/spice | |
parent | Remove older version (diff) | |
download | gentoo-2-359a2c91ceb615b3a1a44fa0ded6627c125b70a3.tar.gz gentoo-2-359a2c91ceb615b3a1a44fa0ded6627c125b70a3.tar.bz2 gentoo-2-359a2c91ceb615b3a1a44fa0ded6627c125b70a3.zip |
Remove unused version
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.8.2.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 8e799242428b..b435ddb92758 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.20 2012/02/08 15:57:30 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.21 2012/02/12 03:00:01 cardoe Exp $ + + 11 Feb 2012; Doug Goldstein <cardoe@gentoo.org> -spice-0.8.2.ebuild: + Remove unused version *spice-0.10.1 (08 Feb 2012) diff --git a/app-emulation/spice/spice-0.8.2.ebuild b/app-emulation/spice/spice-0.8.2.ebuild deleted file mode 100644 index 07ec07f8e80f..000000000000 --- a/app-emulation/spice/spice-0.8.2.ebuild +++ /dev/null @@ -1,49 +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.8.2.ebuild,v 1.2 2011/07/26 13:09:16 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 ~x86" -IUSE="+gui sasl static-libs" - -RDEPEND=">=app-emulation/spice-protocol-0.8.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* ) - sasl? ( dev-libs/cyrus-sasl )" -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) \ - $(use_with sasl) -} - -src_install() { - default - use static-libs || rm "${D}"/usr/lib*/*.la -} |