dev-qt/qtcore: move system-doubleconversion handling to the eclass
[gentoo.git] / eclass / gst-plugins-ugly.eclass
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 # @ECLASS: gst-plugins-ugly.eclass
5 # @MAINTAINER:
6 # gstreamer@gentoo.org
7 # @AUTHOR:
8 # Gilles Dartiguelongue <eva@gentoo.org>
9 # Saleem Abdulrasool <compnerd@gentoo.org>
10 # foser <foser@gentoo.org>
11 # zaheerm <zaheerm@gentoo.org>
12 # @BLURB: Manages build for invididual ebuild for gst-plugins-ugly.
13 # @DESCRIPTION:
14 # See gst-plugins10.eclass documentation.
15
16 GST_ORG_MODULE="gst-plugins-ugly"
17
18 inherit gst-plugins10
19
20 case "${EAPI:-0}" in
21         1|2|3|4|5)
22                 ;;
23         0)
24                 die "EAPI=\"${EAPI}\" is not supported anymore"
25                 ;;
26         *)
27                 die "EAPI=\"${EAPI}\" is not supported yet"
28                 ;;
29 esac
30