* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2017-12-22 14:21 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2017-12-22 14:21 UTC (permalink / raw
To: gentoo-commits
commit: c8ef85a98ec2474141a2e0879f7e6d04ac181a46
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 14:18:22 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 14:20:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ef85a9
app-accessibility/nfbtrans: stabilize 7.74-r2 on amd64 for bug #638070
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
index 57efe93d042..6a94deb4fc2 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND=" >=app-arch/unzip-5.50-r2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2017-12-26 15:17 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 00bcf1c7143d6b7e59d1b61ea19a9f3d52f549ec
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:17:08 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:17:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bcf1c7
app-accessibility/nfbtrans: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild | 41 ----------------------
app-accessibility/nfbtrans/nfbtrans-7.74.ebuild | 38 --------------------
2 files changed, 79 deletions(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild
deleted file mode 100644
index 6b5b3fe9191..00000000000
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils
-
-DESCRIPTION="braille translator from the National Federation of the Blind"
-HOMEPAGE="http://www.nfb.org/nfbtrans"
-SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=" >=app-arch/unzip-5.50-r2"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- mv MAKEFILE Makefile
- mv SPANISH.ZIP spanish.zip
- make lowercase || die
- epatch "${FILESDIR}"/${P}-gentoo-fix.patch
- epatch "${FILESDIR}"/${P}-getline-fix.patch
-}
-
-src_compile() {
- make CC=$(tc-getCC) \
- LIBS= \
- CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" all || die
-}
-
-src_install() {
- dobin nfbtrans || die
- dodoc *fmt readme.txt makedoc
- insinto /etc/nfbtrans
- doins *cnf *tab *dic spell.dat *zip
-}
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild
deleted file mode 100644
index 384f8bbb294..00000000000
--- a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="braille translator from the National Federation of the Blind"
-HOMEPAGE="http://www.nfb.org/nfbtrans"
-SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=" >=app-arch/unzip-5.50-r2"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- mv MAKEFILE Makefile
- mv SPANISH.ZIP spanish.zip
- make lowercase || die
- epatch "${FILESDIR}"/${P}-gentoo-fix.patch
- epatch "${FILESDIR}"/${P}-getline-fix.patch
-}
-
-src_compile() {
- make CC=$(tc-getCC) LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die
-}
-
-src_install() {
- dobin nfbtrans || die
- dodoc *fmt readme.txt makedoc
- insinto /etc/nfbtrans
- doins *cnf *tab *dic spell.dat *zip
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2017-12-26 15:17 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2017-12-26 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 89c01a4f20ff5292f7a596ac67ffe7ffd39a8405
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 15:16:09 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 15:16:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c01a4f
app-accessibility/nfbtrans: ppc/x86 stable wrt bug #638070
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
index 6a94deb4fc2..5a275017973 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND=" >=app-arch/unzip-5.50-r2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2021-12-19 20:15 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2021-12-19 20:15 UTC (permalink / raw
To: gentoo-commits
commit: fb198cb8af0251f4090fb200e9399ddbca19a899
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 20:10:57 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 20:15:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb198cb8
app-accessibility/nfbtrans: fix home page
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
index 8509d2d383e6..7e24f93de77b 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="Braille translator from the National Federation of the Blind"
-HOMEPAGE="http://www.nfb.org/nfbtrans"
+HOMEPAGE="http://www.nfbnet.org/download/nfbtrans.htm"
SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2023-12-16 1:29 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-12-16 1:29 UTC (permalink / raw
To: gentoo-commits
commit: 6ac40749c15af0b81fc9b41111fee887596b21ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 01:28:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 01:28:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac40749
app-accessibility/nfbtrans: Stabilize 7.74-r3 amd64, #920075
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
index 6e3e0b89805f..61ac7b7ef1ad 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
BDEPEND=">=app-arch/unzip-5.50-r2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2023-12-16 7:05 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-16 7:05 UTC (permalink / raw
To: gentoo-commits
commit: e74b49fddf7b60eb6e400a10cb32447669829ac8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 07:05:22 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 07:05:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74b49fd
app-accessibility/nfbtrans: Stabilize 7.74-r3 x86, #920075
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
index 61ac7b7ef1ad..ac99fe5dd3c7 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
BDEPEND=">=app-arch/unzip-5.50-r2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/
@ 2024-10-27 19:04 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2024-10-27 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 34d78ad08c893dbee86e7b151fc82830f7a389ce
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 19:03:35 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 19:03:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d78ad0
app-accessibility/nfbtrans: drop 7.74-r2
Bug: https://bugs.gentoo.org/874390
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild | 48 ----------------------
1 file changed, 48 deletions(-)
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
deleted file mode 100644
index 8559b3ff195b..000000000000
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Braille translator from the National Federation of the Blind"
-HOMEPAGE="http://www.nfbnet.org/download/nfbtrans.htm"
-SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr$(ver_rs 1-2 '').zip"
-S="${WORKDIR}"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-BDEPEND=" >=app-arch/unzip-5.50-r2"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gentoo-fix.patch
- "${FILESDIR}"/${P}-getline-fix.patch
- "${FILESDIR}"/${P}-respect-ldflags.patch
-)
-
-src_prepare() {
- mv MAKEFILE Makefile || die
- mv SPANISH.ZIP spanish.zip || die
-
- default
-
- emake lowercase
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LIBS= \
- CFLAGS="${CFLAGS} -DLINUX" \
- LDFLAGS="${LDFLAGS}" \
- all
-}
-
-src_install() {
- dobin nfbtrans
- dodoc *fmt readme.txt makedoc
- insinto /etc/nfbtrans
- doins *cnf *tab *dic spell.dat *zip
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-27 19:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22 14:21 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2017-12-26 15:17 Mikle Kolyada
2017-12-26 15:17 Mikle Kolyada
2021-12-19 20:15 William Hubbs
2023-12-16 1:29 Sam James
2023-12-16 7:05 Arthur Zamarin
2024-10-27 19:04 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox