Diff cscope-15.9 with a cscope-15.9-r1
/usr/portage/dev-util/cscope/cscope-15.9-r1.ebuild 2024-12-25 14:59:49.051270089 +0300 | ||
---|---|---|
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="https://downloads.sourceforge.net/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 |