* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2021-01-04 3:31 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-01-04 3:31 UTC (permalink / raw
To: gentoo-commits
commit: 9d4d6efe2046c55f34b33af35b3fbae53dcf47b4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 03:30:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 03:30:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4d6efe
app-dicts/ydpdict: Stabilize 1.0.3 amd64, #763474
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3.ebuild
index edd45d3eab3..9dc585dd660 100644
--- a/app-dicts/ydpdict/ydpdict-1.0.3.ebuild
+++ b/app-dicts/ydpdict/ydpdict-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="ao"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2021-01-07 1:24 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-01-07 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 6db45e6ca3206ad12f8dac77a9eca413a6639506
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 01:23:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 01:23:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db45e6c
app-dicts/ydpdict: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-dicts/ydpdict/Manifest | 1 -
app-dicts/ydpdict/ydpdict-1.0.2.ebuild | 42 ----------------------------------
2 files changed, 43 deletions(-)
diff --git a/app-dicts/ydpdict/Manifest b/app-dicts/ydpdict/Manifest
index b47f149e45d..d66c4d77547 100644
--- a/app-dicts/ydpdict/Manifest
+++ b/app-dicts/ydpdict/Manifest
@@ -1,2 +1 @@
-DIST ydpdict-1.0.2.tar.gz 363774 BLAKE2B 0ca86e0180af559f9440f8a598672e5e321d84f37725f0233ba0d666119f20308c0229fd1dd0197a8c86733af17f1cce53b990c63b260673871ab6658d88a5c5 SHA512 b2395d88e289171daae3aa47d9c70a2ca1c7b3a3998c1a9751c56e1dc8d17138bc38a172581edcad02c35d5252041c6942a3c416a632def6121072650bcb7e61
DIST ydpdict-1.0.3.tar.gz 185721 BLAKE2B 1db80dc20dd6d71c4b7fed2051bbfae1021fd1ea15ca1f993e8e095912fbcc8d599d8f480143d185fd11c6a1414d7f29ae67a9f5cffda624b434d198cddc5c68 SHA512 ca50c485f10aa4c4691a27a474a5ae814be3bb183b4927728f14de67af1e11a281e5272fc5777d6573e69dd00d3da2223b78d729132764338c92489f20eb17e8
diff --git a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
deleted file mode 100644
index cec7d34b79a..00000000000
--- a/app-dicts/ydpdict/ydpdict-1.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Interface for the Collins Dictionary"
-HOMEPAGE="http://toxygen.net/ydpdict/"
-SRC_URI="http://toxygen.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ao"
-
-RDEPEND=">=app-dicts/libydpdict-${PV}
- sys-libs/ncurses[unicode]
- ao? ( media-libs/libao )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf \
- $(use_with ao libao)
-}
-
-src_install() {
- dodir "/etc"
- emake DESTDIR="${D}" install
- dodoc README
-}
-
-pkg_postinst() {
- echo
- elog "Note that to use this program you'll need the original Collins Dictionary"
- elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- elog "directory of the Windows version of the Collins dictionary. Once you obtain"
- elog "the files, put them into /usr/share/ydpdict"
- elog
- elog "Some configuration options can be set in /etc/ydpdict.conf"
- echo
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2021-09-29 14:12 Yixun Lan
0 siblings, 0 replies; 7+ messages in thread
From: Yixun Lan @ 2021-09-29 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 2a9c4ff9d0f86165c7151965c49090b1c1fe56b1
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Sep 28 05:56:56 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Sep 29 14:11:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9c4ff9
app-dicts/ydpdict: keyword 1.0.3-r1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild
index 16c2253d2d5..a8c5a6d541c 100644
--- a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild
+++ b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="ao"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2023-09-22 9:15 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-09-22 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 3e10875de5694fb84e91b00fc6d56fa55f249f0a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 09:14:45 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 09:14:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e10875d
app-dicts/ydpdict: Stabilize 1.0.3-r2 amd64, #914518
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
index e480c5092765..34b7d7638f1b 100644
--- a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
+++ b/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
IUSE="ao"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2023-09-22 14:54 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-22 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 2e5f44ca501584af4e02a7b2b5e90e26026e4d67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 14:54:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:54:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5f44ca
app-dicts/ydpdict: Stabilize 1.0.3-r2 x86, #914518
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
index 34b7d7638f1b..146bd57c2b09 100644
--- a/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
+++ b/app-dicts/ydpdict/ydpdict-1.0.3-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="ao"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2024-10-29 19:28 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2024-10-29 19:28 UTC (permalink / raw
To: gentoo-commits
commit: bff974406ece49af1b232abef192f0b6694fb187
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 19:25:54 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 19:28:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff97440
app-dicts/ydpdict: drop 1.0.3-r1
Bug: https://bugs.gentoo.org/894364
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild | 58 -------------------------------
1 file changed, 58 deletions(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild b/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild
deleted file mode 100644
index a8c5a6d541ce..000000000000
--- a/app-dicts/ydpdict/ydpdict-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Interface for the Collins Dictionary"
-HOMEPAGE="https://github.com/wojtekka/ydpdict"
-SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="ao"
-
-RDEPEND="
- app-dicts/libydpdict
- sys-libs/ncurses:=[unicode(+)]
- ao? ( media-libs/libao )
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"
-DOCS=(
- README.md
-)
-PATCHES=(
- "${FILESDIR}"/${PN}-1.0.3-tinfo.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with ao libao)
-}
-
-src_install() {
- dodir "/etc"
- default
-}
-
-pkg_postinst() {
- echo
- elog "Note that to use this program you'll need the original Collins Dictionary"
- elog "datafiles (dict100.*, dict101.*). These can be found in the Dabasase/"
- elog "directory of the Windows version of the Collins dictionary. Once you obtain"
- elog "the files, put them into /usr/share/ydpdict"
- elog
- elog "Some configuration options can be set in /etc/ydpdict.conf"
- echo
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/
@ 2024-11-23 15:42 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-11-23 15:42 UTC (permalink / raw
To: gentoo-commits
commit: cce7e1abaaad37d0a874c68ec689d48160417aab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 15:41:49 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 15:41:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce7e1ab
app-dicts/ydpdict: Stabilize 1.0.5 x86, #944635
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-dicts/ydpdict/ydpdict-1.0.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-dicts/ydpdict/ydpdict-1.0.5.ebuild b/app-dicts/ydpdict/ydpdict-1.0.5.ebuild
index c29a3178c033..fb5a37501241 100644
--- a/app-dicts/ydpdict/ydpdict-1.0.5.ebuild
+++ b/app-dicts/ydpdict/ydpdict-1.0.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv x86"
IUSE="ao"
RDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-23 15:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 3:31 [gentoo-commits] repo/gentoo:master commit in: app-dicts/ydpdict/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-01-07 1:24 Sam James
2021-09-29 14:12 Yixun Lan
2023-09-22 9:15 Arthur Zamarin
2023-09-22 14:54 Sam James
2024-10-29 19:28 Andreas K. Hüttel
2024-11-23 15:42 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox