public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
Date: Sat, 20 Feb 2016 09:47:56 +0000 (UTC)	[thread overview]
Message-ID: <1455961674.5ecd5a525cbb9a4b38cc4a4c9ef8694d3105145c.jer@gentoo> (raw)

commit:     5ecd5a525cbb9a4b38cc4a4c9ef8694d3105145c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 09:47:26 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 09:47:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ecd5a52

app-dicts/dictd-vera: Version bump.

Package-Manager: portage-2.2.27

 app-dicts/dictd-vera/Manifest               |  1 +
 app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 36 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest
index b32139d..7169119 100644
--- a/app-dicts/dictd-vera/Manifest
+++ b/app-dicts/dictd-vera/Manifest
@@ -1 +1,2 @@
 DIST vera-1.22.tar.gz 229397 SHA256 271688e1b2305c27ecc276335bfb7370af316eee1da9c2865de74dca6734ddaa SHA512 3fe10ae52d8aa593bc4ce23eaffbf8d1cbc0127fcce3538508389335a9e1bc2964d1ca8915616b0711cc9da36f8ea231e050dbeddf75bef799f21e538731234a WHIRLPOOL c162090c27efb9d80b0209d09285090ca7046a7c280c56688ca9049d5e5f854bd68a84be7133845bfb2a16ca9831ff6c082676fc0854aac0f106437a35d067fd
+DIST vera-1.23.tar.gz 236439 SHA256 ffd7f0283b7b9ca5ef69723a8f99faa9c9b33dca5e9a84c8ea4849394cd9e0ab SHA512 f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78 WHIRLPOOL 2d7e2fe1577bf4b6b430cb6c3d24e5a2055a213c607af36535e5f331a52cf29ad527727d11a9e612c6f9baa1a4bd713ef59f81b398aefcd4e94b7d2a1e157c9c

diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
new file mode 100644
index 0000000..849fff4
--- /dev/null
+++ b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"
+
+SLOT="0"
+LICENSE="FDL-1.3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=app-text/dictd-1.5.5"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/vera-${PV}
+
+src_compile () {
+#	sed -f debian/dict-vera/sedfile vera.? >vera1 || die
+#	sed '1,2!s/^/   /' vera. > vera || die
+#	cat vera1>>vera || die
+	cat vera.[0-9a-z] | /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \
+		-s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \
+	   vera || die
+	/usr/bin/dictzip -v vera.dict || die
+}
+
+src_install () {
+	dodir /usr/lib/dict
+	insinto /usr/lib/dict
+	doins vera.dict.dz
+	doins vera.index
+	dodoc changelog README
+}


             reply	other threads:[~2016-02-20  9:55 UTC|newest]

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

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=1455961674.5ecd5a525cbb9a4b38cc4a4c9ef8694d3105145c.jer@gentoo \
    --to=jer@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