public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
Date: Tue, 15 Jun 2021 07:27:47 +0000 (UTC)	[thread overview]
Message-ID: <1623742058.934d766ed30001e2ccd3f142a7469a8cfde924bf.juippis@gentoo> (raw)

commit:     934d766ed30001e2ccd3f142a7469a8cfde924bf
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 16:45:44 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 07:27:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934d766e

app-dicts/dictd-vera: move data to /usr/share

Bug: https://bugs.gentoo.org/790383
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20842
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild
new file mode 100644
index 00000000000..57e23417d5e
--- /dev/null
+++ b/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
+HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html"
+SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
+S="${WORKDIR}/vera-${PV}"
+SLOT="0"
+LICENSE="FDL-1.3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=app-text/dictd-1.5.5"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-U+D7.patch" )
+
+src_compile() {
+	cat vera.[0-9a-z] | dictfmt -f -u http://home.snafu.de/ohei \
+		-s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \
+		vera || die
+	dictzip -v vera.dict || die
+}
+
+src_install() {
+	insinto /usr/share/dict
+	doins vera.dict.dz
+	doins vera.index
+
+	dodoc changelog README
+}


             reply	other threads:[~2021-06-15  7:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  7:27 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-16  5:30 [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/ Joonas Niilola
2021-06-16  5:30 Joonas Niilola
2021-04-19 19:41 Sam James
2021-03-05 20:33 Sam James
2021-03-05 20:32 Sam James
2021-03-04 20:26 Sergei Trofimovich
2021-03-04 15:07 Agostino Sarubbo
2021-03-04 13:47 Agostino Sarubbo
2019-02-15 18:47 Mikle Kolyada
2019-02-15 18:47 Mikle Kolyada
2019-02-04 19:41 Sergei Trofimovich
2019-01-27 14:14 Sergei Trofimovich
2016-02-20  9:47 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1623742058.934d766ed30001e2ccd3f142a7469a8cfde924bf.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox