Сравнение cscope-15.9 с cscope-15.9-r1
/usr/portage/dev-util/cscope/cscope-15.9-r1.ebuild 2023-10-09 14:52:30.956368387 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
6 | 6 |
inherit autotools elisp-common toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="Interactively examine a C program" |
9 |
HOMEPAGE="http://cscope.sourceforge.net/" |
|
9 |
HOMEPAGE="https://cscope.sourceforge.net/" |
|
10 | 10 |
SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz" |
11 | 11 | |
12 | 12 |
LICENSE="BSD GPL-2+" |
... | ... | |
26 | 26 |
src_prepare() { |
27 | 27 |
eapply "${FILESDIR}/${PN}-15.7a-ocs-sysdir.patch" #269305 |
28 | 28 |
eapply "${FILESDIR}/${PN}-15.9-pkgconfig.patch" |
29 |
eapply "${FILESDIR}/${PN}-15.9-emacs-27.patch" |
|
29 | 30 |
eapply_user |
30 | 31 |
mv configure.{in,ac} || die |
31 | 32 |
eautoreconf # prevent maintainer mode later on |