Сравнение load-relative-1.3.1 с load-relative-1.3.2
| /usr/portage/app-emacs/load-relative/load-relative-1.3.2.ebuild 2024-07-02 13:51:43.809851453 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Relative loads for Emacs Lisp files" |
| 9 | 9 |
HOMEPAGE="https://github.com/rocky/emacs-load-relative/" |
| 10 |
SRC_URI="https://github.com/rocky/emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 10 |
SRC_URI="https://github.com/rocky/emacs-${PN}/archive/${PV}.tar.gz
|
|
| 11 |
-> ${P}.tar.gz"
|
|
| 11 | 12 |
S="${WORKDIR}"/emacs-${P}
|
| 12 | 13 | |
| 13 | 14 |
LICENSE="GPL-3+" |
| 14 |
KEYWORDS="~amd64 ~x86" |
|
| 15 |
KEYWORDS="amd64 ~x86" |
|
| 15 | 16 |
SLOT="0" |
| 16 | 17 | |
| 17 | 18 |
DOCS=( ChangeLog README.md ) |
| 18 |
ELISP_REMOVE="el-get-install.el" # Unnecessary, used for install using el-get |
|
| 19 | 19 |
SITEFILE="50${PN}-gentoo.el"
|