public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2016-02-20  9:47 Jeroen Roovers
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers @ 2016-02-20  9:47 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2019-01-27 14:14 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2019-01-27 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     21344537c8d60903a25abeb1eb1c3e5701d64167
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 14:13:05 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 14:14:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21344537

app-dicts/dictd-vera: stable 1.23 for ppc64, bug #676382

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
index 5ccfd15e256..59ec595634f 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2019-02-04 19:41 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2019-02-04 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e63d4ae308c3a5ec3b85814968638638eb1720f1
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Feb  4 16:43:31 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 19:40:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63d4ae3

app-dicts/dictd-vera: stable 1.23 for sparc, bug #676382

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
index 78ab4890c9a..ef96454cf26 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2019-02-15 18:47 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-15 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     468ce5be6e97d0e32ab7d115a59eb8f9ed3ca599
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 18:45:48 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 18:45:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468ce5be

app-dicts/dictd-vera: amd64 stable wrt bug #676382

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
index ef96454cf26..1736e198435 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="~amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2019-02-15 18:47 Mikle Kolyada
  0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-15 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e3602c2b5ee384f867356deff7e81fef4b6abbf2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 18:47:06 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 18:47:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3602c2b

app-dicts/dictd-vera: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-dicts/dictd-vera/Manifest               |  1 -
 app-dicts/dictd-vera/dictd-vera-1.22.ebuild | 35 -----------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest
index fb5601723ee..7d9a42150bc 100644
--- a/app-dicts/dictd-vera/Manifest
+++ b/app-dicts/dictd-vera/Manifest
@@ -1,2 +1 @@
-DIST vera-1.22.tar.gz 229397 BLAKE2B ad3e195a10a03191292c0161b0ee98c591f80d1cae3b4432a2b953451f6257c5583c13aee14e6cac48551dc33bc171722ed202d3c231c68314f91464b7166a02 SHA512 3fe10ae52d8aa593bc4ce23eaffbf8d1cbc0127fcce3538508389335a9e1bc2964d1ca8915616b0711cc9da36f8ea231e050dbeddf75bef799f21e538731234a
 DIST vera-1.23.tar.gz 236439 BLAKE2B fdbecb4bf2abdac0a858be29fe544474dab69623967e2e9c8f8e02188ce7b8a8f39a099bcf7ff6e0d846afb0ec0cedd8e4ec64ba1b27a66eee963f3de088a4c1 SHA512 f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78

diff --git a/app-dicts/dictd-vera/dictd-vera-1.22.ebuild b/app-dicts/dictd-vera/dictd-vera-1.22.ebuild
deleted file mode 100644
index cf8e02f8fee..00000000000
--- a/app-dicts/dictd-vera/dictd-vera-1.22.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-03-04 13:47 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2021-03-04 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c1fb7558406ddf663b84a7e41d296b5826b3c46f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 13:47:18 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 13:47:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fb7558

app-dicts/dictd-vera: x86 stable wrt bug #774138

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
index 382ad1a157a..da82bd82448 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.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
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-03-04 15:07 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2021-03-04 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     acd7300e977cb4b449182466ae80efcfb76fcf10
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 15:07:43 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 15:07:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7300e

app-dicts/dictd-vera: amd64 stable wrt bug #774138

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
index da82bd82448..cf62bced486 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-03-04 20:26 Sergei Trofimovich
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2021-03-04 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7abb03683c5646d39594ae434a587bda014f4be8
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar  4 20:15:48 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 20:26:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb0368

app-dicts/dictd-vera: stable 1.24 for sparc, bug #774138

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
index cf62bced486..fe3f6cfeda1 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-03-05 20:32 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-05 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e6ffd2beaed4453ca32ee4a1b844887eb9fba46e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 20:32:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 20:32:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ffd2be

app-dicts/dictd-vera: Stabilize 1.24 ppc, #774138

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
index fe3f6cfeda1..7aa50a370a6 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-03-05 20:33 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-05 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     51a5fd5177b06dd81224944142bade1dabe8a185
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 20:33:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 20:33:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a5fd51

app-dicts/dictd-vera: Stabilize 1.24 ppc64, #774138

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
index 7aa50a370a6..8e3e3a677a3 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="FDL-1.3"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-04-19 19:41 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-19 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ede93ee57d58eaf6ce9f78731f26753ecfcb879a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:36:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:40:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede93ee5

app-dicts/dictd-vera: drop 1.23

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/dictd-vera/Manifest               |  1 -
 app-dicts/dictd-vera/dictd-vera-1.23.ebuild | 35 -----------------------------
 2 files changed, 36 deletions(-)

diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest
index 9b4a767f869..d59e00a6618 100644
--- a/app-dicts/dictd-vera/Manifest
+++ b/app-dicts/dictd-vera/Manifest
@@ -1,2 +1 @@
-DIST vera-1.23.tar.gz 236439 BLAKE2B fdbecb4bf2abdac0a858be29fe544474dab69623967e2e9c8f8e02188ce7b8a8f39a099bcf7ff6e0d846afb0ec0cedd8e4ec64ba1b27a66eee963f3de088a4c1 SHA512 f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78
 DIST vera-1.24.tar.gz 240378 BLAKE2B f35df71c4fc9b95a9abba83cf49f9a70db03f1353f7d4e2b4e1db1a2f6ae41dc88f0f61b28e5405e76a97a7305f8a8bf6414b19a8067f113e2fd6bb54e57de43 SHA512 1727c91b0b60dc579e8f634375488a145921cf419bf3213118f90af031c48ed3d3408609d0a8a41135a3f6c6e9fa579b412981883325ae0dd9f0f72f56da5cd9

diff --git a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild b/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
deleted file mode 100644
index 2a87e255209..00000000000
--- a/app-dicts/dictd-vera/dictd-vera-1.23.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-06-15  7:27 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-06-15  7:27 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-06-16  5:30 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-06-16  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a81ade94539ff7e95b209e587a976505de0f27
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 05:06:54 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 05:30:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a81ade

app-dicts/dictd-vera: drop old

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 35 -----------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
deleted file mode 100644
index 8e3e3a677a3..00000000000
--- a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-
-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}
-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/lib/dict
-	doins vera.dict.dz
-	doins vera.index
-
-	dodoc changelog README
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/
@ 2021-06-16  5:30 Joonas Niilola
  0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-06-16  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f5e8de8b41f9f0757bd04b115d2dfac826c90130
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 05:06:38 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 05:30:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e8de8b

app-dicts/dictd-vera: stabilize ALLARCHES

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild
index 57e23417d5e..5877fb13991 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.24-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 DEPEND=">=app-text/dictd-1.5.5"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-06-16  5:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 19:41 [gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-06-16  5:30 Joonas Niilola
2021-06-16  5:30 Joonas Niilola
2021-06-15  7:27 Joonas Niilola
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox