summaryrefslogtreecommitdiff
path: root/dev-lang/pcc/pcc-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-lang/pcc/pcc-9999.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-lang/pcc/pcc-9999.ebuild')
-rw-r--r--dev-lang/pcc/pcc-9999.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-lang/pcc/pcc-9999.ebuild b/dev-lang/pcc/pcc-9999.ebuild
index ba4c461463f2..a507114c0400 100644
--- a/dev-lang/pcc/pcc-9999.ebuild
+++ b/dev-lang/pcc/pcc-9999.ebuild
@@ -3,15 +3,16 @@
EAPI=5
-inherit eutils versionator autotools
+inherit autotools
DESCRIPTION="pcc portable c compiler"
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,7 +21,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE=""
+
DEPEND=">=dev-libs/pcc-libs-${PV}"
RDEPEND="${DEPEND}"
@@ -34,10 +35,6 @@ src_configure() {
econf --disable-stripping
}
-src_compile() {
- emake
-}
-
src_install() {
emake DESTDIR="${D}" install
}