From: Harald van Dijk Date: Sat, 2 Dec 2006 08:56:29 +0000 (+0000) Subject: Remove unmaintained and obsolete fpcsrc and fpc-source packages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f181c1a56fe7c7c83576e1d7329ea162bb263832;p=gentoo.git Remove unmaintained and obsolete fpcsrc and fpc-source packages --- diff --git a/dev-lang/fpc-source/ChangeLog b/dev-lang/fpc-source/ChangeLog deleted file mode 100644 index 550f34aa41da..000000000000 --- a/dev-lang/fpc-source/ChangeLog +++ /dev/null @@ -1,56 +0,0 @@ -# ChangeLog for dev-lang/fpc-source -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/ChangeLog,v 1.12 2006/02/23 19:36:55 gustavoz Exp $ - - 23 Feb 2006; Gustavo Zacarias - -fpc-source-1.9.5_pre20040820.ebuild, -fpc-source-2.0.0_rc2.ebuild: - Remove old - - 17 Nov 2005; Herbie Hopkins fpc-source-2.0.0.ebuild: - Marked ~amd64. - - 14 Oct 2005; Gustavo Zacarias - fpc-source-2.0.0.ebuild: - Keyworded ~sparc - - 06 Oct 2005; Gustavo Zacarias - fpc-source-2.0.0.ebuild: - Fix path wrt #100131 - - 06 Oct 2005; Gustavo Zacarias - fpc-source-2.0.0.ebuild: - Keyworded ~ppc - -*fpc-source-2.0.0 (25 Jun 2005) - - 25 Jun 2005; Aron Griffis +fpc-source-2.0.0.ebuild: - Update to 2.0.0 #93233 - - 19 Apr 2005; Elfyn McBratney metadata.xml: - Remove retired developer from metadata.xml. - -*fpc-source-2.0.0_rc2 (02 Apr 2005) - - 02 Apr 2005; Chris White - +fpc-source-2.0.0_rc2.ebuild: - Added fpc-source update for lazarus new ebuild. Fixeds bug #87371. Thanks to - expose for the ebuild. - - 26 Aug 2004; Chris White - fpc-source-1.9.5_pre20040820.ebuild: - FPC asm doesn't go too well with amd64. -arch marking. Used zhen's dev box to verify this. - - 22 Aug 2004; Chris White - fpc-source-1.9.5_pre20040820.ebuild: - Changed to emake -j1 since the makefile apparently doesn't like parallel makes. - - 22 Aug 2004; Chris White - fpc-source-1.9.5_pre20040820.ebuild: - Added fpc blocker. - -*fpc-source-1.9.5_pre20040820 (22 Aug 2004) - - 22 Aug 2004; Chris White +metadata.xml, - +fpc-source-1.9.5_pre20040820.ebuild: - Initial package import. Adding myself as maintainer. - diff --git a/dev-lang/fpc-source/Manifest b/dev-lang/fpc-source/Manifest deleted file mode 100644 index adeee4b5d340..000000000000 --- a/dev-lang/fpc-source/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 463adc2744199856e7167678c35f13da ChangeLog 1897 -MD5 cd231688f22b41aaa230f7deb4752a05 files/digest-fpc-source-2.0.0 70 -MD5 0c2efdd784b18bf9b9bcd6af397e4650 fpc-source-2.0.0.ebuild 1361 -MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFD/g7yKRy60XGEcJIRAvZiAJsG7U4LfYJ+i5PhGljeD7ZMvVi5mwCdGfPW -MQj01N0F81OnU9FSJopbDRU= -=/7OJ ------END PGP SIGNATURE----- diff --git a/dev-lang/fpc-source/files/digest-fpc-source-2.0.0 b/dev-lang/fpc-source/files/digest-fpc-source-2.0.0 deleted file mode 100644 index 7b8e61b11495..000000000000 --- a/dev-lang/fpc-source/files/digest-fpc-source-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f9c64d0146a3631f6963fd7477776d1 fpc-2.0.0.source.tar.gz 21040763 diff --git a/dev-lang/fpc-source/fpc-source-2.0.0.ebuild b/dev-lang/fpc-source/fpc-source-2.0.0.ebuild deleted file mode 100644 index cb21bfa8b59f..000000000000 --- a/dev-lang/fpc-source/fpc-source-2.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/fpc-source-2.0.0.ebuild,v 1.7 2005/11/17 10:13:37 herbs Exp $ - -# Needed for release candidates etc. -MY_PV="2.0.0" - -SLOT="0" # Read src_install notes! -LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DESCRIPTION="Free Pascal Compiler Sources" -HOMEPAGE="http://www.freepascal.org/" -IUSE="" -SRC_URI="mirror://sourceforge/freepascal/fpc-${MY_PV}.source.tar.gz" -DEPEND="net-misc/rsync" -RDEPEND="" - -src_install () { - # Do not slot this, do not use version strings in path, unless you symlink - # to a directory Lazarus searches in. See top of - # include/unix/lazbaseconf.inc in Lazarus source. - - # Like "make sourceinstall" but path works with Lazarus, no "make distclean" - # (unneeded) - diropts -m0755 - dodir /usr/lib/fpc || die - ebegin "Copying files" - # Use rsync since cp doesn't support exclusions - rsync -a \ - --exclude="*.#*" \ - --exclude="*.bak" \ - --exclude="*.cvsignore" \ - --exclude="*.o" \ - --exclude="*.orig" \ - --exclude="*.ow" \ - --exclude="*.ppl" \ - --exclude="*.ppu" \ - --exclude="*.ppw" \ - --exclude="*.rej" \ - --exclude="*.rst" \ - --exclude="*.xvpics" \ - --exclude="*.~*" \ - --exclude="CVS" \ - ${WORKDIR}/fpc/ ${D}usr/lib/fpc/src - eend $? || die -} diff --git a/dev-lang/fpc-source/metadata.xml b/dev-lang/fpc-source/metadata.xml deleted file mode 100644 index 20ce219711a2..000000000000 --- a/dev-lang/fpc-source/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -no-herd - diff --git a/dev-lang/fpcsrc/ChangeLog b/dev-lang/fpcsrc/ChangeLog deleted file mode 100644 index e9574b0ee7aa..000000000000 --- a/dev-lang/fpcsrc/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for dev-lang/fpcsrc -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpcsrc/ChangeLog,v 1.2 2005/04/19 10:31:12 beu Exp $ - - 19 Apr 2005; Elfyn McBratney metadata.xml: - Remove retired developer from metadata.xml. - -*fpcsrc-1.9.4 (31 Oct 2004) - - 31 Oct 2004; Chris White +metadata.xml, - +fpcsrc-1.9.4.ebuild: - Initial import to the tree closing bug #69336. Thanks to - samx for the ebuild. - diff --git a/dev-lang/fpcsrc/Manifest b/dev-lang/fpcsrc/Manifest deleted file mode 100644 index 81226485d826..000000000000 --- a/dev-lang/fpcsrc/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c4c708e3dc384f836a21bfea63ae3288 metadata.xml 162 -MD5 bd1060ef4ef43f9494215a51950e32bb fpcsrc-1.9.4.ebuild 922 -MD5 fb9adab753b953a33ef55bec059f2bbd ChangeLog 539 -MD5 783dc1c979114969b57f724d3fd92d18 files/digest-fpcsrc-1.9.4 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCZN4QjUHll2nfF60RAqLbAJsFrE0zvFqLPLXcOkscHZbA/wAYNQCgve6a -HNRTKd5pnzhDBKNQt6WEF1Q= -=sSsM ------END PGP SIGNATURE----- diff --git a/dev-lang/fpcsrc/files/digest-fpcsrc-1.9.4 b/dev-lang/fpcsrc/files/digest-fpcsrc-1.9.4 deleted file mode 100644 index cdfe5f3f52de..000000000000 --- a/dev-lang/fpcsrc/files/digest-fpcsrc-1.9.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f8773708c2e5839ea312a1c7bf4f4ff fpc-1.9.4-0.src.rpm 11019350 diff --git a/dev-lang/fpcsrc/fpcsrc-1.9.4.ebuild b/dev-lang/fpcsrc/fpcsrc-1.9.4.ebuild deleted file mode 100644 index 64eab1619260..000000000000 --- a/dev-lang/fpcsrc/fpcsrc-1.9.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpcsrc/fpcsrc-1.9.4.ebuild,v 1.1 2004/10/31 04:20:05 chriswhite Exp $ - -inherit rpm - -DESCRIPTION="The sources of the Free Pascal compiler" -HOMEPAGE="http://www.freepascal.org/" -SRC_URI="ftp://ftp.freepascal.org/pub/fpc/beta/linux-i386-${PV}/fpc-${PV}-0.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="" - -src_unpack() { - rpm_unpack ${DISTDIR}/fpc-${PV}-0.src.rpm -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - cd ${WORKDIR} - tar -zxf fpc-${PV}-src.tar.gz - dodir /usr/share/src/fpc-${PV} - mv ${WORKDIR}/compiler ${D}usr/share/src/fpc-${PV} - mv ${WORKDIR}/demo ${D}usr/share/src/fpc-${PV} - mv ${WORKDIR}/fcl ${D}usr/share/src/fpc-${PV} - mv ${WORKDIR}/packages ${D}usr/share/src/fpc-${PV} - mv ${WORKDIR}/rtl ${D}usr/share/src/fpc-${PV} -} diff --git a/dev-lang/fpcsrc/metadata.xml b/dev-lang/fpcsrc/metadata.xml deleted file mode 100644 index f376edc581d2..000000000000 --- a/dev-lang/fpcsrc/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -lang-misc -