diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-02-15 22:22:30 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-02-15 22:37:11 +0200 |
commit | ad388404b619a6ab453960624fd44cce293c6983 (patch) | |
tree | 2ced78e1049b71620d1b7c0cb5f92aabf9a35cbf /media-libs/gsound | |
parent | media-libs/clutter-gst: remove old (diff) | |
download | gentoo-ad388404b619a6ab453960624fd44cce293c6983.tar.gz gentoo-ad388404b619a6ab453960624fd44cce293c6983.tar.bz2 gentoo-ad388404b619a6ab453960624fd44cce293c6983.zip |
media-libs/gsound: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/gsound')
-rw-r--r-- | media-libs/gsound/Manifest | 1 | ||||
-rw-r--r-- | media-libs/gsound/gsound-1.0.1.ebuild | 41 | ||||
-rw-r--r-- | media-libs/gsound/gsound-1.0.2.ebuild | 39 |
3 files changed, 0 insertions, 81 deletions
diff --git a/media-libs/gsound/Manifest b/media-libs/gsound/Manifest index 5a47348f2dd1..c1793604591a 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 fbc80b8311df..000000000000 --- 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 8e3818480d80..000000000000 --- 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) -} |