From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vino/
Date: Sun, 23 Oct 2016 23:01:59 +0000 (UTC) [thread overview]
Message-ID: <1477263618.1d7412d300e36fc1c4220d83dfa469ca0779ceca.eva@gentoo> (raw)
commit: 1d7412d300e36fc1c4220d83dfa469ca0779ceca
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 22:35:12 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 23:00:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7412d3
net-misc/vino: cleanup old revision
Package-Manager: portage-2.3.1
net-misc/vino/Manifest | 1 -
net-misc/vino/vino-3.18.1.ebuild | 66 ----------------------------------------
2 files changed, 67 deletions(-)
diff --git a/net-misc/vino/Manifest b/net-misc/vino/Manifest
index db3d853..7c7c6d2 100644
--- a/net-misc/vino/Manifest
+++ b/net-misc/vino/Manifest
@@ -1,3 +1,2 @@
-DIST vino-3.18.1.tar.xz 766944 SHA256 07ec6e78bbecd4ee3fce873eb26932fdda9c7642bb09d17ac36483b996fafe5a SHA512 6c98b86a1ae324547b63a2071208f5c2213765ad554f10f3e504bc6ab5817682e5a03df5c23ddbb814d918f263027579c3344dab944eeb4329b0a84f9a3bd182 WHIRLPOOL 261c6fcd7a93b7a937c4c9dfe49a5c6f9833518dc70100b350a12ed282b482761a80e1e4bdf5a08fa27282d0903f2b6ab85a03c2b8f501f43ce16ad5a38160a9
DIST vino-3.20.2.tar.xz 768800 SHA256 660488adc1bf577958e783d13f61dbd99c1d9c4e81d2ca063437ea81d39e4413 SHA512 e383fb0314c0f0d8eeac0d9e29bc4c93e9ba95d8388ea8fd509d98b8cee09aa6d41a51d893d08501c6d3d34111a3df97bbaa2b8638aa0c48e828c97ceafa0ec0 WHIRLPOOL f5af630c36ee132f3acd9d7a100ac1f9fee53eeabdf5cd6b36e782518a964b0d50348e053822dca1ddf5b0db6725916f7e193851aefd6e34fc896f0b9ed27714
DIST vino-3.22.0.tar.xz 768716 SHA256 2911c779b6a2c46e5bc8e5a0c94c2a4d5bd4a1ee7e35f2818702cb13d9d23bab SHA512 29b88e151b0b8c69bce1565ae3ec2e788f48c7645429984329fb2d3daaf03cc5ac100abbf70247bf0516c6d03a3b9aeb78d018c8f1bf35fd241919117fd1105f WHIRLPOOL 63d03bda4ff03d794345a925bc23dc4795c845754da78171a37c0f4340424474b30df478dd5f813fec23c408abf17d99dacb1481c39d1478aae32b67bd88a695
diff --git a/net-misc/vino/vino-3.18.1.ebuild b/net-misc/vino/vino-3.18.1.ebuild
deleted file mode 100644
index b526650..00000000
--- a/net-misc/vino/vino-3.18.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="An integrated VNC server for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vino"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="crypt gnome-keyring ipv6 jpeg ssl +telepathy zeroconf +zlib"
-# bug #394611; tight encoding requires zlib encoding
-REQUIRED_USE="jpeg? ( zlib )"
-
-# cairo used in vino-fb
-# libSM and libICE used in eggsmclient-xsmp
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libgcrypt-1.1.90:0=
- >=x11-libs/gtk+-3:3
-
- dev-libs/dbus-glib
- x11-libs/cairo:=
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXtst
- x11-libs/pango[X]
-
- >=x11-libs/libnotify-0.7.0:=
-
- crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
- gnome-keyring? ( app-crypt/libsecret )
- jpeg? ( virtual/jpeg:0= )
- ssl? ( >=net-libs/gnutls-2.2.0:= )
- telepathy? ( >=net-libs/telepathy-glib-0.18 )
- zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
- zlib? ( sys-libs/zlib:= )
-"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- >=dev-util/intltool-0.50
- virtual/pkgconfig
- app-crypt/libsecret
-"
-# libsecret is always required at build time per bug 322763
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable ipv6) \
- $(use_with crypt gcrypt) \
- $(use_with gnome-keyring secret) \
- $(use_with jpeg) \
- $(use_with ssl gnutls) \
- $(use_with telepathy) \
- $(use_with zeroconf avahi) \
- $(use_with zlib)
-}
next reply other threads:[~2016-10-23 23:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-23 23:01 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-25 20:17 [gentoo-commits] repo/gentoo:master commit in: net-misc/vino/ Mart Raudsepp
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-02-24 14:19 Agostino Sarubbo
2020-02-24 7:41 Agostino Sarubbo
2020-02-20 8:51 Mart Raudsepp
2020-02-16 17:28 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-08-04 22:35 Aaron Bauman
2018-11-02 12:54 Mart Raudsepp
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2016-10-23 23:01 Gilles Dartiguelongue
2016-06-28 20:30 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-26 12:34 Gilles Dartiguelongue
2015-11-11 8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-24 7:45 Pacho Ramos
2015-09-12 9:11 Agostino Sarubbo
2015-09-07 19:58 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477263618.1d7412d300e36fc1c4220d83dfa469ca0779ceca.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox