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 DFA001396D1 for ; Tue, 3 Oct 2017 22:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260762BC025; Tue, 3 Oct 2017 22:19:40 +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 EBFEE2BC025 for ; Tue, 3 Oct 2017 22:19:39 +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 A921C3418B4 for ; Tue, 3 Oct 2017 22:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65ED79087 for ; Tue, 3 Oct 2017 22:19:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1507069158.6c1c730f4fa5bb711752949a94aa602ccac3f577.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-javamail/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/sun-javamail/Manifest dev-java/sun-javamail/metadata.xml dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild profiles/package.mask X-VCS-Directories: dev-java/sun-javamail/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6c1c730f4fa5bb711752949a94aa602ccac3f577 X-VCS-Branch: master Date: Tue, 3 Oct 2017 22:19:36 +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: f2a78a43-8cf8-4707-99bc-fc4a9ac0ae5b X-Archives-Hash: a01bf4f23bd99b457c7f45ec62e3bc22 commit: 6c1c730f4fa5bb711752949a94aa602ccac3f577 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 3 22:14:54 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 3 22:19:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1c730f dev-java/sun-javamail: Remove last-rited pkg Closes: https://bugs.gentoo.org/553186 dev-java/sun-javamail/Manifest | 1 - dev-java/sun-javamail/metadata.xml | 8 ----- dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild | 36 ---------------------- profiles/package.mask | 1 - 4 files changed, 46 deletions(-) diff --git a/dev-java/sun-javamail/Manifest b/dev-java/sun-javamail/Manifest deleted file mode 100644 index b2a1102a190..00000000000 --- a/dev-java/sun-javamail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sun-javamail-1.4.3.zip 1174915 SHA256 5204fd4e38b4f2a43fb727c861d7d1f69933d489706de100189970032582becd SHA512 092b44857ed8a7fee25e9dd5085144b9b04aaec2e294ac7271accda8d0f8ea71792671079c2e377dadce02282446f176abbd3f78f55a8342930667a985080210 WHIRLPOOL f0440fd2bd7f3a8db357e9824a81aaa68b08688aab0b77c08dcd8e136a8b5856678fc5e50c5799234e59df4df516c06ac3c78c0f699d757cbfbb06f54296372e diff --git a/dev-java/sun-javamail/metadata.xml b/dev-java/sun-javamail/metadata.xml deleted file mode 100644 index 952a4b9b605..00000000000 --- a/dev-java/sun-javamail/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild b/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild deleted file mode 100644 index 5d800becc1d..00000000000 --- a/dev-java/sun-javamail/sun-javamail-1.4.3-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java-based framework to build multiplatform mail and messaging applications" -HOMEPAGE="http://java.sun.com/products/javamail/index.html" -SRC_URI="mirror://gentoo/javamail-${PV}-src.zip -> ${P}.zip" - -LICENSE="|| ( CDDL GPL-2 BSD )" -SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND=">=virtual/jdk-1.6" -RDEPEND=">=virtual/jre-1.6" - -S="${WORKDIR}" - -JAVA_ENCODING="ISO-8859-1" -JAVA_SRC_DIR="mail" - -HTML_DOCS=( doc/release ) - -src_prepare() { - default - rm -rv mail/src/test || die -} - -src_install() { - java-pkg-simple_src_install - einstalldocs -} diff --git a/profiles/package.mask b/profiles/package.mask index b94ba6e5ebb..6a6d3e2075b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -243,7 +243,6 @@ net-analyzer/ntop dev-java/gnu-classpath-inetlib dev-java/gnu-javamail dev-java/javax-mail -dev-java/sun-javamail java-virtuals/javamail # Anthony G. Basile (27 Aug 2017)