summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 05:35:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 05:35:42 +0000
commit4ab3bf4f960d7a2bf7518648eb99523765544445 (patch)
treefd615a6ed3e279f7c53208a8e4c69c6678e91436 /app-dicts/dictd-vera
parentChanged src_install () to src_install() (diff)
downloadhistorical-4ab3bf4f960d7a2bf7518648eb99523765544445.tar.gz
historical-4ab3bf4f960d7a2bf7518648eb99523765544445.tar.bz2
historical-4ab3bf4f960d7a2bf7518648eb99523765544445.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-dicts/dictd-vera')
-rw-r--r--app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild22
-rw-r--r--app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild13
2 files changed, 14 insertions, 21 deletions
diff --git a/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild
index e72e9e8c2c99..82768a8ec74b 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild
@@ -1,25 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.6 2004/02/22 18:23:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.7-r1.ebuild,v 1.7 2004/03/06 05:26:52 vapier Exp $
MY_P=vera_${PV}
-S=${WORKDIR}
DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
+HOMEPAGE="http://www.dict.org/"
SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
-HOMEPAGE="http://www.dict.org"
-
-DEPEND=">=app-text/dictd-1.5.5"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc"
-src_install () {
- dodir /usr/lib/dict
+DEPEND=">=app-text/dictd-1.5.5"
+
+S=${WORKDIR}
+
+src_install() {
insinto /usr/lib/dict
- doins vera.dict
- doins vera.index
+ doins vera.dict vera.index || die
}
-
-# vim: ai et sw=4 ts=4
diff --git a/app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild b/app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild
index a1d9735bc070..b32c78139d57 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild
@@ -1,24 +1,21 @@
# 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.9_pre.ebuild,v 1.3 2004/02/22 18:23:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.9_pre.ebuild,v 1.4 2004/03/06 05:30:20 vapier Exp $
MY_P=dict-vera-${PV/_/-}
DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
+HOMEPAGE="http://www.dict.org/"
SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
-HOMEPAGE="http://www.dict.org"
-IUSE=""
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc amd64"
RDEPEND=">=app-text/dictd-1.5.5"
S=${WORKDIR}
-src_install () {
- dodir /usr/lib/dict
+src_install() {
insinto /usr/lib/dict
- doins vera.dict.dz
- doins vera.index
+ doins vera.dict.dz vera.index || die
}