Сравнение tkcon-2.7.10 с tkcon-2.7.11-r1
| /usr/portage/dev-tcltk/tkcon/tkcon-2.7.11-r1.ebuild 2026-03-11 11:46:08.226427060 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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 |
DESCRIPTION="Tk GUI console" |
| 7 | 7 |
HOMEPAGE="http://tkcon.sourceforge.net/" |
| ... | ... | |
| 9 | 9 |
${P}.tar.gz"
|
| 10 | 10 | |
| 11 | 11 |
LICENSE="GPL-2" |
| 12 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
| 13 | 12 |
SLOT="0" |
| 13 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
| 14 | 14 |
IUSE="doc" |
| 15 | 15 | |
| 16 | 16 |
DEPEND="dev-lang/tk:*" |
| ... | ... | |
| 18 | 18 | |
| 19 | 19 |
RESTRICT="test" |
| 20 | 20 | |
| 21 |
PATCHES=( "${FILESDIR}"/${P}-tcl9.patch )
|
|
| 22 | ||
| 21 | 23 |
src_prepare() {
|
| 22 | 24 |
default |
| 23 | 25 |
mv docs/changes.txt CHANGES |