public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
Date: Mon, 12 Jun 2017 21:34:21 +0000 (UTC)	[thread overview]
Message-ID: <1497303255.bc5b637c3720fb99ce9e50f9af986398a5683fe0.monsieurp@gentoo> (raw)

commit:     bc5b637c3720fb99ce9e50f9af986398a5683fe0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:27:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:34:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b637c

dev-java/laf-plugin: clean up old.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-java/laf-plugin/Manifest                 |  1 -
 dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild | 31 ----------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-java/laf-plugin/Manifest b/dev-java/laf-plugin/Manifest
index bf70815c556..164872494ba 100644
--- a/dev-java/laf-plugin/Manifest
+++ b/dev-java/laf-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST laf-plugin-0.2-src.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334
 DIST laf-plugin-0.2.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334
 DIST laf-plugin-1.1.jar 8105 SHA256 2b7919c502906983307b556284d6e86df2034b69ebf3394f303490e99936500d SHA512 2ca265d23ac95e5d194e4905ead4c975cb8739a0aa30096c028d2f6467b148de2ac0ff71c6730752a666eee53551867d9d8c852d25238a873fbd4bd994cf80c0 WHIRLPOOL cda35e80834745d00ab2e1a3f3531ecc0e5cf4b140c5a167b86ffd213ccf9cdf0bb76d4582ec1745d738fbccd5fa81e1267e6f54a7a330521cd78fb6897d6e3d

diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
deleted file mode 100644
index f376e853e94..00000000000
--- a/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A generic plugin framework for look-and-feels"
-HOMEPAGE="http://laf-plugin.dev.java.net/"
-SRC_URI="mirror://gentoo/${P}-src.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-EANT_BUILD_TARGET="dist"
-
-java_prepare() {
-	cp "${FILESDIR}/${P}-build.xml" build.xml || die
-}
-
-src_install() {
-	java-pkg_dojar "dist/${PN}.jar"
-
-	use doc && java-pkg_dojavadoc api
-	use source && java-pkg_dosrc src/org
-}


             reply	other threads:[~2017-06-12 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 21:34 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-12 21:34 [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/ Patrice Clement
2017-03-25 17:44 Patrice Clement
2017-03-25 17:44 Patrice Clement
2017-02-07 19:52 Patrice Clement
2016-02-17  8:34 Patrice Clement
2016-02-17  8:34 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497303255.bc5b637c3720fb99ce9e50f9af986398a5683fe0.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox