Diff eselect-lib-bin-symlink-0.1.1-r1 with a eselect-lib-bin-symlink-9999
/usr/portage/app-eselect/eselect-lib-bin-symlink/eselect-lib-bin-symlink-9999.ebuild 2023-10-09 14:52:28.744368331 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit autotools git-r3 |
|
7 | ||
6 | 8 |
DESCRIPTION="An eselect library to manage executable symlinks" |
7 | 9 |
HOMEPAGE="https://github.com/projg2/eselect-lib-bin-symlink/" |
8 |
SRC_URI="https://github.com/projg2/eselect-lib-bin-symlink/releases/download/${P}/${P}.tar.bz2" |
|
10 |
EGIT_REPO_URI="https://github.com/projg2/eselect-lib-bin-symlink.git" |
|
9 | 11 | |
10 | 12 |
LICENSE="GPL-2+" |
11 | 13 |
SLOT="0" |
12 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
13 | 14 | |
14 | 15 |
RDEPEND="app-admin/eselect" |
16 | ||
17 |
src_prepare() { |
|
18 |
default |
|
19 |
eautoreconf |
|
20 |
} |