summaryrefslogtreecommitdiff
path: root/adapted
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-21 21:54:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-21 21:54:06 +0200
commit4c25e46612c87c3412c5a781a440779d3e17b74e (patch)
tree9780d82eace3e99c7b9e253a59b8458916990dca /adapted
parent93a2e0583d43df6fdef657dd3e839f48c9caef4a (diff)
downloadarch-4c25e46612c87c3412c5a781a440779d3e17b74e.tar.gz
arch-4c25e46612c87c3412c5a781a440779d3e17b74e.tar.bz2
removed adapted/pcc again, changes are integrated in upstream AUR package
Diffstat (limited to 'adapted')
-rw-r--r--adapted/pcc/.SRCINFO15
-rw-r--r--adapted/pcc/PKGBUILD41
-rw-r--r--adapted/pcc/license24
-rw-r--r--adapted/pcc/pcc-1.1.0-32bit-deflibdirs.patch12
4 files changed, 0 insertions, 92 deletions
diff --git a/adapted/pcc/.SRCINFO b/adapted/pcc/.SRCINFO
deleted file mode 100644
index 82e8bc9..0000000
--- a/adapted/pcc/.SRCINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = pcc
- pkgdesc = A Portable C Compiler
- pkgver = 1.1.0
- pkgrel = 1
- url = http://pcc.ludd.ltu.se/
- arch = i686
- arch = x86_64
- license = custom:BSD
- depends = pcc-libs
- source = http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/pcc-1.1.0.tgz
- source = license
- sha512sums = 5bd2b59fbb323016d215023ce77793ae66766e8e8192b44bf0707ee444658022e1645669c13eea8c81bc55c161eea3b0271d6b3098b8a7d51ce67eb86c7527b4
- sha512sums = 53cd45a41e994f9825d50e0db415ab21960fc03a11cafdbe09b044e92c2d1f7e22c825be3e91f34dd767890cbb8f506f589d94aa1ac5abf8b16535464d4bc11b
-
-pkgname = pcc
diff --git a/adapted/pcc/PKGBUILD b/adapted/pcc/PKGBUILD
deleted file mode 100644
index e558c8d..0000000
--- a/adapted/pcc/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>
-# Submitter: Andreas Baumann <abaumann@yahoo.com>
-
-pkgname=pcc
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A Portable C Compiler"
-arch=('i686' 'x86_64')
-url="http://pcc.ludd.ltu.se/"
-license=('custom:BSD')
-depends=('pcc-libs')
-source=("http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/${pkgname}-${pkgver}.tgz"
- "license"
- "pcc-1.1.0-32bit-deflibdirs.patch")
-sha512sums=('5bd2b59fbb323016d215023ce77793ae66766e8e8192b44bf0707ee444658022e1645669c13eea8c81bc55c161eea3b0271d6b3098b8a7d51ce67eb86c7527b4'
- '53cd45a41e994f9825d50e0db415ab21960fc03a11cafdbe09b044e92c2d1f7e22c825be3e91f34dd767890cbb8f506f589d94aa1ac5abf8b16535464d4bc11b'
- 'e283dc417b610fdc8207d52d788960c4da73c17fb610258126ab576e35ccbff2cdb9b5c2388a57a32d2c8ee60bbf13c016d94999e31f8155b78432e17b773831')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/pcc-1.1.0-32bit-deflibdirs.patch"
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/pcc
-
- make
-}
-
-package(){
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- mv "${pkgdir}/usr/share/man/man1/cpp.1" "${pkgdir}/usr/share/man/man1/pcpp.1"
- install -D -m0644 ../license "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
diff --git a/adapted/pcc/license b/adapted/pcc/license
deleted file mode 100644
index 027142c..0000000
--- a/adapted/pcc/license
+++ /dev/null
@@ -1,24 +0,0 @@
- Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se).
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/adapted/pcc/pcc-1.1.0-32bit-deflibdirs.patch b/adapted/pcc/pcc-1.1.0-32bit-deflibdirs.patch
deleted file mode 100644
index 1fd6298..0000000
--- a/adapted/pcc/pcc-1.1.0-32bit-deflibdirs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rauN pcc-1.1.0/cc/cc/cc.c pcc-1.1.0-32bit-deflibdirs-patch/cc/cc/cc.c
---- pcc-1.1.0/cc/cc/cc.c 2014-12-06 10:52:55.000000000 +0100
-+++ pcc-1.1.0-32bit-deflibdirs-patch/cc/cc/cc.c 2017-07-02 13:47:38.610284606 +0200
-@@ -206,7 +206,7 @@
- #define PCCLIBDIR NULL
- #endif
- #ifndef DEFLIBDIRS /* default library search paths */
--#ifdef MULTIARCH_PATH
-+#ifndef MULTIARCH_PATH
- #define DEFLIBDIRS { "/usr/lib/", 0 }
- #else
- #define DEFLIBDIRS { "/usr/lib/", "/usr/lib/" MULTIARCH_PATH "/", 0 }