* [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcc-libs/
@ 2018-01-23 15:46 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2018-01-23 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 8361158f3ecd14642f83ac74b9e4e6e8492b405e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 15:46:21 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 15:46:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8361158f
dev-libs/pcc-libs: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-libs/pcc-libs/Manifest | 3 --
dev-libs/pcc-libs/pcc-libs-1.0.0.ebuild | 32 ----------------------
.../pcc-libs/pcc-libs-1.0.1_pre20121112.ebuild | 28 -------------------
.../pcc-libs/pcc-libs-1.0.1_pre20131013.ebuild | 28 -------------------
4 files changed, 91 deletions(-)
diff --git a/dev-libs/pcc-libs/Manifest b/dev-libs/pcc-libs/Manifest
index 41295ee145c..62940d04fa4 100644
--- a/dev-libs/pcc-libs/Manifest
+++ b/dev-libs/pcc-libs/Manifest
@@ -1,4 +1 @@
-DIST pcc-libs-1.0.0.tgz 190238 BLAKE2B df539d461fc2e16bb7daa7dd300323499227c49f8c24b1513de987a6197cdb85da6f26b06e7915fce3a738d92375914babd3b3eef370ec7c7af0c00e61974e7c SHA512 619e65bb4b6c979864a2bd800f2b2abf2702bea2d091f884e9c9d5a2fcf9ff999faf45006bf83cd363f95bf60789e118e82cf24bcb0666758686061baa9cc624
DIST pcc-libs-1.1.0.tgz 198204 BLAKE2B 7cd665ba6a1a69514ead9a778cb24fe35561a34ae72cd5e53b63027ae7d4261261542434e3ead68f74056f228c35fe599dd76982280d3fbd2f71f5dc957b30d8 SHA512 89d90f246300ab1da652f652c685756aa038017f5b7d57d050bb5c88e01e70b594ffaef8772230fbeb9461e07c5b1df60e85e550ec4717008159218d50c8697a
-DIST pcc-libs-20121112.tgz 190520 BLAKE2B 3c2840df9e6e501c7038e17cc411d90b81df64a8a9c497ccc5a5868598f91fa6b8315cd53bd9bfd02a366fc8cf9587aa5a6ed2d931aa3b89a8877a43dc30fe4b SHA512 15524bd09be9cafc95f1c28102f357db0ac27148062dc2b003f9e20aa8055871da7efa833c27a77920ee2ec4b8a68d2d7553f13095c5575efc3acd176fd2a21f
-DIST pcc-libs-20131013.tgz 190540 BLAKE2B 7bf52120c4d5a52e5ae9f8ecfe141eed4b2ad2bcb38b7d89ba2e75eb2f65841c4aef51621ee5215fb11b427d7f41f0590ea3116bc915feebb7de46550412cd12 SHA512 f1fd0bd0cd01d25da044b8b78b7782f9103d2a56eb1b9f6e29fffb102c9a1012f428a1b2ab2b111426312a46b0ffce3b1b811fcd9fa10859cb105caf37313329
diff --git a/dev-libs/pcc-libs/pcc-libs-1.0.0.ebuild b/dev-libs/pcc-libs/pcc-libs-1.0.0.ebuild
deleted file mode 100644
index 61bd145a5da..00000000000
--- a/dev-libs/pcc-libs/pcc-libs-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils versionator
-
-DESCRIPTION="pcc compiler support libs"
-HOMEPAGE="http://pcc.ludd.ltu.se"
-
-SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~amd64-fbsd"
-
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare()
-{
- epatch "${FILESDIR}/${P}-check-builtin.patch"
-}
-
-src_compile() {
- # not parallel-safe yet
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20121112.ebuild b/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20121112.ebuild
deleted file mode 100644
index 17ce795e82b..00000000000
--- a/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20121112.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils versionator
-
-DESCRIPTION="pcc compiler support libs"
-HOMEPAGE="http://pcc.ludd.ltu.se"
-
-SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${PVR/*_pre/}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~amd64-fbsd"
-
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}-${PVR/*_pre/}/
-
-src_compile() {
- # not parallel-safe yet
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20131013.ebuild b/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20131013.ebuild
deleted file mode 100644
index 17ce795e82b..00000000000
--- a/dev-libs/pcc-libs/pcc-libs-1.0.1_pre20131013.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils versionator
-
-DESCRIPTION="pcc compiler support libs"
-HOMEPAGE="http://pcc.ludd.ltu.se"
-
-SRC_URI="ftp://pcc.ludd.ltu.se/pub/${PN}/${PN}-${PVR/*_pre/}.tgz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~amd64-fbsd"
-
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}-${PVR/*_pre/}/
-
-src_compile() {
- # not parallel-safe yet
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcc-libs/
@ 2021-04-03 23:07 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 23:07 UTC (permalink / raw
To: gentoo-commits
commit: e718c280d3b2d653fb41acb392c0d06995808d3f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 22:52:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 22:52:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e718c280
dev-libs/pcc-libs: eutils--, versionator--
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild | 14 ++------------
dev-libs/pcc-libs/pcc-libs-9999.ebuild | 14 ++------------
2 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
index 1c1352594b8..7e0b2be6788 100644
--- a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
@@ -1,28 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils versionator
-
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
+S="${WORKDIR}"/${PN}-${PVR/*_pre/}/
SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}-${PVR/*_pre/}/
-
src_compile() {
# not parallel-safe yet
emake -j1
}
-
-src_install() {
- emake DESTDIR="${D}" install
-}
diff --git a/dev-libs/pcc-libs/pcc-libs-9999.ebuild b/dev-libs/pcc-libs/pcc-libs-9999.ebuild
index 004d91f4e4f..acb5ea6516e 100644
--- a/dev-libs/pcc-libs/pcc-libs-9999.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-9999.ebuild
@@ -3,15 +3,13 @@
EAPI=5
-inherit eutils versionator
-
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
-if [[ ${PV} = 9999 ]]; then
- inherit cvs
+if [[ ${PV} == 9999 ]]; then
ECVS_SERVER="pcc.ludd.ltu.se:/cvsroot"
ECVS_MODULE="${PN}"
+ inherit cvs
S="${WORKDIR}/${PN}"
else
SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
@@ -20,15 +18,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
src_compile() {
# not parallel-safe yet
emake -j1
}
-
-src_install() {
- emake DESTDIR="${D}" install
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcc-libs/
@ 2021-07-31 0:19 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-07-31 0:19 UTC (permalink / raw
To: gentoo-commits
commit: 1509a69a41f81b46d99693f66c98907d4ef97149
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 00:19:50 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 00:19:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1509a69a
dev-libs/pcc-libs: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
index 7e0b2be6788..1935211c946 100644
--- a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
-S="${WORKDIR}"/${PN}-${PVR/*_pre/}/
-
SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
+S="${WORKDIR}/${PN}-${PVR/*_pre/}/"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcc-libs/
@ 2021-07-31 0:19 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-07-31 0:19 UTC (permalink / raw
To: gentoo-commits
commit: ec7718cf425840b38072221cc451666bd654b66c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 00:19:49 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 00:19:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7718cf
dev-libs/pcc-libs: drop 9999
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/pcc-libs/pcc-libs-9999.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/dev-libs/pcc-libs/pcc-libs-9999.ebuild b/dev-libs/pcc-libs/pcc-libs-9999.ebuild
deleted file mode 100644
index acb5ea6516e..00000000000
--- a/dev-libs/pcc-libs/pcc-libs-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="pcc compiler support libs"
-HOMEPAGE="http://pcc.ludd.ltu.se"
-
-if [[ ${PV} == 9999 ]]; then
- ECVS_SERVER="pcc.ludd.ltu.se:/cvsroot"
- ECVS_MODULE="${PN}"
- inherit cvs
- S="${WORKDIR}/${PN}"
-else
- SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
- KEYWORDS="~amd64 ~x86"
-fi
-LICENSE="BSD"
-SLOT="0"
-
-src_compile() {
- # not parallel-safe yet
- emake -j1
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-31 0:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 23:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcc-libs/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-07-31 0:19 David Seifert
2021-07-31 0:19 David Seifert
2018-01-23 15:46 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox