summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-07-31 13:49:56 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-07-31 13:49:56 +0000
commit5c1f7c9201bcb321798a531149651191b438957e (patch)
tree4876ba04d4483ae9b2509ad8bfda25867d8c9d33 /dev-lang
parentFix ChangeLog entry. (diff)
downloadgentoo-2-5c1f7c9201bcb321798a531149651191b438957e.tar.gz
gentoo-2-5c1f7c9201bcb321798a531149651191b438957e.tar.bz2
gentoo-2-5c1f7c9201bcb321798a531149651191b438957e.zip
Remove old.
(Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/nqc/ChangeLog7
-rw-r--r--dev-lang/nqc/files/nqc-2.5.1-gcc34-fix.patch19
-rw-r--r--dev-lang/nqc/files/nqc-3.1_p4-amd64.patch12
-rw-r--r--dev-lang/nqc/files/nqc-3.1_p4-usb.patch31
-rw-r--r--dev-lang/nqc/nqc-2.5.1.ebuild43
5 files changed, 6 insertions, 106 deletions
diff --git a/dev-lang/nqc/ChangeLog b/dev-lang/nqc/ChangeLog
index d1200c61f6bd..9fa91077281f 100644
--- a/dev-lang/nqc/ChangeLog
+++ b/dev-lang/nqc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/nqc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.25 2013/07/31 13:00:27 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.26 2013/07/31 13:49:55 kensington Exp $
+
+ 31 Jul 2013; Michael Palimaka <kensington@gentoo.org>
+ -files/nqc-2.5.1-gcc34-fix.patch, -files/nqc-3.1_p4-amd64.patch,
+ -files/nqc-3.1_p4-usb.patch, -nqc-2.5.1.ebuild:
+ Remove old.
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> nqc-3.1_p6.ebuild:
Stable for ppc, wrt bug #477156
diff --git a/dev-lang/nqc/files/nqc-2.5.1-gcc34-fix.patch b/dev-lang/nqc/files/nqc-2.5.1-gcc34-fix.patch
deleted file mode 100644
index d641aca7ec30..000000000000
--- a/dev-lang/nqc/files/nqc-2.5.1-gcc34-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ruN nqc-2.5.r1/rcxlib/RCX_Image.h nqc-2.5.r1-fixed/rcxlib/RCX_Image.h
---- nqc-2.5.r1/rcxlib/RCX_Image.h 2003-04-13 19:19:57.000000000 +0200
-+++ nqc-2.5.r1-fixed/rcxlib/RCX_Image.h 2005-12-14 01:35:14.172693272 +0100
-@@ -78,7 +78,6 @@
- void Clear();
- int GetSize() const;
-
--private:
- class Chunk
- {
- public:
-@@ -106,6 +105,7 @@
- friend class RCX_Image;
- };
-
-+private:
- struct Variable
- {
- int fIndex;
diff --git a/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch b/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch
deleted file mode 100644
index cca6b7fa0df7..000000000000
--- a/dev-lang/nqc/files/nqc-3.1_p4-amd64.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur nqc-3.1.r4.orig/compiler/Error.h nqc-3.1.r4/compiler/Error.h
---- nqc-3.1.r4.orig/compiler/Error.h 2005-03-16 17:52:44.000000000 +0000
-+++ nqc-3.1.r4/compiler/Error.h 2006-05-08 06:25:30.000000000 +0000
-@@ -118,7 +118,7 @@
- };
-
- Error(ErrorCode code, int data=0) : fCode(code), fData(data) {}
-- Error(ErrorCode code, const char *s) : fCode(code), fData((int)s) {}
-+ Error(ErrorCode code, const char *s) : fCode(code), fData((long)s) {}
-
- // raising errors
- void Raise(const LexLocation *loc) const; // raise error at specified location
diff --git a/dev-lang/nqc/files/nqc-3.1_p4-usb.patch b/dev-lang/nqc/files/nqc-3.1_p4-usb.patch
deleted file mode 100644
index d69df483195e..000000000000
--- a/dev-lang/nqc/files/nqc-3.1_p4-usb.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.old 2005-08-24 17:46:58.000000000 -0500
-+++ Makefile 2005-08-24 17:48:16.000000000 -0500
-@@ -53,7 +53,7 @@
-
-
- # installation information
--PREFIX?=/usr/local
-+PREFIX?=/usr/
- BINDIR?=${PREFIX}/bin
- MANDIR?=${PREFIX}/man/man1
- MANEXT?=1
-@@ -69,7 +69,7 @@
- #CFLAGS = -pipe -Iplatform -Ircxlib -Inqc -Icompiler -Wall -Wstrict-prototypes -Wmissing-prototypes
- CFLAGS += -Iplatform -Ircxlib -Inqc -Icompiler -Wall
-
--USBOBJ = rcxlib/RCX_USBTowerPipe_none.o
-+#USBOBJ = rcxlib/RCX_USBTowerPipe_none.o
-
-
- #
-@@ -86,8 +86,8 @@
- ifneq (,$(strip $(findstring $(OSTYPE), Linux)))
- # Linux
- # uncomment this next line if you have the USB tower library installed
--# USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o
-- CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated
-+ USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o
-+ CFLAGS += -I/usr/include/LegoUSB -Wno-deprecated
- else
- ifneq (,$(findstring $(OSTYPE), SunOS))
- # Solaris
diff --git a/dev-lang/nqc/nqc-2.5.1.ebuild b/dev-lang/nqc/nqc-2.5.1.ebuild
deleted file mode 100644
index c27016a594e6..000000000000
--- a/dev-lang/nqc/nqc-2.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.14 2009/10/23 15:48:24 vostorga Exp $
-
-inherit eutils
-
-My_PV="`echo $PV|cut -d. -f1,2`.r`echo $PV|cut -d. -f3`"
-My_P="${PN}-${My_PV}"
-S=${WORKDIR}/${My_P}
-DESCRIPTION="Not Quite C - C-like compiler for Lego Mindstorms"
-SRC_URI="http://www.baumfamily.org/nqc/release/${My_P}.tgz"
-HOMEPAGE="http://www.baumfamily.org/nqc/"
-
-SLOT="0"
-LICENSE="MPL-1.0"
-KEYWORDS="ppc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-gcc34-fix.patch"
-}
-
-src_compile() {
- ${#NQC_SERIAL} && NQC_SERIAL="/dev/ttyS0"
- sed -e "s:/usr/local/bin:${D}/usr/bin:" -e "s:/usr/local/man:${D}/usr/share/man:" -e "s:-O6:${CFLAGS}:" < Makefile >makefile
- # emake doesn't work
- DEFAULT_SERIAL_NAME=\"${NQC_SERIAL}\" make || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc history.txt readme.txt scout.txt test.nqc
-}
-
-pkg_postinst() {
- elog "To change the default serial name for nqc (/dev/ttyS0) set"
- elog "the environment variable NQC_SERIAL and reemerge nqc, e.g.:"
- elog " NQC_SERIAL='/dev/ttyS1' emerge nqc"
-}