From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-895316-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A88913832E for <garchives@archives.gentoo.org>; Fri, 5 Aug 2016 23:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FFB5E0B3F; Fri, 5 Aug 2016 23:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6469E0B3F for <gentoo-commits@lists.gentoo.org>; Fri, 5 Aug 2016 23:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 091BE340A7D for <gentoo-commits@lists.gentoo.org>; Fri, 5 Aug 2016 23:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA76C2434 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Aug 2016 23:32:17 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1470439929.8b9da2f3f46654c66a7d8ebdab869aa7433818a9.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellsun/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild X-VCS-Directories: x11-plugins/gkrellsun/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 8b9da2f3f46654c66a7d8ebdab869aa7433818a9 X-VCS-Branch: master Date: Fri, 5 Aug 2016 23:32:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66526c81-6209-48ee-8111-5b78cebabf52 X-Archives-Hash: b5fa0c8a89cd99c9b8354ee162a5754c commit: 8b9da2f3f46654c66a7d8ebdab869aa7433818a9 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Aug 5 23:05:41 2016 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 23:32:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9da2f3 x11-plugins/gkrellsun: remove old revision gkrellsun-1.0.0-r2. Package-Manager: portage-2.2.28 x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild | 28 ------------------------- 1 file changed, 28 deletions(-) diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild deleted file mode 100644 index 63b7c7d..0000000 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -inherit gkrellm-plugin eutils - -IUSE="nls" -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times" -HOMEPAGE="http://gkrellsun.sourceforge.net/" -SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz" - -SLOT="1" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" - -DEPEND="nls? ( sys-devel/gettext )" - -PLUGIN_SO=src20/gkrellsun.so - -src_prepare() { - epatch "${FILESDIR}/${P}-reenable.patch" -} - -src_compile() { - use nls && myconf="$myconf enable_nls=1" - emake ${myconf} -}