Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/
Date: Wed, 15 Feb 2017 20:38:42
Message-Id: 1487191031.ad388404b619a6ab453960624fd44cce293c6983.leio@gentoo
1 commit: ad388404b619a6ab453960624fd44cce293c6983
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 20:22:30 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 20:37:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad388404
7
8 media-libs/gsound: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/gsound/Manifest | 1 -
13 media-libs/gsound/gsound-1.0.1.ebuild | 41 -----------------------------------
14 media-libs/gsound/gsound-1.0.2.ebuild | 39 ---------------------------------
15 3 files changed, 81 deletions(-)
16
17 diff --git a/media-libs/gsound/Manifest b/media-libs/gsound/Manifest
18 index 5a47348f2d..c179360459 100644
19 --- a/media-libs/gsound/Manifest
20 +++ b/media-libs/gsound/Manifest
21 @@ -1,2 +1 @@
22 -DIST gsound-1.0.1.tar.xz 256804 SHA256 ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 SHA512 0c4db73f5e9a620c53598b439cfa001482b86d58bcd77986b43d83bee42a905dadc1b7c44c78dfcd9b5c361b5275508c7320569358423bc7a82ee1a1f2995529 WHIRLPOOL a8355c9fc45b94aa46252f2beabe458d3f0cc6031993f6811d70940ec497dc08b264f021eb083d5ec1b888464abb0b41c517e5af3ef9d7bbbf586e141032c51a
23 DIST gsound-1.0.2.tar.xz 282068 SHA256 bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 SHA512 3525598aade28129d605e745cd6e8ef292220c446d59b34129056fa2aba7b4aa808c3efd29f4916056e20d5e4046b0edf2a6c9b97c272c95e59af7f8ef62e6b0 WHIRLPOOL 19ec0f6cf72bd312e8a13f1544322fe8655be6d2178524257ee92364e585ef98a9a332960be123544768cb23ad105e43d814ca99f4acf82382c4d50301f03449
24
25 diff --git a/media-libs/gsound/gsound-1.0.1.ebuild b/media-libs/gsound/gsound-1.0.1.ebuild
26 deleted file mode 100644
27 index fbc80b8311..0000000000
28 --- a/media-libs/gsound/gsound-1.0.1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -VALA_USE_DEPEND="vapigen"
38 -VALA_MIN_API_VERSION="0.20"
39 -
40 -inherit gnome2 vala
41 -
42 -DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library"
43 -HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
44 -
45 -LICENSE="LGPL-2.1+"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="+introspection"
49 -
50 -# vala setup required for vapigen check
51 -RDEPEND="
52 - >=dev-libs/glib-2.36:2
53 - media-libs/libcanberra
54 - introspection? ( >=dev-libs/gobject-introspection-1.2.9 )
55 -"
56 -DEPEND="${RDEPEND}
57 - $(vala_depend)
58 - >=dev-util/gtk-doc-am-1.20
59 - virtual/pkgconfig
60 -"
61 -
62 -src_prepare() {
63 - vala_src_prepare
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure () {
68 - gnome2_src_configure \
69 - --disable-static \
70 - $(use_enable introspection)
71 -}
72
73 diff --git a/media-libs/gsound/gsound-1.0.2.ebuild b/media-libs/gsound/gsound-1.0.2.ebuild
74 deleted file mode 100644
75 index 8e3818480d..0000000000
76 --- a/media-libs/gsound/gsound-1.0.2.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2016 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=6
84 -VALA_USE_DEPEND="vapigen"
85 -
86 -inherit gnome2 vala
87 -
88 -DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library"
89 -HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
90 -
91 -LICENSE="LGPL-2.1+"
92 -SLOT="0"
93 -KEYWORDS="amd64 x86"
94 -IUSE="+introspection"
95 -
96 -# vala setup required for vapigen check
97 -RDEPEND="
98 - >=dev-libs/glib-2.36:2
99 - media-libs/libcanberra
100 - introspection? ( >=dev-libs/gobject-introspection-1.2.9:= )
101 -"
102 -DEPEND="${RDEPEND}
103 - $(vala_depend)
104 - >=dev-util/gtk-doc-am-1.20
105 - virtual/pkgconfig
106 -"
107 -
108 -src_prepare() {
109 - vala_src_prepare
110 - gnome2_src_prepare
111 -}
112 -
113 -src_configure () {
114 - gnome2_src_configure \
115 - --disable-static \
116 - $(use_enable introspection)
117 -}