From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6B335139694 for ; Wed, 5 Jul 2017 09:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9002214008; Wed, 5 Jul 2017 09:56:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CA53B214006 for ; Wed, 5 Jul 2017 09:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 94C3534181F for ; Wed, 5 Jul 2017 09:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A6467488 for ; Wed, 5 Jul 2017 09:56:33 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1499248203.54ad491048132e9dadf6f9debd1533c38f37f995.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-javamail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-javamail/ant-javamail-1.9.2.ebuild X-VCS-Directories: dev-java/ant-javamail/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 54ad491048132e9dadf6f9debd1533c38f37f995 X-VCS-Branch: master Date: Wed, 5 Jul 2017 09:56:33 +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: 5076d595-2eb7-42af-ab15-61d36f04dc62 X-Archives-Hash: 09a45034f6a23a88f21a26f684d755a5 commit: 54ad491048132e9dadf6f9debd1533c38f37f995 Author: Patrice Clement gentoo org> AuthorDate: Sun Jul 2 18:38:26 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jul 5 09:50:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ad4910 dev-java/ant-javamail: clean up old. Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-java/ant-javamail/ant-javamail-1.9.2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild deleted file mode 100644 index be9d489b1ce..00000000000 --- a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -ANT_TASK_DEPNAME="--virtual javamail" - -inherit ant-tasks - -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="java-virtuals/javamail - java-virtuals/jaf" -RDEPEND="${DEPEND}" - -src_unpack() { - ant-tasks_src_unpack all - java-pkg_jar-from --virtual jaf -}