summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/miscfiles/Manifest1
-rw-r--r--sys-apps/miscfiles/miscfiles-1.5.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/sys-apps/miscfiles/Manifest b/sys-apps/miscfiles/Manifest
index c26e4d5f9eff..c90ec855b37a 100644
--- a/sys-apps/miscfiles/Manifest
+++ b/sys-apps/miscfiles/Manifest
@@ -1,5 +1,4 @@
DIST UnicodeData-5.2.0.txt.bz2 159460 SHA256 0b4b03725d313f0cc1056b80a4ea6d30a3b0a959316228c60b7a05e958d90486 SHA512 65573a2ad50d6964d593928d34e4315b2dbf7a7b49a480e5bc8a10025975280bb097ea670fb979d6c1da7d8911049313220712dc9ac5d5aa34e85c9193411fdc WHIRLPOOL 72b613fe5a578069b5e2933bb7155ded918602af4fe0063dd86e355c430840844f36feb6960fbc07863ec706cc57801e6e28dfd04ba1a0d872d17c46695c5b58
-DIST UnicodeData-6.0.0.txt.xz 126812 SHA256 5ddb4746fe92abbeeae7ff3fc1401383797cdfaa252b63045053520140a93855 SHA512 4923c2a21ae7d430f77fc3b8b78f84eec80370595e6ae57b3cf5bad4ac71a16b3b540e83939be7d3dffdfc3d774744ef161dc87d4a7258eca13b1a2f2e7db0a4 WHIRLPOOL 50d4f1e6cb59a2d4e691f26282336254b446a812221f4fdee6cfcad2d932462573d46b96bcf7fd0fd07a41a6d1b591a56d8f8cd56a1a18ab3876bc79e28994f7
DIST UnicodeData-6.1.0.txt.xz 129972 SHA256 044c7f014c601ec4602d8e19c1541a952e2c7e30930c623acc65b1f45acb170a SHA512 9ada361d915f3883e673c6e55f351c7411dc970e180e7e0b05fef498c2f80a5a29bfd6c22513ff4b6b6c4c9fba5c77f0aca2dd54c7a76d3fa9b78623b1fdd93f WHIRLPOOL b052639f5ffe6acab1b875ee55aa917ed6f526deffce1f12f15530f1dd44d3cbb259516c40c725f7a35838d7ecb68f5452e099aef904d0763720cde87cebebf1
DIST miscfiles-1.4.2.tar.gz 1524786 SHA256 b699ca60d61475578f1f9adb28e6d6e6b649fcf1bdd25aaec7d96b358c0701e6 SHA512 e5cfdb82d9f8901016daff874efce0616bfaaae12cc3587b6bf950df2bd19fa80f2286f69e10ddbb413d5bc632bf91e4165b0187f8cfb5a0d98882ac9b2cccc2 WHIRLPOOL 2867bbfdde83a50cf8666f34c72f8364955eb21df86b891b3f740489c87fe72cf0d3b50c63c938b836889a26080f856531a6ceda6dd4691788c4c9a2ad240c77
DIST miscfiles-1.5.tar.gz 1585293 SHA256 6aaaa8898b0f6dac18bcaa5492874a6cd1243ffbe7a6dd347ca8f3ec3642a500 SHA512 d7ab23a709539278cce59e0c32bfcb3a0f11dc52ef537e3823e72382962af7f4fedb8b957f39ff1da51a93a00e3c4f6ec29f7332d7879c77fd7f4ec0ee4f82aa WHIRLPOOL 3d134944fcf75231f682d05320ad9b198b99f9eb4c27a949b67e724cb3b16181afedd61e83bcdb672fb7df516d8cdc43310209a07108b35fdb40ea9025be297a
diff --git a/sys-apps/miscfiles/miscfiles-1.5.ebuild b/sys-apps/miscfiles/miscfiles-1.5.ebuild
deleted file mode 100644
index 9d556a055407..000000000000
--- a/sys-apps/miscfiles/miscfiles-1.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-UNI_PV=6.0.0
-DESCRIPTION="Miscellaneous files"
-HOMEPAGE="https://savannah.gnu.org/projects/miscfiles/"
-# http://www.unicode.org/Public/${UNI_PV}/ucd/UnicodeData.txt
-SRC_URI="mirror://gnu/miscfiles/${P}.tar.gz
- mirror://gentoo/UnicodeData-${UNI_PV}.txt.xz"
-
-LICENSE="GPL-2 unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="minimal"
-
-# Collides with older versions/revisions
-RDEPEND="!<sys-freebsd/freebsd-share-7.2-r1"
-DEPEND="app-arch/xz-utils"
-
-src_prepare() {
- mv "${WORKDIR}"/UnicodeData-${UNI_PV}.txt unicode || die
-}
-
-src_configure() {
- econf --datadir="${EPREFIX}"/usr/share/misc || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc NEWS ORIGIN README dict-README
-
- # not sure if this is still needed ...
- dodir /usr/share/dict
- cd "${ED}"/usr/share/misc
- mv $(awk '$1=="dictfiles"{$1="";$2="";print}' "${S}"/Makefile) ../dict/ || die
- cd ../dict
- ln -s web2 words || die
- ln -s web2a extra.words || die
-
- if use minimal ; then
- cd "${ED}"/usr/share/dict
- rm -f words extra.words
- gzip -9 *
- ln -s web2.gz words
- ln -s web2a.gz extra.words
- ln -s connectives{.gz,}
- ln -s propernames{.gz,}
- cd ..
- rm -r misc rfc
- fi
-}
-
-pkg_postinst() {
- if [[ ${ROOT} == "/" ]] && type -P create-cracklib-dict >/dev/null ; then
- ebegin "Regenerating cracklib dictionary"
- create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
- eend $?
- fi
-}