public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew John Hughes" <gnu_andrew@member.fsf.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/java:master commit in: dev-java/byaccj/
Date: Tue,  2 Sep 2014 04:30:43 +0000 (UTC)	[thread overview]
Message-ID: <1407061520.26aebb8fe004452b2e59a2951a7a8939bc7eaa90.gnu_andrew@gentoo> (raw)

commit:     26aebb8fe004452b2e59a2951a7a8939bc7eaa90
Author:     Ralph Sennhauser <sera <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  3 10:25:20 2014 +0000
Commit:     Andrew John Hughes <gnu_andrew <AT> member <DOT> fsf <DOT> org>
CommitDate: Sun Aug  3 10:25:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/java.git;a=commit;h=26aebb8f

Remove byaccj, more recent version in main tree

---
 dev-java/byaccj/ChangeLog          | 12 ------------
 dev-java/byaccj/Manifest           |  4 ----
 dev-java/byaccj/byaccj-1.14.ebuild | 26 --------------------------
 dev-java/byaccj/metadata.xml       |  6 ------
 4 files changed, 48 deletions(-)

diff --git a/dev-java/byaccj/ChangeLog b/dev-java/byaccj/ChangeLog
deleted file mode 100644
index eb55514..0000000
--- a/dev-java/byaccj/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-java/byaccj
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  18 Jan 2009; Alistair Bush <ali_bush@gentoo.org> +metadata.xml,
-  byaccj-1.14.ebuild:
-  Fix QA issues.
-
-  24 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -byaccj-1.1.ebuild,
-  +byaccj-1.14.ebuild:
-  Version bump.
-

diff --git a/dev-java/byaccj/Manifest b/dev-java/byaccj/Manifest
deleted file mode 100644
index cd2a491..0000000
--- a/dev-java/byaccj/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST byaccj1.14_src.tar.gz 55123 RMD160 c9a048202284b7f4d6f628999cfe1071f76066ac SHA1 207746bde475874e121bec89e9c14d89907f2891 SHA256 2d257c2a4afb01aac1c08ba22c27f36bc4b39819d8b38e31cb7f44c25bdc23ba
-EBUILD byaccj-1.14.ebuild 647 RMD160 5dfa06407aebc2481f4e6ed9e6521a1355d6101b SHA1 97ae0ff9c0e129b862235c176305b48976c1c4b9 SHA256 521844707c2f5c0b51a0b644b1583efaf58c2fc1f3e93412c48d7f905075a7a8
-MISC ChangeLog 335 RMD160 9222e769e66293003bc0c094a8f31f6198653ed1 SHA1 067af6d86dadc85b20bea97fc4c7223b7ea80801 SHA256 dbbc920f5a7ad95b8674a64339087f196cfa25effa1ea25d36d1ddddc211dc06
-MISC metadata.xml 159 RMD160 5259d4be0ca7b74c28e711d45a289def9aeadbd9 SHA1 c4ec40cd8f19e0d780a5133941bc50043be198cf SHA256 1c070a909e96d9d193f84ad9304d196febbe33b60a724cc4b0d20634bb82255b

diff --git a/dev-java/byaccj/byaccj-1.14.ebuild b/dev-java/byaccj/byaccj-1.14.ebuild
deleted file mode 100644
index bacf265..0000000
--- a/dev-java/byaccj/byaccj-1.14.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
-HOMEPAGE="http://byaccj.sourceforge.net/"
-MY_P="${PN}${PV}_src"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-	make -C src linux || die "failed too build"
-}
-
-src_install() {
-	newbin src/yacc.linux "${PN}"  || die "missing bin"
-	#newman src/yacc.1 "${PN}.1" // would need to rewrite the not talk about yacc
-	dodoc docs/ACKNOWLEDGEMEN || die
-}

diff --git a/dev-java/byaccj/metadata.xml b/dev-java/byaccj/metadata.xml
deleted file mode 100644
index 604e0a4..0000000
--- a/dev-java/byaccj/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>java</herd>
-</pkgmetadata>
-


             reply	other threads:[~2014-09-02  4:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02  4:30 Andrew John Hughes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-03 10:26 [gentoo-commits] proj/java:master commit in: dev-java/byaccj/ Ralph Sennhauser

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=1407061520.26aebb8fe004452b2e59a2951a7a8939bc7eaa90.gnu_andrew@gentoo \
    --to=gnu_andrew@member.fsf.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