diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-10-27 12:59:15 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-10-27 12:59:15 +0000 |
commit | 555abba673b97034f16bb049bb7e8897c0fd12ce (patch) | |
tree | 5768d90cfe035abfb9a1a7f8ecf2757a360488f7 /app-dicts | |
parent | New ebuild (diff) | |
download | gentoo-2-555abba673b97034f16bb049bb7e8897c0fd12ce.tar.gz gentoo-2-555abba673b97034f16bb049bb7e8897c0fd12ce.tar.bz2 gentoo-2-555abba673b97034f16bb049bb7e8897c0fd12ce.zip |
New ebuild
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/eblook/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/eblook/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/eblook/eblook-1.5.1.ebuild | 30 | ||||
-rw-r--r-- | app-dicts/eblook/files/digest-eblook-1.5.1 | 1 | ||||
-rw-r--r-- | app-dicts/eblook/metadata.xml | 9 |
5 files changed, 52 insertions, 1 deletions
diff --git a/app-dicts/eblook/ChangeLog b/app-dicts/eblook/ChangeLog new file mode 100644 index 000000000000..cedf8c089c28 --- /dev/null +++ b/app-dicts/eblook/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-dicts/eblook +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/ChangeLog,v 1.1 2003/10/27 12:59:07 usata Exp $ + +*eblook-1.5.1 (27 Oct 2003) + + 27 Oct 2003; Mamoru KOMACHI <usata@gentoo.org> eblook-1.5.1.ebuild: + Intial import + diff --git a/app-dicts/eblook/Manifest b/app-dicts/eblook/Manifest index 1eb519340698..f665a5b51e9a 100644 --- a/app-dicts/eblook/Manifest +++ b/app-dicts/eblook/Manifest @@ -1,2 +1,4 @@ -MD5 320ae5ce08d75cd8fa0b5057957a27d5 eblook-1.5.1.ebuild 694 +MD5 df2dab1da5c3206dbcca8f7b41c05e10 eblook-1.5.1.ebuild 694 +MD5 043e2d431237aeec1769801a5b0214df metadata.xml 251 +MD5 1db70765801c0e8d4af45533ff0a02ba ChangeLog 329 MD5 1475d7679421c071476945659472b1d8 files/digest-eblook-1.5.1 64 diff --git a/app-dicts/eblook/eblook-1.5.1.ebuild b/app-dicts/eblook/eblook-1.5.1.ebuild new file mode 100644 index 000000000000..c8c3b87413e0 --- /dev/null +++ b/app-dicts/eblook/eblook-1.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/eblook/eblook-1.5.1.ebuild,v 1.1 2003/10/27 12:59:07 usata Exp $ + +IUSE="" + +DESCRIPTION="EBlook is an interactive search utility for electronic dictionaries" +HOMEPAGE="http://openlab.ring.gr.jp/edict/eblook/" +SRC_URI="http://openlab.ring.gr.jp/edict/eblook/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=dev-libs/eb-3.3.4" + +S=${WORKDIR}/${P} + +src_compile() { + + econf --with-eb-conf=/etc/eb.conf || die + emake || die +} + +src_install () { + + einstall || die + + dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION +} diff --git a/app-dicts/eblook/files/digest-eblook-1.5.1 b/app-dicts/eblook/files/digest-eblook-1.5.1 new file mode 100644 index 000000000000..f3520e519bee --- /dev/null +++ b/app-dicts/eblook/files/digest-eblook-1.5.1 @@ -0,0 +1 @@ +MD5 5e1c84fd450813c1ad2c732a8d645719 eblook-1.5.1.tar.gz 195934 diff --git a/app-dicts/eblook/metadata.xml b/app-dicts/eblook/metadata.xml new file mode 100644 index 000000000000..23d9f0beb302 --- /dev/null +++ b/app-dicts/eblook/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>usata@gentoo.org</email> + <name>Mamoru KOMACHI</name> +</maintainer> +</pkgmetadata> |