Diff parapin-1.5.0-r1 with a parapin-1.5.1_beta1-r1
| /usr/portage/dev-embedded/parapin/parapin-1.5.1_beta1-r1.ebuild 2024-07-02 13:51:43.949851457 +0300 | ||
|---|---|---|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="A parallel port pin programming library" |
| 9 | 9 |
HOMEPAGE="https://parapin.sourceforge.net/" |
| 10 |
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tgz"
|
|
| 10 |
SRC_URI="https://downloads.sourceforge.net/${PN}/${P/_/-}.tgz"
|
|
| 11 |
S="${WORKDIR}/${P/_/-}"
|
|
| 11 | 12 | |
| 12 | 13 |
LICENSE="LGPL-2.1" |
| 13 |
IUSE="doc" |
|
| 14 | 14 |
KEYWORDS="~amd64 ~x86" |
| 15 | 15 |
SLOT="0" |
| 16 |
IUSE="doc" |
|
| 16 | 17 | |
| 17 | 18 |
PATCHES=( |
| 18 |
"${FILESDIR}"/${P}-tc-directly.patch
|
|
| 19 |
"${FILESDIR}"/${PN}-1.5.0-tc-directly.patch
|
|
| 19 | 20 |
) |
| 20 | 21 | |
| 21 | 22 |
src_compile() {
|