* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2016-09-08 7:20 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2016-09-08 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 5c139053c5dd9e11faef11709ba0cfe3b972d1ad
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 06:46:43 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 07:20:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c139053
app-text/ding: Bump to version 1.8.1
Took over maintenance.
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-text/ding/Manifest | 1 +
app-text/ding/ding-1.8.1.ebuild | 29 +++++++++++++++++++++++++++++
app-text/ding/metadata.xml | 5 ++++-
3 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
index fbc1395..117c27a 100644
--- a/app-text/ding/Manifest
+++ b/app-text/ding/Manifest
@@ -1 +1,2 @@
DIST ding-1.7.tar.gz 4037214 SHA256 a6546e1074f954c67ff7697b777c42a08528177adfa08700b827c8323eb1eb91 SHA512 580f85d2bc6683666db1d6a3101b0de889725064607e260de39fab3c6de773ba45f39aafd0444edadc1e9b8cee5b8388dc90cefb11bcb9d229e55b62e91dfde5 WHIRLPOOL bf7938ca19d56cd9ba9fc72f543a77de6387797fa04dcf8186eaf0a80551dfc4060628d8b175ee8c7a95b07405ee0cd46b5297b56620dc274540c187e3d3b3bd
+DIST ding-1.8.1.tar.gz 6543141 SHA256 5817bad70d9661fc1efc8bad38939bf665818c549a9675e8e041fff487c61232 SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4 WHIRLPOOL 5562a3e5903ff42c9a678d860a1f6738a9062e28134d573f8bc48d6fd4cdd967b7966bd9458dd83c940451dcc38a20b933c570fa9b6214f5233f48237c410b29
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
new file mode 100644
index 00000000..fa8ad47
--- /dev/null
+++ b/app-text/ding/ding-1.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
+HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/"
+SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/tk-8.3"
+
+src_install() {
+ dobin ding
+ insinto /usr/share/dict
+ doins de-en.txt
+ doman ding.1
+ dodoc CHANGES README
+
+ doicon ding.png
+ domenu ding.desktop
+}
diff --git a/app-text/ding/metadata.xml b/app-text/ding/metadata.xml
index 6f49eba..95aa13f 100644
--- a/app-text/ding/metadata.xml
+++ b/app-text/ding/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2017-01-02 8:58 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-01-02 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 90a298d08e421eed5994f524bba67712fc0b5dd2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 08:58:41 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 08:58:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a298d0
app-text/ding: amd64 stable wrt bug #604350
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/ding/ding-1.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
index fa8ad47..492f4bb 100644
--- a/app-text/ding/ding-1.8.1.ebuild
+++ b/app-text/ding/ding-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/tk-8.3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2017-01-15 23:24 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2017-01-15 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 1a42bc6f31afc56ff50859c0ae1391a6cc6abe7c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 23:15:37 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 23:23:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a42bc6f
app-text/ding: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-text/ding/Manifest | 1 -
app-text/ding/ding-1.7.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
index 117c27a..b501fcf 100644
--- a/app-text/ding/Manifest
+++ b/app-text/ding/Manifest
@@ -1,2 +1 @@
-DIST ding-1.7.tar.gz 4037214 SHA256 a6546e1074f954c67ff7697b777c42a08528177adfa08700b827c8323eb1eb91 SHA512 580f85d2bc6683666db1d6a3101b0de889725064607e260de39fab3c6de773ba45f39aafd0444edadc1e9b8cee5b8388dc90cefb11bcb9d229e55b62e91dfde5 WHIRLPOOL bf7938ca19d56cd9ba9fc72f543a77de6387797fa04dcf8186eaf0a80551dfc4060628d8b175ee8c7a95b07405ee0cd46b5297b56620dc274540c187e3d3b3bd
DIST ding-1.8.1.tar.gz 6543141 SHA256 5817bad70d9661fc1efc8bad38939bf665818c549a9675e8e041fff487c61232 SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4 WHIRLPOOL 5562a3e5903ff42c9a678d860a1f6738a9062e28134d573f8bc48d6fd4cdd967b7966bd9458dd83c940451dcc38a20b933c570fa9b6214f5233f48237c410b29
diff --git a/app-text/ding/ding-1.7.ebuild b/app-text/ding/ding-1.7.ebuild
deleted file mode 100644
index 6af70e2..00000000
--- a/app-text/ding/ding-1.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils
-
-DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/"
-SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.3"
-
-src_install() {
- dobin ding || die
- insinto /usr/share/dict
- doins de-en.txt || die
- doman ding.1 || die
- dodoc CHANGES README || die
-
- doicon ding.png || die
- domenu ding.desktop || die
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2018-03-25 21:06 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2018-03-25 21:06 UTC (permalink / raw
To: gentoo-commits
commit: 2b3b66c1b798cf08168664f8b28c7796fc63d5ff
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 24 18:40:31 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 21:06:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3b66c1
app-text/ding: use HTTPS
app-text/ding/ding-1.8.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
index 6e50e8576fe..c2318824efe 100644
--- a/app-text/ding/ding-1.8.1.ebuild
+++ b/app-text/ding/ding-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit eutils
DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2020-12-27 14:15 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2020-12-27 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 9ba3901b85940f3ea101923e7ef0518e1a36adc7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 14:15:03 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 14:15:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba3901b
app-text/ding: Bump to version 1.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-text/ding/Manifest | 1 +
app-text/ding/ding-1.9.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
index 78ec68d439e..309a55a3e1c 100644
--- a/app-text/ding/Manifest
+++ b/app-text/ding/Manifest
@@ -1 +1,2 @@
DIST ding-1.8.1.tar.gz 6543141 BLAKE2B 5393113bc8952553b3b5e5ee8dcd98b4cf6fec2d92069354e83b38808289053b0cc5a2c08968068f9b393b5a5e296541718c129ccbe23076ce591f6254c8293b SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4
+DIST ding-1.9.tar.gz 7864078 BLAKE2B 9a25a2eb940b96393f556e374167a5b0aae8d26ff81de364e693f01acf79b0a5896704c39e1fe1ab2b48a875785483b2bc71339b01d3999664b78b48ecb041dc SHA512 fa5500d1ced311ba21ef8a16a25f3a3cdcebc24daacff79c05351a46cc2a1d466891caa1dec3a77ae9a4d7e59332d991974917875f967d93ac1358f5532e8a72
diff --git a/app-text/ding/ding-1.9.ebuild b/app-text/ding/ding-1.9.ebuild
new file mode 100644
index 00000000000..fb609a2d281
--- /dev/null
+++ b/app-text/ding/ding-1.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
+SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/tk-8.3"
+
+src_install() {
+ dobin ding
+ insinto /usr/share/dict
+ doins de-en.txt
+ doman ding.1
+ dodoc CHANGES README.md
+
+ doicon ding.png
+ domenu ding.desktop
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2022-06-15 8:09 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-06-15 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 17a59e5cd2110034ea43467cd232efe01087cb90
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 08:09:17 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 08:09:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a59e5c
app-text/ding: amd64 stable wrt bug #851786
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/ding/ding-1.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/ding/ding-1.9.ebuild b/app-text/ding/ding-1.9.ebuild
index fb609a2d281f..d6a6cb861d68 100644
--- a/app-text/ding/ding-1.9.ebuild
+++ b/app-text/ding/ding-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/tk-8.3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2022-06-16 23:06 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2022-06-16 23:06 UTC (permalink / raw
To: gentoo-commits
commit: ec88b25e85bb0d1a6f10f0188df98b8be663f8be
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 23:06:43 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 23:06:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec88b25e
app-text/ding: Stabilize 1.9 x86, #851786
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-text/ding/ding-1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/ding/ding-1.9.ebuild b/app-text/ding/ding-1.9.ebuild
index d6a6cb861d68..7b7ecc39822e 100644
--- a/app-text/ding/ding-1.9.ebuild
+++ b/app-text/ding/ding-1.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
RDEPEND=">=dev-lang/tk-8.3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2022-06-19 22:31 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2022-06-19 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 2621da69cb3ef85cc80548b215c7b8ab28f9f0fd
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 22:31:07 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 22:31:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2621da69
app-text/ding: Drop to ~ppc
Bug: https://bugs.gentoo.org/851786
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-text/ding/ding-1.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
index c9cdbf0e1e8c..fee3c2f2be29 100644
--- a/app-text/ding/ding-1.8.1.ebuild
+++ b/app-text/ding/ding-1.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
RDEPEND=">=dev-lang/tk-8.3"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/ding/
@ 2022-08-17 13:01 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-08-17 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 13dafbcac9a284927787938a85764a6cce05776b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:20:12 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 13:00:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dafbca
app-text/ding: drop 1.8.1, EAPI-6--
Closes: https://bugs.gentoo.org/851786
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/ding/Manifest | 1 -
app-text/ding/ding-1.8.1.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/app-text/ding/Manifest b/app-text/ding/Manifest
index 309a55a3e1cc..6081e827bc09 100644
--- a/app-text/ding/Manifest
+++ b/app-text/ding/Manifest
@@ -1,2 +1 @@
-DIST ding-1.8.1.tar.gz 6543141 BLAKE2B 5393113bc8952553b3b5e5ee8dcd98b4cf6fec2d92069354e83b38808289053b0cc5a2c08968068f9b393b5a5e296541718c129ccbe23076ce591f6254c8293b SHA512 7d1b459d40e26482c3c16a79565cb897a492fa5807f44c5c3ed1022bcf65ba90bec9cb503cc67970742c2beeb34bd653c684e56ef5492f536254bf475d3f70a4
DIST ding-1.9.tar.gz 7864078 BLAKE2B 9a25a2eb940b96393f556e374167a5b0aae8d26ff81de364e693f01acf79b0a5896704c39e1fe1ab2b48a875785483b2bc71339b01d3999664b78b48ecb041dc SHA512 fa5500d1ced311ba21ef8a16a25f3a3cdcebc24daacff79c05351a46cc2a1d466891caa1dec3a77ae9a4d7e59332d991974917875f967d93ac1358f5532e8a72
diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild
deleted file mode 100644
index fee3c2f2be29..000000000000
--- a/app-text/ding/ding-1.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop
-
-DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)"
-HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/"
-SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-RDEPEND=">=dev-lang/tk-8.3"
-
-src_install() {
- dobin ding
- insinto /usr/share/dict
- doins de-en.txt
- doman ding.1
- dodoc CHANGES README
-
- doicon ding.png
- domenu ding.desktop
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-08-17 13:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 23:24 [gentoo-commits] repo/gentoo:master commit in: app-text/ding/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2022-08-17 13:01 Andreas Sturmlechner
2022-06-19 22:31 Matt Turner
2022-06-16 23:06 Jakov Smolić
2022-06-15 8:09 Agostino Sarubbo
2020-12-27 14:15 Lars Wendler
2018-03-25 21:06 Lars Wendler
2017-01-02 8:58 Agostino Sarubbo
2016-09-08 7:20 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox