Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/volti/
Date: Fri, 28 Aug 2015 00:51:59
Message-Id: 1440723097.0694978eeac2aed26370d4660ed862dfedf7b4bb.mrueg@gentoo
1 commit: 0694978eeac2aed26370d4660ed862dfedf7b4bb
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 00:51:37 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 00:51:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0694978e
7
8 media-sound/volti: Remove old
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/volti/volti-0.2.3.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/media-sound/volti/volti-0.2.3.ebuild b/media-sound/volti/volti-0.2.3.ebuild
16 deleted file mode 100644
17 index 5efe787..0000000
18 --- a/media-sound/volti/volti-0.2.3.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=3
26 -
27 -PYTHON_DEPEND="2"
28 -SUPPORT_PYTHON_ABIS="1"
29 -RESTRICT_PYTHON_ABIS="3.*"
30 -
31 -inherit distutils
32 -
33 -DESCRIPTION="GTK+ application for controlling audio volume from system tray/notification area"
34 -HOMEPAGE="https://code.google.com/p/volti/"
35 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86"
40 -IUSE="libnotify X"
41 -
42 -RDEPEND=">=dev-python/pygtk-2.16
43 - >=dev-python/pyalsaaudio-0.6
44 - dev-python/dbus-python
45 - X? ( >=dev-python/python-xlib-0.15_rc1 )
46 - libnotify? ( x11-libs/libnotify )"
47 -DEPEND=""
48 -
49 -DOCS="AUTHORS ChangeLog README"