From 901c2dae98d678de5b081868a71f082e29e4a9ee Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 8 Jun 2016 12:13:16 -0700 Subject: moving words-bin to rebutia --- app-dicts/words-bin/ChangeLog | 30 +++++++++++++++++++++ app-dicts/words-bin/Manifest | 5 ++++ app-dicts/words-bin/files/words_dir.patch | 9 +++++++ app-dicts/words-bin/metadata.xml | 5 ++++ app-dicts/words-bin/words-bin-1.97-r1.ebuild | 40 ++++++++++++++++++++++++++++ 5 files changed, 89 insertions(+) create mode 100644 app-dicts/words-bin/ChangeLog create mode 100644 app-dicts/words-bin/Manifest create mode 100644 app-dicts/words-bin/files/words_dir.patch create mode 100644 app-dicts/words-bin/metadata.xml create mode 100644 app-dicts/words-bin/words-bin-1.97-r1.ebuild diff --git a/app-dicts/words-bin/ChangeLog b/app-dicts/words-bin/ChangeLog new file mode 100644 index 0000000..aadcd11 --- /dev/null +++ b/app-dicts/words-bin/ChangeLog @@ -0,0 +1,30 @@ +# ChangeLog for app-dicts/words-bin +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*words-bin-1.97-r1 (08 Mar 2013) + + 08 Mar 2013; Patrick Lauer -words-bin-1.97.ebuild, + +words-bin-1.97-r1.ebuild: + Adding amd64 keyword, bump EAPI + + 20 Jun 2007; Jakub Moc words-bin-1.97.ebuild: + Do not use ${D} in dosym, einfo -> elog, cosmetics + + 05 Feb 2007; Pavel Sanda (ps) files/words_dir.patch: + app-dicts/words-bin: patch + + 04 Feb 2007; Pavel Sanda (ps) words-bin-1.97.ebuild: + app-dicts/words-bin: bigger dictionary, license fix + + 23 Jan 2007; Christian Faulhammer + words-bin-1.97.ebuild: + adjusted DESCRIPTION and added some a pair of quotes; changed elog to einfo + + 22 Dec 2006; Jakub Moc words-bin-1.97.ebuild: + Multiple QA fixes + + 22 Dec 2006; Pavel Sanda (ps) + +words-bin-1.97.ebuild, +files/words_dir.patch, +metadata.xml: + app-dict/words-bin: new Ebuild for bug 142046. + diff --git a/app-dicts/words-bin/Manifest b/app-dicts/words-bin/Manifest new file mode 100644 index 0000000..99b24ce --- /dev/null +++ b/app-dicts/words-bin/Manifest @@ -0,0 +1,5 @@ +AUX words_dir.patch 228 SHA256 c8559b66b990dffa8255e0f5393ebd566bd2f4b20dbeb75ee0a4049b95c947c5 SHA512 c8e786a79e7f4cfc05191ced2af7f6b62b94ad63834ace13fb8507f71a684a0a433f52643b23a24bea57bc76e32bacc7cc95338051f817c21dc3fb0c19d4cc33 WHIRLPOOL ae8cc202b650bf37cfcc95fcbdab4ca6c952cbd765c31f2f62c00bc628b64701aa2bf91143e42578fbf352ff695aec6a391d5d0c95d68adb70d76ecc0cdb8245 +DIST words-1.97Ed-linux.tar.gz 2923530 SHA256 86d6bab1b6b7909c075883d681836c2510fd0bf80738305772e025a8724f6f15 +EBUILD words-bin-1.97-r1.ebuild 733 SHA256 232cadcfac633eaf34b417e39a658af4b5a2af9ef409ab29f90366b382d95edd SHA512 a32d46132a5a3bf77ef63a85fdb20ce67a7554cce88c2bbcc9a974d7e5a15a3db236f6dee3bcaa7cb6c195dd149b0e153c0b1c36bf73dce6946b416846c1627a WHIRLPOOL 44b9d7435fa1ae60ab9ac8ca7477f19863d8d4cb070c21e0227c9f74f3daf07a0d74f710fae96e1af7f5a68b4ec1bf31f64c88f4e648656f9dd244e7eac246f8 +MISC ChangeLog 1068 SHA256 2e0cd546ed5c0e6d1dc6581664625f179d42e950d7174a7b1eb0509b24f5981c SHA512 e4411f2f6b648ac4dae27684ee56998f430ea110143484acd30060c0ac680aa5f364b16421a889526e88b97a462e06827c0ba9321c3ab4263d11bba63d219b36 WHIRLPOOL 206bc7ddc2ba09d9655eb2aa537cd4960976babaa5660587716dbc9b12c1b7a0ac4ec0195d5cec3969ba0d1d6dd52ee74faa68c0fe27bfe7c16486d0c5c84bd9 +MISC metadata.xml 208 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 SHA512 21d90d4547c76c80e50e134359dfbec42b158bbc16e4741738bdde5f67b7926d158dae1905948a477405b74e754ce4ed63cad910f220a709db8dfccf160e5288 WHIRLPOOL 33ec53f42c7a8c4c419989bd94e083c417574463e19c9c1322e6b96d0f5a6a52e3dd69fbedf2d11a7a77d24a93b81f3a604b6b33cac62548389537bf3e42df0e diff --git a/app-dicts/words-bin/files/words_dir.patch b/app-dicts/words-bin/files/words_dir.patch new file mode 100644 index 0000000..df76c11 --- /dev/null +++ b/app-dicts/words-bin/files/words_dir.patch @@ -0,0 +1,9 @@ +--- latin 2006-12-21 00:39:41.000000000 +0100 ++++ latin.patch 2006-07-29 03:23:43.000000000 +0200 +@@ -1,5 +1,5 @@ + #! /bin/bash + +-WORDSPATH=/usr/local/words-1.97Ed ++WORDSPATH=/opt/words-1.97Ed + + ( cd $WORDSPATH ; ./words $* ) diff --git a/app-dicts/words-bin/metadata.xml b/app-dicts/words-bin/metadata.xml new file mode 100644 index 0000000..31dc017 --- /dev/null +++ b/app-dicts/words-bin/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-wanted@gentoo.org + diff --git a/app-dicts/words-bin/words-bin-1.97-r1.ebuild b/app-dicts/words-bin/words-bin-1.97-r1.ebuild new file mode 100644 index 0000000..782e65e --- /dev/null +++ b/app-dicts/words-bin/words-bin-1.97-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit eutils + +MY_P="${P/-bin}Ed" + +DESCRIPTION="Latin--English dictionary." +HOMEPAGE="http://users.erols.com/whitaker/words.htm" +SRC_URI="http://atrey.karlin.mff.cuni.cz/~sanda/mirror/${MY_P}-linux.tar.gz" + +SLOT="0" +LICENSE="words" +KEYWORDS="~amd64 ~x86" + +IUSE="" +DEPEND="" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_prepare(){ + epatch "${FILESDIR}"/words_dir.patch +} + +src_install() { + insinto /opt/${MY_P} + dodoc wordsdoc* + rm wordsdoc* + doins * + dosym /opt/${MY_P}/latin /usr/bin/latin + fperms 755 /opt/${MY_P}/{latin,words} +} + +pkg_postinst() { + elog "Dictionary is launched through 'latin' command" +} -- cgit v1.2.3-18-g5258