* [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/
@ 2017-10-03 8:09 Jonas Stein
0 siblings, 0 replies; 4+ messages in thread
From: Jonas Stein @ 2017-10-03 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 08b0395f615d2a943239965c27530b18c79e688d
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 08:09:08 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 08:09:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b0395f
dev-util/btyacc: Removed proxied maintainer
Removed proxied maintainer as requested in bug 633310.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
dev-util/btyacc/metadata.xml | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/dev-util/btyacc/metadata.xml b/dev-util/btyacc/metadata.xml
index fa6a94bf1c1..40aa45df2b0 100644
--- a/dev-util/btyacc/metadata.xml
+++ b/dev-util/btyacc/metadata.xml
@@ -1,18 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>wlt@obsidian-studios.com</email>
-<name>William L. Thomson Jr.</name>
-<description>Maintainer. Assign bugs to him</description>
-</maintainer>
-<maintainer type="person">
-<email>patrick@gentoo.org</email>
-<name>Patrick Lauer</name>
-<description>Proxy maintainer. CC him on bugs</description>
-</maintainer>
-<maintainer type="project">
-<email>proxy-maint@gentoo.org</email>
-<name>Proxy Maintainers</name>
-</maintainer>
+ <maintainer type="person">
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/
@ 2019-03-04 22:06 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-03-04 22:06 UTC (permalink / raw
To: gentoo-commits
commit: e4ff791859bc5ded335bcd953dd2f536ec55f985
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 22:05:47 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 22:06:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ff7918
dev-util/btyacc: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/btyacc/btyacc-3.0-r2.ebuild | 39 ------------------------------------
1 file changed, 39 deletions(-)
diff --git a/dev-util/btyacc/btyacc-3.0-r2.ebuild b/dev-util/btyacc/btyacc-3.0-r2.ebuild
deleted file mode 100644
index bf06edcf5ab..00000000000
--- a/dev-util/btyacc/btyacc-3.0-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-MY_P=${P/./-}
-IUSE=""
-DESCRIPTION="Backtracking YACC - modified from Berkeley YACC"
-HOMEPAGE="http://www.siber.com/btyacc"
-SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-linux ~ppc-macos ~x86-macos"
-
-S="${WORKDIR}"
-
-src_prepare() {
- cp -av Makefile{,.orig}
- epatch "${FILESDIR}/${P}-includes.patch"
- epatch "${FILESDIR}/${P}-makefile.patch"
- # fix memory issue/glibc corruption
- sed -i -e "s|len + 13|len + 14|" main.c || die "Could not fix main.c"
- # Darwin doesn't do static binaries
- [[ ${CHOST} == *-darwin* ]] && sed -i -e 's/-static//' Makefile
-}
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-src_install() {
- dobin btyacc
- dodoc README README.BYACC
- newman manpage btyacc.1
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/
@ 2019-11-29 22:45 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-29 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 1a229ca0fcde1f915eaba02f092459b5bda0a598
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 27 23:41:13 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 22:45:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a229ca0
dev-util/btyacc: license change
Closes: https://bugs.gentoo.org/693086
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13473
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/btyacc/btyacc-3.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild
index a313d2c5851..e178a55e6cd 100644
--- a/dev-util/btyacc/btyacc-3.0-r3.ebuild
+++ b/dev-util/btyacc/btyacc-3.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ DESCRIPTION="Backtracking YACC - modified from Berkeley YACC"
HOMEPAGE="http://www.siber.com/btyacc"
SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
-LICENSE="freedist"
+LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/
@ 2022-03-20 0:38 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-03-20 0:38 UTC (permalink / raw
To: gentoo-commits
commit: b520d783261bdc41b7bf8d3cc7c8124b0228bdd9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:36:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:36:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b520d783
dev-util/btyacc: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/btyacc/btyacc-3.0-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/btyacc/btyacc-3.0-r4.ebuild b/dev-util/btyacc/btyacc-3.0-r4.ebuild
index 750243f22758..a8c99b5e9c30 100644
--- a/dev-util/btyacc/btyacc-3.0-r4.ebuild
+++ b/dev-util/btyacc/btyacc-3.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,7 +29,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
src_install() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-20 0:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 22:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/btyacc/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2022-03-20 0:38 Sam James
2019-11-29 22:45 Aaron Bauman
2017-10-03 8:09 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox