From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 010BB13989D for ; Wed, 26 Aug 2015 12:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94937E0817; Wed, 26 Aug 2015 12:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F3BFE0817 for ; Wed, 26 Aug 2015 12:02:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5093E340A30 for ; Wed, 26 Aug 2015 12:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D138F187 for ; Wed, 26 Aug 2015 12:02:46 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1440590549.d73caac8932e196a37bb739efd1a1f4da5eb6c01.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/prime-dict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/prime-dict/prime-dict-1.0.0-r1.ebuild X-VCS-Directories: app-dicts/prime-dict/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d73caac8932e196a37bb739efd1a1f4da5eb6c01 X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:02:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fee512a-8b6d-4b78-9016-0be01fd4b949 X-Archives-Hash: c729facbdfa33cb65f455cdf6b0d1ade commit: d73caac8932e196a37bb739efd1a1f4da5eb6c01 Author: Manuel Rüger gentoo org> AuthorDate: Wed Aug 26 12:01:52 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Aug 26 12:02:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73caac8 app-dicts/prime-dict: Remove old Gentoo-Bug: #555836 Package-Manager: portage-2.2.20.1 app-dicts/prime-dict/prime-dict-1.0.0-r1.ebuild | 33 ------------------------- 1 file changed, 33 deletions(-) diff --git a/app-dicts/prime-dict/prime-dict-1.0.0-r1.ebuild b/app-dicts/prime-dict/prime-dict-1.0.0-r1.ebuild deleted file mode 100644 index cbadbff..0000000 --- a/app-dicts/prime-dict/prime-dict-1.0.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" -USE_RUBY="ruby19" - -inherit ruby-ng - -DESCRIPTION="Dictionary files for PRIME input method" -HOMEPAGE="http://taiyaki.org/prime/" -SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="" - -each_ruby_configure() { - econf --with-rubydir="$(ruby_rbconfig_value 'sitelibdir')" || die -} - -each_ruby_compile() { - emake || die -} - -each_ruby_install() { - emake DESTDIR="${D}" install || die -} - -all_ruby_install() { - dodoc AUTHORS ChangeLog NEWS README || die -}