diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/edictionary | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/edictionary')
-rw-r--r-- | app-dicts/edictionary/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/edictionary/edictionary-2.6-r1.ebuild | 26 | ||||
-rw-r--r-- | app-dicts/edictionary/metadata.xml | 8 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/edictionary/Manifest b/app-dicts/edictionary/Manifest new file mode 100644 index 000000000000..263d9703e4e8 --- /dev/null +++ b/app-dicts/edictionary/Manifest @@ -0,0 +1,3 @@ +DIST edict-2.6.tar.gz 51300 BLAKE2B dd074c4b4d771921c21cc63e3960951ff6e62e8485ee2a9e967751670562e29ae434d7a2a79886797093f315bdba2134f7d45c024a0657c4a53314d96c66fbce SHA512 03a9977df6d150e7e99805f8dc5f62e1f6d84360d79684210a4cbd8105ccf541777513c99bf77934a9b8e26e4aad8d88b84146b165d9e1a21dff80587f900677 +EBUILD edictionary-2.6-r1.ebuild 581 BLAKE2B 3f7c9910a9276c1d223fa6a6c20c70628c81538fb7215b2b6cd3b018012659e9a290f376fb9d00ae0070025adca6150dafea328e335ad6771628169282861786 SHA512 8232b9c399252cf75950d5dea47e96e3a217c7be30324ea710c3bc2f002f3acb58bf72d7a8aa0782c2d838a8818e13f8f9c98ed901d553804cec82df8cf781e1 +MISC metadata.xml 248 BLAKE2B e8f2543e96039d68fbb9cfc7d37070cdd0f1384241be51a2c64ceed812e96f24b0add8562844e76d6a8e0bd4323f28756320869014737373418465e9ab0205d0 SHA512 29dd3bc3af7e298f231bb050316417291c18d86e8a1f00600fcedb46b1704837b15efacb859f2b8df7db20f9931256bb6137781512bf2aac5356abfb41584f5c diff --git a/app-dicts/edictionary/edictionary-2.6-r1.ebuild b/app-dicts/edictionary/edictionary-2.6-r1.ebuild new file mode 100644 index 000000000000..a0ae02ba223b --- /dev/null +++ b/app-dicts/edictionary/edictionary-2.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND="" +DEPEND="dev-lang/perl" + +S="${WORKDIR}/${MY_PN}" + +src_install() { + make prefix="${ED}/usr/bin" install + dodoc Changelog ReleaseNotes README TODO +} diff --git a/app-dicts/edictionary/metadata.xml b/app-dicts/edictionary/metadata.xml new file mode 100644 index 000000000000..da5ae83a313a --- /dev/null +++ b/app-dicts/edictionary/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="sourceforge">edictionary</remote-id> + </upstream> +</pkgmetadata> |