Diff eselect-php-0.9.9 with a eselect-php-9999
/usr/portage/app-eselect/eselect-php/eselect-php-9999.ebuild 2023-10-09 14:52:28.744368331 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
TMPFILES_OPTIONAL="yes" |
7 |
inherit tmpfiles |
|
7 |
inherit autotools git-r3 tmpfiles |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="PHP eselect module" |
10 | 10 |
HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-php.git/" |
11 |
SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz" |
|
11 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect-php.git" |
|
12 | 12 | |
13 | 13 |
LICENSE="GPL-2" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
15 |
KEYWORDS="" |
|
16 | 16 |
IUSE="fpm apache2" |
17 | 17 | |
18 | 18 |
# The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir. |
... | ... | |
20 | 20 |
apache2? ( www-servers/apache[apache2_modules_dir] ) |
21 | 21 |
fpm? ( virtual/tmpfiles )" |
22 | 22 | |
23 |
src_prepare() { |
|
24 |
default |
|
25 |
eautoreconf |
|
26 |
} |
|
27 | ||
23 | 28 |
src_configure() { |
24 | 29 |
# We expect localstatedir to be "var"ish, not "var/lib"ish, because |
25 | 30 |
# that's what PHP upstream expects. See for example the FPM |