diff options
author | Abhishek Amit <abhishek@gentoo.org> | 2004-05-05 01:23:19 +0000 |
---|---|---|
committer | Abhishek Amit <abhishek@gentoo.org> | 2004-05-05 01:23:19 +0000 |
commit | 7172e533b2622667d0c86070eb2cddc63159566a (patch) | |
tree | 8771cb364cb825e50cca64debb2d49d575395cd9 /app-dicts | |
parent | initial commit for an amd64 hardened profile. weee :) (diff) | |
download | historical-7172e533b2622667d0c86070eb2cddc63159566a.tar.gz historical-7172e533b2622667d0c86070eb2cddc63159566a.tar.bz2 historical-7172e533b2622667d0c86070eb2cddc63159566a.zip |
Inital import. Submitted by Jon Hood <squinky86@gentoo.org> in bug #30516
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/edictionary/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/edictionary/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/edictionary/edictionary-1.2.ebuild | 25 | ||||
-rw-r--r-- | app-dicts/edictionary/files/digest-edictionary-1.2 | 1 | ||||
-rw-r--r-- | app-dicts/edictionary/metadata.xml | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/app-dicts/edictionary/ChangeLog b/app-dicts/edictionary/ChangeLog new file mode 100644 index 000000000000..70fdddcbce6b --- /dev/null +++ b/app-dicts/edictionary/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/edictionary +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/ChangeLog,v 1.1 2004/05/05 01:23:19 abhishek Exp $ + +*edictionary-1.2 (04 May 2004) + + 04 May 2004; Abhishek Amit <abhishek@gentoo.org> +metadata.xml, + +edictionary-1.2.ebuild: + Inital import. Submitted by Jon Hood <squinky86@gentoo.org> in bug #30516 + diff --git a/app-dicts/edictionary/Manifest b/app-dicts/edictionary/Manifest new file mode 100644 index 000000000000..68db1de30834 --- /dev/null +++ b/app-dicts/edictionary/Manifest @@ -0,0 +1,4 @@ +MD5 f8bc905da223645ef8d4a4546ec2bfc7 edictionary-1.2.ebuild 624 +MD5 2f70782bc56b62388f442e42acdd152f ChangeLog 428 +MD5 02eef5277c2a45a29535b1ef56392beb metadata.xml 222 +MD5 3bd9ddfa8561bad8b65abb589f51293d files/digest-edictionary-1.2 60 diff --git a/app-dicts/edictionary/edictionary-1.2.ebuild b/app-dicts/edictionary/edictionary-1.2.ebuild new file mode 100644 index 000000000000..63b477baf41e --- /dev/null +++ b/app-dicts/edictionary/edictionary-1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-1.2.ebuild,v 1.1 2004/05/05 01:23:19 abhishek Exp $ + +MY_PN="edict" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Command line dictionary and thesaurus" +HOMEPAGE="http://edictionary.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-lang/perl" + +S="${WORKDIR}/${MY_PN}" + +src_install() { + make prefix=${D}/usr/bin install || die "make failed" + dodoc README +} diff --git a/app-dicts/edictionary/files/digest-edictionary-1.2 b/app-dicts/edictionary/files/digest-edictionary-1.2 new file mode 100644 index 000000000000..0415ffa9114d --- /dev/null +++ b/app-dicts/edictionary/files/digest-edictionary-1.2 @@ -0,0 +1 @@ +MD5 c0d68ba651f7696c8d8e556f66256549 edict-1.2.tar.gz 32458 diff --git a/app-dicts/edictionary/metadata.xml b/app-dicts/edictionary/metadata.xml new file mode 100644 index 000000000000..cb45b3943bed --- /dev/null +++ b/app-dicts/edictionary/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +<maintainer><email>abhishek@gentoo.org</email></maintainer> +</pkgmetadata> |