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/microba/
Date: Fri, 15 Apr 2016 07:56:46 +0000 (UTC)	[thread overview]
Message-ID: <1460706131.de42b846bc7bf8838e88c4238f178552a82b4f32.monsieurp@gentoo> (raw)

commit:     de42b846bc7bf8838e88c4238f178552a82b4f32
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 07:17:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 07:42:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de42b846

dev-java/microba: Clean up old.

Package-Manager: portage-2.2.26

 dev-java/microba/Manifest             |  1 -
 dev-java/microba/microba-0.4.4.ebuild | 50 -----------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-java/microba/Manifest b/dev-java/microba/Manifest
index e305614..342725a 100644
--- a/dev-java/microba/Manifest
+++ b/dev-java/microba/Manifest
@@ -1,2 +1 @@
-DIST microba-0.4.4-full.zip 631831 SHA256 33c3779dd243d7415b137dff5d15d292589390b08f398f77fef581099aa1b5c8 SHA512 80103b33ebb50e0dafa82b713218bbedbf59424922424515a453a49d1be416960a78c6c4d987eede5ab168f806cf0bb7ffcc900a6a19827e51e9bf612d08e742 WHIRLPOOL c2bd6033dc3e18597e6d0219bde742d09dde70e72a82012a14d27966c0d12ea9ca725d3dc2d8732bc557979cea8e6808a7ed5ba9b3a3be04b33dd1071bdb9dbe
 DIST microba-0.4.4.3.zip 89737 SHA256 793ce6623d9eb9d0c765c2f7dc8caeff56020adcebb3227ece0ca30eea159cab SHA512 17933578fe101053a1004a1aa0ef342ffa1dc1f2ea2d670fa8aa2523c7d8207bb79e54755e58d0b7ce5ba627ca3b348ac10870718622e818f4097a966acc0a10 WHIRLPOOL c94e947b9f033aad529b018d8e33a3c69dd45081ddb48eb6c05ba86e24868fd0348a4fe3a6d5eb7d8fee3937e8361208da6bc1847613acc19e83d964118d450d

diff --git a/dev-java/microba/microba-0.4.4.ebuild b/dev-java/microba/microba-0.4.4.ebuild
deleted file mode 100644
index 0bf92b2..0000000
--- a/dev-java/microba/microba-0.4.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_BSFIX="off"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Swing components for date operations and palettes"
-HOMEPAGE="http://microba.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-full.zip"
-LICENSE="BSD"
-KEYWORDS="amd64 x86"
-SLOT="0"
-
-COMMON_DEPEND=">=dev-java/jgraph-5.9.2"
-DEPEND=">=virtual/jdk-1.4
-	app-arch/unzip
-	${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.4
-	${COMMON_DEPEND}"
-
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	unpack ./${P}-sources.jar
-	rm *.jar || die
-
-	# do not delete stuff after it's zipped
-	sed -i -e "s/<delete/<mkdir/" build.xml
-
-	cd lib-compiletime
-	rm *.jar || die
-	java-pkg_jar-from jgraph jgraph.jar
-}
-
-EANT_BUILD_TARGET="bin_release"
-EANT_DOC_TARGET="doc_release"
-
-src_install() {
-	java-pkg_newjar redist/${P}.jar
-	dodoc *.txt || die
-	use doc && java-pkg_dojavadoc javadoc
-	use source && java-pkg_dosrc src/com
-}


             reply	other threads:[~2016-04-15  7:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15  7:56 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-19  9:28 [gentoo-commits] repo/gentoo:master commit in: dev-java/microba/ Florian Schmaus
2022-04-19  8:53 Jakov Smolić
2022-04-19  8:53 Jakov Smolić
2022-02-20 10:08 Miroslav Šulc
2017-08-27 19:32 James Le Cuirot
2017-08-27 19:32 James Le Cuirot
2017-07-09 22:23 James Le Cuirot
2016-04-15  7:56 Patrice Clement
2016-04-04 14:49 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=1460706131.de42b846bc7bf8838e88c4238f178552a82b4f32.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