summaryrefslogtreecommitdiff
path: root/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild')
-rw-r--r--games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild
deleted file mode 100644
index 08a2859f46e5..000000000000
--- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.25.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru"
-HOMEPAGE="http://fortunes.gentoo.ru"
-SRC_URI="https://slepnoga.googlecode.com/files/gentoo-ru-${PV}.gz
- http://marsoft.dyndns.info/fortunes-gentoo-ru/gentoo-ru-${PV}.gz"
-
-LICENSE="fairuse"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_compile() {
- mv gentoo-ru-${PV} gentoo-ru || die
- strfile gentoo-ru || die
-}
-
-src_install() {
- insinto /usr/share/fortune
- doins gentoo-ru gentoo-ru.dat
-}