Diff popwin-1.0.0 with a popwin-1.0.2
| /usr/portage/app-emacs/popwin/popwin-1.0.2.ebuild 2023-10-09 14:52:28.704368330 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2019 Gentoo Authors |
|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit elisp |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Popup window manager for Emacs" |
| 9 |
HOMEPAGE="https://github.com/m2ym/popwin-el" |
|
| 10 |
SRC_URI="https://github.com/m2ym/${PN}-el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 9 |
HOMEPAGE="https://github.com/emacsorphanage/popwin" |
|
| 10 |
SRC_URI="https://github.com/emacsorphanage/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-3+" |
| 13 | 13 |
SLOT="0" |
| 14 | 14 |
KEYWORDS="~amd64 ~x86" |
| 15 | 15 |
RESTRICT="test" # "make test" starts Emacs in non-batch mode |
| 16 | 16 | |
| 17 |
S="${WORKDIR}/${PN}-el-${PV}"
|
|
| 18 | 17 |
SITEFILE="50${PN}-gentoo.el"
|
| 19 | 18 |
DOCS="README.md" |