summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Amit <abhishek@gentoo.org>2004-05-05 01:23:19 +0000
committerAbhishek Amit <abhishek@gentoo.org>2004-05-05 01:23:19 +0000
commit5c017a294a7d8d1dae7731a7f54e393cc5ae1b54 (patch)
tree7297e60eefae4bc693ee85ca43b86b4b622dc632 /app-dicts
parentinitial commit for an amd64 hardened profile. weee :) (diff)
downloadgentoo-2-5c017a294a7d8d1dae7731a7f54e393cc5ae1b54.tar.gz
gentoo-2-5c017a294a7d8d1dae7731a7f54e393cc5ae1b54.tar.bz2
gentoo-2-5c017a294a7d8d1dae7731a7f54e393cc5ae1b54.zip
Inital import. Submitted by Jon Hood <squinky86@gentoo.org> in bug #30516
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/edictionary/ChangeLog10
-rw-r--r--app-dicts/edictionary/Manifest2
-rw-r--r--app-dicts/edictionary/edictionary-1.2.ebuild25
-rw-r--r--app-dicts/edictionary/files/digest-edictionary-1.21
-rw-r--r--app-dicts/edictionary/metadata.xml6
5 files changed, 44 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..be7abc39f646
--- /dev/null
+++ b/app-dicts/edictionary/Manifest
@@ -0,0 +1,2 @@
+MD5 a9a544c6763d04eccc6124e2d0c349fa edictionary-1.2.ebuild 506
+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>