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/jlex/
Date: Thu, 31 Mar 2016 22:40:49 +0000 (UTC)	[thread overview]
Message-ID: <1459463218.d5d750443bfbc211d6166d187cf874eb1c417d56.monsieurp@gentoo> (raw)

commit:     d5d750443bfbc211d6166d187cf874eb1c417d56
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 22:08:18 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 22:26:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d75044

dev-java/jlex: Clean up old.

Package-Manager: portage-2.2.26

 dev-java/jlex/jlex-1.2.6-r1.ebuild | 40 --------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-java/jlex/jlex-1.2.6-r1.ebuild b/dev-java/jlex/jlex-1.2.6-r1.ebuild
deleted file mode 100644
index f52e696..0000000
--- a/dev-java/jlex/jlex-1.2.6-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2
-
-DESCRIPTION="JLex: a lexical analyzer generator for Java"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-HOMEPAGE="http://www.cs.princeton.edu/~appel/modern/java/JLex/"
-KEYWORDS="amd64 x86"
-LICENSE="jlex"
-SLOT="0"
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-IUSE=""
-
-src_compile() {
-	ejavac -nowarn Main.java
-}
-
-src_install() {
-	dodoc README Bugs
-
-	if use doc ; then
-		dohtml manual.html
-		dodoc sample.lex
-	fi
-
-	mkdir JLex && mv *.class JLex/
-	jar cf jlex.jar JLex/ || die "failed to jar"
-	java-pkg_dojar jlex.jar
-
-	if use source ; then
-		rm JLex/*
-		cp Main.java JLex
-		java-pkg_dosrc JLex
-	fi
-}


             reply	other threads:[~2016-03-31 22:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 22:40 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-17 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-java/jlex/ Aaron Bauman
2016-03-31 22:40 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=1459463218.d5d750443bfbc211d6166d187cf874eb1c417d56.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