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/pat/
Date: Tue, 16 Feb 2016 12:49:13 +0000 (UTC)	[thread overview]
Message-ID: <1455626831.41e8e80ae1834626b7f59d09b177e3843d31ea88.monsieurp@gentoo> (raw)

commit:     41e8e80ae1834626b7f59d09b177e3843d31ea88
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 12:41:52 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:47:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e8e80a

dev-java/pat: Clean up old.

Package-Manager: portage-2.2.26

 dev-java/pat/Manifest         |  2 --
 dev-java/pat/pat-1.5.3.ebuild | 44 -------------------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-java/pat/Manifest b/dev-java/pat/Manifest
index 10c74cb..a67471d 100644
--- a/dev-java/pat/Manifest
+++ b/dev-java/pat/Manifest
@@ -1,3 +1 @@
 DIST pat-1.5.3.jar 135452 SHA256 6a64747899e0fc82f607e4da7d330d74d3f527c01cd8f2d605bb87c9be3f0367 SHA512 4c62906a9f236351f8de457198e746229c48dc983275a95546815fe5af0083a54e204226abaf71ef01cf407c8be34f8e5594f65b126d45ff3e4ba75630ccdabe WHIRLPOOL c3c7d6f159ff670847e634bc58b808dc41bb66a7e9fa33cd204771c109d3f0972d37c7cbfac468efb55915b747238486adaac7cd4dc3ac51ddaa0a1feb7f4b46
-DIST patdocs15.jar 246030 SHA256 19805bd985e473099b573d10e0809849c95affa288dd32dffde783ec6cd0b0d2 SHA512 09bc354352c1c29727a37a81bda167bc5755c270028c85b030f1e775df1f96a5777d864c6dbb78351425f1706d97645320ba2b08634f924b2cc5aef91980138a WHIRLPOOL 5f85b9676b79b8af46696b5bb5698b2b3bbac69ed79a5f57f5101cae91b42bd511336f03feb346f9679a76a2732ad649a54fbd3e4dcf5cd67047cdbc3bb8f7b0
-DIST patsrcfree153.jar 135452 SHA256 6a64747899e0fc82f607e4da7d330d74d3f527c01cd8f2d605bb87c9be3f0367 SHA512 4c62906a9f236351f8de457198e746229c48dc983275a95546815fe5af0083a54e204226abaf71ef01cf407c8be34f8e5594f65b126d45ff3e4ba75630ccdabe WHIRLPOOL c3c7d6f159ff670847e634bc58b808dc41bb66a7e9fa33cd204771c109d3f0972d37c7cbfac468efb55915b747238486adaac7cd4dc3ac51ddaa0a1feb7f4b46

diff --git a/dev-java/pat/pat-1.5.3.ebuild b/dev-java/pat/pat-1.5.3.ebuild
deleted file mode 100644
index 0ad1099..0000000
--- a/dev-java/pat/pat-1.5.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit versionator java-pkg-2
-
-DESCRIPTION="Regular Expressions in Java"
-HOMEPAGE="http://www.javaregex.com"
-
-MY_PV=$(delete_all_version_separators)
-MAJORMINOR=$(get_version_component_range 1-2)
-DOC_VER=$(delete_all_version_separators ${MAJORMINOR})
-MY_P=${PN}-${PV}
-
-SRC_URI="http://www.javaregex.com/binaries/${PN}srcfree${MY_PV}.jar
-	doc? ( http://www.javaregex.com/binaries/patdocs${DOC_VER}.jar )"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4
-		app-arch/unzip"
-
-S=${WORKDIR}
-
-src_compile() {
-	ejavac $(find . -name "*.java")
-	jar cf ${PN}.jar $(find . -name "*.class")
-}
-
-src_install() {
-	java-pkg_dojar *.jar
-
-	if use doc; then
-		dohtml docs/*.{html,jpg}
-		java-pkg_dojavadoc docs/javadoc
-	fi
-
-	use source && java-pkg_dosrc com
-}


             reply	other threads:[~2016-02-16 12:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 12:49 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-16 12:49 [gentoo-commits] repo/gentoo:master commit in: dev-java/pat/ Patrice Clement
2016-05-12  9:52 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=1455626831.41e8e80ae1834626b7f59d09b177e3843d31ea88.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