mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-tcltk/tktable: add 2.12.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST Tktable2.10.tar.gz 284135 BLAKE2B ff3a37aac53418e7993a310d38ae23b7ec2673e0b44c118ff558a6c3c3805b39bf77f099287e91298fb4a6afacebde68a09171c6b90ecd11f48ac2a33fa3b312 SHA512 d69b1c766abb2833f48c900ca4d4fd3927f138ddf728dd76f2087a784604daa4356ec60a146e71d2fb2508a644598711e0373cb81dbfb0272b7ad16a0754e899
|
||||
DIST tktable-2-12-1.tar.gz 342044 BLAKE2B 1bbfec55ce7541d49d976d527b31c43f206662553f6192ce3e24941fff14041131bc20b4dbd51fce43458943cc4972d2769b2c11bc4243111af88f29c9a0ec14 SHA512 3f0a10d5406d2405e538de3aecc37ecb2cf58fa798c6825d23ef6a7df504f9adc8ce1dd030acbd33783b65e80ff019b031b688e0f6cf12b5a6bd5df898cf45d6
|
||||
DIST tktable-2.10.8.tar.gz 308245 BLAKE2B 4ede838e8553244dabd71d9543094bf5dfc82bd74f31ac9b4d4eea7bb2ee7406d90b16198d700eddfccd236160be1b7ed9a1f72f4760a71cddde5e01927ebb42 SHA512 927dad616306f0af477d1ce801ded962d966f7b46904b0a6b6772d1c9140310ff4c93a90ad4cb228495febae8be5f3ded9a328f621ba34195a339fc29d000f04
|
||||
|
||||
37
dev-tcltk/tktable/tktable-2.12.1.ebuild
Normal file
37
dev-tcltk/tktable/tktable-2.12.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MYP=${PN}-$(ver_rs 1- '-')
|
||||
|
||||
DESCRIPTION="full-featured 2D table widget"
|
||||
HOMEPAGE="http://tktable.sourceforge.net/"
|
||||
SRC_URI="https://github.com/bohagan1/TkTable/archive/refs/tags/${MYP}.tar.gz"
|
||||
|
||||
S=${WORKDIR}/TkTable-${MYP}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND=">=dev-lang/tk-8.0:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
HTML_DOCS=( doc/tkTable.html )
|
||||
DOCS=( ChangeLog README.txt )
|
||||
|
||||
QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
opendir64 rewinddir64 closedir64 stat64 # used on AIX
|
||||
)
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.10-parallelMake.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e '/^install:/{s: install-doc-n::}' \
|
||||
-e '/^PKG_EXTRA_FILES/{s:=.*:=:}' -i Makefile.in || die
|
||||
}
|
||||
Reference in New Issue
Block a user