summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-04-26 10:35:03 +0000
committerTim Harder <radhermit@gentoo.org>2014-04-26 10:35:03 +0000
commitb5335ff04f3b8875360d92088bbc39156727438f (patch)
treef5184d9b960cf668f420221854d7876fc56f11a5 /dev-lang
parentamd64/x86 stable; Drop old. (diff)
downloadgentoo-2-b5335ff04f3b8875360d92088bbc39156727438f.tar.gz
gentoo-2-b5335ff04f3b8875360d92088bbc39156727438f.tar.bz2
gentoo-2-b5335ff04f3b8875360d92088bbc39156727438f.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/fpc-ide/ChangeLog9
-rw-r--r--dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild30
-rw-r--r--dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild30
-rw-r--r--dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild45
-rw-r--r--dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild48
-rw-r--r--dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild48
6 files changed, 7 insertions, 203 deletions
diff --git a/dev-lang/fpc-ide/ChangeLog b/dev-lang/fpc-ide/ChangeLog
index bd315be2fcfa..2208a633784a 100644
--- a/dev-lang/fpc-ide/ChangeLog
+++ b/dev-lang/fpc-ide/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/fpc-ide
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.20 2013/09/10 03:19:46 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-ide/ChangeLog,v 1.21 2014/04/26 10:35:03 radhermit Exp $
+
+ 26 Apr 2014; Tim Harder <radhermit@gentoo.org> -fpc-ide-2.2.0.ebuild,
+ -fpc-ide-2.2.2.ebuild, -fpc-ide-2.2.4.ebuild, -fpc-ide-2.4.0.ebuild,
+ -fpc-ide-2.6.0.ebuild:
+ Remove old.
10 Sep 2013; Patrick Lauer <patrick@gentoo.org> fpc-ide-2.6.2.ebuild:
Whitespace
diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild
deleted file mode 100644
index 6199376b15b7..000000000000
--- a/dev-lang/fpc-ide/fpc-ide-2.2.0.ebuild
+++ /dev/null
@@ -1,30 +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/fpc-ide/fpc-ide-2.2.0.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $
-
-S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
-
-HOMEPAGE="http://www.freepascal.org/"
-DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
-SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="~dev-lang/fpc-${PV}"
-
-src_unpack() {
- unpack ${A} || die "Unpacking ${A} failed!"
-
- find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
-}
diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild
deleted file mode 100644
index 56b727d340d9..000000000000
--- a/dev-lang/fpc-ide/fpc-ide-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +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/fpc-ide/fpc-ide-2.2.2.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $
-
-S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
-
-HOMEPAGE="http://www.freepascal.org/"
-DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
-SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="~dev-lang/fpc-${PV}"
-
-src_unpack() {
- unpack ${A} || die "Unpacking ${A} failed!"
-
- find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
-}
diff --git a/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild b/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild
deleted file mode 100644
index e0ab31958e31..000000000000
--- a/dev-lang/fpc-ide/fpc-ide-2.2.4.ebuild
+++ /dev/null
@@ -1,45 +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/fpc-ide/fpc-ide-2.2.4.ebuild,v 1.4 2012/07/09 21:33:09 ulm Exp $
-
-S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
-
-HOMEPAGE="http://www.freepascal.org/"
-DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
-SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="~dev-lang/fpc-${PV}"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A} || die "Unpacking ${A} failed!"
-
- find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
-
- # Use default configuration (minus stripping) unless specifically requested otherwise
- if ! test ${PPC_CONFIG_PATH+set}; then
- local FPCVER=$(fpc -iV)
- export PPC_CONFIG_PATH="${WORKDIR}"
- sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
- sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
- sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
- fi
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
-}
-
-pkg_postinst() {
- einfo "To read the documentation, enable the doc USE flag for dev-lang/fpc,"
- einfo "and add /usr/share/doc/fpc-${PV}/fpctoc.htx to the Help Files list."
-}
diff --git a/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild b/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild
deleted file mode 100644
index 51d72f9e0374..000000000000
--- a/dev-lang/fpc-ide/fpc-ide-2.4.0.ebuild
+++ /dev/null
@@ -1,48 +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/fpc-ide/fpc-ide-2.4.0.ebuild,v 1.2 2012/07/09 21:33:09 ulm Exp $
-
-S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
-
-HOMEPAGE="http://www.freepascal.org/"
-DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
-SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="~dev-lang/fpc-${PV}"
-RDEPEND="${DEPEND}"
-
-# test gives compile errors, was not updated with fpc changes
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A} || die "Unpacking ${A} failed!"
-
- find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
-
- # Use default configuration (minus stripping) unless specifically requested otherwise
- if ! test ${PPC_CONFIG_PATH+set}; then
- local FPCVER=$(fpc -iV)
- export PPC_CONFIG_PATH="${WORKDIR}"
- sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
- sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
- sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
- fi
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
-}
-
-pkg_postinst() {
- einfo "To read the documentation, enable the doc USE flag for dev-lang/fpc,"
- einfo "and add /usr/share/doc/fpc-${PV}/fpctoc.htx to the Help Files list."
-}
diff --git a/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild b/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild
deleted file mode 100644
index 82dcfad47b27..000000000000
--- a/dev-lang/fpc-ide/fpc-ide-2.6.0.ebuild
+++ /dev/null
@@ -1,48 +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/fpc-ide/fpc-ide-2.6.0.ebuild,v 1.1 2013/02/02 08:25:07 patrick Exp $
-
-EAPI=5
-
-S="${WORKDIR}/fpcbuild-${PV}/fpcsrc/ide"
-
-HOMEPAGE="http://www.freepascal.org/"
-DESCRIPTION="Free Pascal Compiler Integrated Development Environment"
-SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="~dev-lang/fpc-${PV}"
-RDEPEND="${DEPEND}"
-
-# test gives compile errors, was not updated with fpc changes
-RESTRICT="test"
-
-src_prepare() {
- find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
-
- # Use default configuration (minus stripping) unless specifically requested otherwise
- if ! test ${PPC_CONFIG_PATH+set}; then
- local FPCVER=$(fpc -iV)
- export PPC_CONFIG_PATH="${WORKDIR}"
- sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
- sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
- sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
- fi
-}
-
-src_compile() {
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake -j1 INSTALL_PREFIX="${D}"usr install || die "make install failed"
-}
-
-pkg_postinst() {
- einfo "To read the documentation, enable the doc USE flag for dev-lang/fpc,"
- einfo "and add /usr/share/doc/fpc-${PV}/fpctoc.htx to the Help Files list."
-}