From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF6AD139694 for ; Wed, 15 Feb 2017 20:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E023E0BFE; Wed, 15 Feb 2017 20:38:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48FECE0BD8 for ; Wed, 15 Feb 2017 20:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B496341641 for ; Wed, 15 Feb 2017 20:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 893154919 for ; Wed, 15 Feb 2017 20:38:14 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1487191031.ad388404b619a6ab453960624fd44cce293c6983.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gsound/Manifest media-libs/gsound/gsound-1.0.1.ebuild media-libs/gsound/gsound-1.0.2.ebuild X-VCS-Directories: media-libs/gsound/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ad388404b619a6ab453960624fd44cce293c6983 X-VCS-Branch: master Date: Wed, 15 Feb 2017 20:38:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d648d670-617f-4829-96ae-d661ea848cb7 X-Archives-Hash: 3e37db0f63505c6c9210b7aedec700af commit: ad388404b619a6ab453960624fd44cce293c6983 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 15 20:22:30 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 15 20:37:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad388404 media-libs/gsound: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gsound/Manifest | 1 - media-libs/gsound/gsound-1.0.1.ebuild | 41 ----------------------------------- media-libs/gsound/gsound-1.0.2.ebuild | 39 --------------------------------- 3 files changed, 81 deletions(-) diff --git a/media-libs/gsound/Manifest b/media-libs/gsound/Manifest index 5a47348f2d..c179360459 100644 --- a/media-libs/gsound/Manifest +++ b/media-libs/gsound/Manifest @@ -1,2 +1 @@ -DIST gsound-1.0.1.tar.xz 256804 SHA256 ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 SHA512 0c4db73f5e9a620c53598b439cfa001482b86d58bcd77986b43d83bee42a905dadc1b7c44c78dfcd9b5c361b5275508c7320569358423bc7a82ee1a1f2995529 WHIRLPOOL a8355c9fc45b94aa46252f2beabe458d3f0cc6031993f6811d70940ec497dc08b264f021eb083d5ec1b888464abb0b41c517e5af3ef9d7bbbf586e141032c51a DIST gsound-1.0.2.tar.xz 282068 SHA256 bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 SHA512 3525598aade28129d605e745cd6e8ef292220c446d59b34129056fa2aba7b4aa808c3efd29f4916056e20d5e4046b0edf2a6c9b97c272c95e59af7f8ef62e6b0 WHIRLPOOL 19ec0f6cf72bd312e8a13f1544322fe8655be6d2178524257ee92364e585ef98a9a332960be123544768cb23ad105e43d814ca99f4acf82382c4d50301f03449 diff --git a/media-libs/gsound/gsound-1.0.1.ebuild b/media-libs/gsound/gsound-1.0.1.ebuild deleted file mode 100644 index fbc80b8311..0000000000 --- a/media-libs/gsound/gsound-1.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.20" - -inherit gnome2 vala - -DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library" -HOMEPAGE="https://wiki.gnome.org/Projects/GSound" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection" - -# vala setup required for vapigen check -RDEPEND=" - >=dev-libs/glib-2.36:2 - media-libs/libcanberra - introspection? ( >=dev-libs/gobject-introspection-1.2.9 ) -" -DEPEND="${RDEPEND} - $(vala_depend) - >=dev-util/gtk-doc-am-1.20 - virtual/pkgconfig -" - -src_prepare() { - vala_src_prepare - gnome2_src_prepare -} - -src_configure () { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) -} diff --git a/media-libs/gsound/gsound-1.0.2.ebuild b/media-libs/gsound/gsound-1.0.2.ebuild deleted file mode 100644 index 8e3818480d..0000000000 --- a/media-libs/gsound/gsound-1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library" -HOMEPAGE="https://wiki.gnome.org/Projects/GSound" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection" - -# vala setup required for vapigen check -RDEPEND=" - >=dev-libs/glib-2.36:2 - media-libs/libcanberra - introspection? ( >=dev-libs/gobject-introspection-1.2.9:= ) -" -DEPEND="${RDEPEND} - $(vala_depend) - >=dev-util/gtk-doc-am-1.20 - virtual/pkgconfig -" - -src_prepare() { - vala_src_prepare - gnome2_src_prepare -} - -src_configure () { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) -}