diff options
author | 2015-05-23 15:41:46 +0000 | |
---|---|---|
committer | 2015-05-23 15:41:46 +0000 | |
commit | 2640c9603c08e0b286012a88be07ea1dff884c3a (patch) | |
tree | a05e61d2dc01491780e787381c3314d38f203e2c /dev-lang/pcc | |
parent | Drop old (diff) | |
download | gentoo-2-2640c9603c08e0b286012a88be07ea1dff884c3a.tar.gz gentoo-2-2640c9603c08e0b286012a88be07ea1dff884c3a.tar.bz2 gentoo-2-2640c9603c08e0b286012a88be07ea1dff884c3a.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-lang/pcc')
-rw-r--r-- | dev-lang/pcc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/pcc/pcc-1.0.0.ebuild | 34 | ||||
-rw-r--r-- | dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild | 38 | ||||
-rw-r--r-- | dev-lang/pcc/pcc-1.0.1_pre20131013.ebuild | 38 |
4 files changed, 5 insertions, 111 deletions
diff --git a/dev-lang/pcc/ChangeLog b/dev-lang/pcc/ChangeLog index cba25e87f5d8..4fa1ade81949 100644 --- a/dev-lang/pcc/ChangeLog +++ b/dev-lang/pcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/pcc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/ChangeLog,v 1.15 2015/05/13 03:08:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/ChangeLog,v 1.16 2015/05/23 15:41:46 mrueg Exp $ + + 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -pcc-1.0.0.ebuild, + -pcc-1.0.1_pre20121112.ebuild, -pcc-1.0.1_pre20131013.ebuild: + Remove old. *pcc-9999 (13 May 2015) diff --git a/dev-lang/pcc/pcc-1.0.0.ebuild b/dev-lang/pcc/pcc-1.0.0.ebuild deleted file mode 100644 index b9bb7d68864c..000000000000 --- a/dev-lang/pcc/pcc-1.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.0.ebuild,v 1.2 2012/06/11 00:30:31 ryao Exp $ - -EAPI=2 - -inherit eutils versionator autotools - -DESCRIPTION="pcc portable c compiler" -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=">=dev-libs/pcc-libs-${PV}" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac" - sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more" - eautoreconf -} - -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-lang/pcc/pcc-1.0.1_pre20121112.ebuild b/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild deleted file mode 100644 index d5c4e2ebe283..000000000000 --- a/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20121112.ebuild,v 1.3 2013/10/12 07:20:10 patrick Exp $ - -EAPI=2 - -inherit eutils versionator autotools - -DESCRIPTION="pcc portable c compiler" -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=">=dev-libs/pcc-libs-${PV}" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN}-${PVR/*_pre/}/ - -src_prepare() { - sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac" - sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more" - eautoreconf -} - -src_configure() { - econf --disable-stripping -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} diff --git a/dev-lang/pcc/pcc-1.0.1_pre20131013.ebuild b/dev-lang/pcc/pcc-1.0.1_pre20131013.ebuild deleted file mode 100644 index e17ef143d26b..000000000000 --- a/dev-lang/pcc/pcc-1.0.1_pre20131013.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pcc/pcc-1.0.1_pre20131013.ebuild,v 1.1 2013/10/13 12:50:21 patrick Exp $ - -EAPI=2 - -inherit eutils versionator autotools - -DESCRIPTION="pcc portable c compiler" -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=">=dev-libs/pcc-libs-${PV}" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${PN}-${PVR/*_pre/}/ - -src_prepare() { - sed -i -e 's/AC_CHECK_PROG(strip,strip,yes,no)//' configure.ac || die "Failed to fix configure.ac" - sed -i -e 's/AC_SUBST(strip)//' configure.ac || die "Failed to fix configure.ac more" - eautoreconf -} - -src_configure() { - econf --disable-stripping -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |