* [gentoo-commits] repo/proj/guru:dev commit in: app-dicts/dictd-moby-thesaurus/
@ 2021-06-17 1:20 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2021-06-17 1:20 UTC (permalink / raw
To: gentoo-commits
commit: e822206315194d66031aed5602f5d5c794426e5d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 17 00:36:37 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Jun 17 01:20:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8222063
app-dicts/dictd-moby-thesaurus: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-dicts/dictd-moby-thesaurus/Manifest | 1 +
.../dictd-moby-thesaurus-1.0.ebuild | 33 ++++++++++++++++++++++
app-dicts/dictd-moby-thesaurus/metadata.xml | 5 ++++
3 files changed, 39 insertions(+)
diff --git a/app-dicts/dictd-moby-thesaurus/Manifest b/app-dicts/dictd-moby-thesaurus/Manifest
new file mode 100644
index 000000000..71f64fe82
--- /dev/null
+++ b/app-dicts/dictd-moby-thesaurus/Manifest
@@ -0,0 +1 @@
+DIST dict-moby-thesaurus_1.0-6.4_all.deb 10983282 BLAKE2B a4cc12d63eadedd97354dc3f38c9f0a3e2442e6568f7f9512eba22ff2f795e48dfa20770d7b85be033d6bb748cec73ac3ae041ff3a1f06734c93d2bf9a5ea2d1 SHA512 942d88f2bc9d16eb703ab46efe1bb1cc7b327cb87207feb2812402ddc3d3814c2a715d9f3cf5c66ffea0f2b2e0c23022b591ff59add02a4d24e9f7ae5cfd0d2c
diff --git a/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild b/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild
new file mode 100644
index 000000000..079aabad4
--- /dev/null
+++ b/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.w
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/dictd/dict}"
+DEB="${MY_PN}_${PV}-6.4_all.deb"
+
+DESCRIPTION="Grady Ward's Moby Thesaurus; 35000 root words and 2.5 million synonyms"
+HOMEPAGE="https://tracker.debian.org/pkg/dict-moby-thesaurus"
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${DEB}"
+S="${WORKDIR}"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+
+DEPEND=">=app-text/dictd-1.13.0-r3"
+
+src_unpack () {
+ unpack "${DEB}"
+ unpack "${WORKDIR}/data.tar.xz"
+ pushd "${WORKDIR}/usr/share/doc/${MY_PN}" || die
+ for f in *.gz; do
+ gunzip "${f}" || die
+ done
+ rm -r copyright || die
+}
+
+src_install () {
+ dodoc usr/share/doc/dict-moby-thesaurus/*
+ insinto /usr/share/dict
+ doins usr/share/dictd/*
+}
diff --git a/app-dicts/dictd-moby-thesaurus/metadata.xml b/app-dicts/dictd-moby-thesaurus/metadata.xml
new file mode 100644
index 000000000..46f4785f7
--- /dev/null
+++ b/app-dicts/dictd-moby-thesaurus/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer needed -->
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-dicts/dictd-moby-thesaurus/
2021-06-20 13:07 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-06-20 13:07 ` Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-06-20 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 9b47e9288c36f46dfeb7414f397a45bc4a2af0de
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 13:05:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 13:05:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b47e928
app-dicts/dictd-moby-thesaurus: fix copyright header
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild b/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild
index 079aabad4..707bdb247 100644
--- a/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild
+++ b/app-dicts/dictd-moby-thesaurus/dictd-moby-thesaurus-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.w
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,6 +10,7 @@ DESCRIPTION="Grady Ward's Moby Thesaurus; 35000 root words and 2.5 million synon
HOMEPAGE="https://tracker.debian.org/pkg/dict-moby-thesaurus"
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${DEB}"
S="${WORKDIR}"
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-20 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17 1:20 [gentoo-commits] repo/proj/guru:dev commit in: app-dicts/dictd-moby-thesaurus/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-06-20 13:07 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-06-20 13:07 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox