sys-libs/libblockdev: Python 3.8 compatibility
[gentoo.git] / eclass / gnustep-2.eclass
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 # @ECLASS: gnustep-2.eclass
5 # @MAINTAINER:
6 # GNUstep Herd <gnustep@gentoo.org>
7 # @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
8 # @BLURB: eclass for GNUstep Apps, Frameworks, and Bundles build
9 # @DESCRIPTION:
10 # This eclass sets up GNUstep environment to properly install
11 # GNUstep packages
12
13 inherit gnustep-base
14
15 DEPEND=">=gnustep-base/gnustep-make-2.0
16         virtual/gnustep-back"
17 RDEPEND="${DEPEND}"
18
19 # The following gnustep-based EXPORT_FUNCTIONS are available:
20 # * gnustep-base_pkg_setup
21 # * gnustep-base_src_unpack (EAPI 0|1 only)
22 # * gnustep-base_src_prepare (EAPI>=2 only)
23 # * gnustep-base_src_configure (EAPI>=2 only)
24 # * gnustep-base_src_compile
25 # * gnustep-base_src_install
26 # * gnustep-base_pkg_postinst