summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 12:02:43 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 12:02:43 +0000
commit2471c4582df309c1fe2bb7fed1021b83b006f6b2 (patch)
tree0592caaae709a235ac77aac81aec7e6f6011f134 /app-dicts/dictd-vera
parentversion bump (#43319) (diff)
downloadhistorical-2471c4582df309c1fe2bb7fed1021b83b006f6b2.tar.gz
historical-2471c4582df309c1fe2bb7fed1021b83b006f6b2.tar.bz2
historical-2471c4582df309c1fe2bb7fed1021b83b006f6b2.zip
version bump. added debian patches. thanks to José Romildo Malaquias <romildo@uber.com.br> (#38305)
Diffstat (limited to 'app-dicts/dictd-vera')
-rw-r--r--app-dicts/dictd-vera/ChangeLog8
-rw-r--r--app-dicts/dictd-vera/Manifest8
-rw-r--r--app-dicts/dictd-vera/dictd-vera-1.12.ebuild43
-rw-r--r--app-dicts/dictd-vera/files/digest-dictd-vera-1.122
4 files changed, 57 insertions, 4 deletions
diff --git a/app-dicts/dictd-vera/ChangeLog b/app-dicts/dictd-vera/ChangeLog
index af9a2b89ad97..24006532e87c 100644
--- a/app-dicts/dictd-vera/ChangeLog
+++ b/app-dicts/dictd-vera/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-dicts/dictd-vera
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.7 2004/02/09 07:20:19 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.8 2004/03/06 12:02:43 liquidx Exp $
+
+*dictd-vera-1.12 (06 Mar 2004)
+
+ 06 Mar 2004; Alastair Tse <liquidx@gentoo.org> dictd-vera-1.12.ebuild:
+ version bump. added debian patches. thanks to José Romildo Malaquias
+ <romildo@uber.com.br> (#38305)
09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> dictd-vera-1.9_pre.ebuild:
added amd64 keyword.
diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest
index 723b4e1b6d5b..854adecb47ca 100644
--- a/app-dicts/dictd-vera/Manifest
+++ b/app-dicts/dictd-vera/Manifest
@@ -1,6 +1,8 @@
-MD5 551c70039fd2d0c63ee1dba4d69a7d2a ChangeLog 1387
-MD5 8b63c1ba47fa46be6760cb6c3e67329d dictd-vera-1.7-r1.ebuild 700
-MD5 a90fd878b681583dd417a93a21f1b528 dictd-vera-1.9_pre.ebuild 642
+MD5 9570fb38b995e6d9b43bc7d1e78ef3bd ChangeLog 1597
+MD5 0f425458f7e66fad3053dd2a42e3a396 dictd-vera-1.12.ebuild 1191
+MD5 b0a95ec12c5480de831e690db0e19e0d dictd-vera-1.7-r1.ebuild 588
+MD5 a790efb37ec7581c895135bc25d0ea04 dictd-vera-1.9_pre.ebuild 611
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
+MD5 81221dc8752cde60c829e65fadd2f644 files/digest-dictd-vera-1.12 124
MD5 636b5552a40d3cc68e4df62b26880864 files/digest-dictd-vera-1.7-r1 60
MD5 a02434c500cb03fd1ba7eb6036b58a90 files/digest-dictd-vera-1.9_pre 69
diff --git a/app-dicts/dictd-vera/dictd-vera-1.12.ebuild b/app-dicts/dictd-vera/dictd-vera-1.12.ebuild
new file mode 100644
index 000000000000..00b549df95bf
--- /dev/null
+++ b/app-dicts/dictd-vera/dictd-vera-1.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.1 2004/03/06 12:02:43 liquidx Exp $
+
+pkg_dte="December 2003"
+
+DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
+HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html"
+SRC_URI="http://home.snafu.de/ohei/FTP/vera-${PV}.tar.gz
+ mirror://debian/pool/main/v/vera/vera_${PV}-1.diff.gz"
+
+IUSE=""
+SLOT="0"
+LICENSE="FDL-1.1"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+
+RDEPEND=">=app-text/dictd-1.5.5"
+
+S=${WORKDIR}/vera-${PV}
+
+src_unpack () {
+ unpack ${A}
+ cd ${S}
+ patch -p1 < ${WORKDIR}/vera_${PV}-1.diff
+}
+
+src_compile () {
+ sed -f debian/dict-vera/sedfile vera.? >vera1 || die
+ sed '1,2!s/^/ /' vera. > vera || die
+ cat vera1>>vera || die
+ /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \
+ -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms (${pkg_dte})" \
+ vera <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 debian/README debian/ChangeLog debian/GFDL
+}
diff --git a/app-dicts/dictd-vera/files/digest-dictd-vera-1.12 b/app-dicts/dictd-vera/files/digest-dictd-vera-1.12
new file mode 100644
index 000000000000..7aafa7d49af5
--- /dev/null
+++ b/app-dicts/dictd-vera/files/digest-dictd-vera-1.12
@@ -0,0 +1,2 @@
+MD5 2951e1429131d03247998f43d5ba64c4 vera-1.12.tar.gz 186892
+MD5 87a0b88b224a6ceb437f61b28b4f5ed2 vera_1.12-1.diff.gz 23148