From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1072825-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 2DB92138334 for <garchives@archives.gentoo.org>; Sat, 16 Feb 2019 19:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C54E0864; Sat, 16 Feb 2019 19:39:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D19F3E0864 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 19:39:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F33A335CFB for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 19:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45C553A for <gentoo-commits@lists.gentoo.org>; Sat, 16 Feb 2019 19:39:48 +0000 (UTC) From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1550345984.9393f7158f54b98cc5aa7012c6334e3917610c76.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jigl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jigl/jigl-2.0.1.ebuild X-VCS-Directories: media-gfx/jigl/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9393f7158f54b98cc5aa7012c6334e3917610c76 X-VCS-Branch: master Date: Sat, 16 Feb 2019 19:39:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 818f9c17-721e-4934-9212-2c8bd95e8fc8 X-Archives-Hash: ade71ffd26e1ec7cca8d7fb953cbdd90 commit: 9393f7158f54b98cc5aa7012c6334e3917610c76 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Feb 16 19:39:27 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Feb 16 19:39:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9393f715 media-gfx/jigl: Drop old Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/jigl/jigl-2.0.1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-gfx/jigl/jigl-2.0.1.ebuild b/media-gfx/jigl/jigl-2.0.1.ebuild deleted file mode 100644 index 4b4f15233af..00000000000 --- a/media-gfx/jigl/jigl-2.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Jason's Image Gallery" -HOMEPAGE="http://xome.net/projects/jigl/" -SRC_URI="http://xome.net/projects/jigl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-lang/perl - media-gfx/jhead - media-gfx/imagemagick" -DEPEND="" - -src_install() { - newbin jigl.pl jigl || die - dodoc ChangeLog Themes Todo -}