[arch-commits] CVS update of extra/network/ircii-pana (PKGBUILD gcc34.patch)

Eric Belanger eric at archlinux.org
Tue Nov 27 04:26:29 UTC 2007


    Date: Monday, November 26, 2007 @ 23:26:29
  Author: eric
    Path: /home/cvs-extra/extra/network/ircii-pana

 Removed: PKGBUILD (1.14) gcc34.patch (1.1)

extra repo cleanup


-------------+
 PKGBUILD    |   23 -----------------------
 gcc34.patch |   13 -------------
 2 files changed, 36 deletions(-)


Index: extra/network/ircii-pana/PKGBUILD
diff -u extra/network/ircii-pana/PKGBUILD:1.14 extra/network/ircii-pana/PKGBUILD:removed
--- extra/network/ircii-pana/PKGBUILD:1.14	Tue May 16 15:11:34 2006
+++ extra/network/ircii-pana/PKGBUILD	Mon Nov 26 23:26:29 2007
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD,v 1.14 2006/05/16 19:11:34 uid1016 Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-pkgname=ircii-pana
-pkgver=1.1
-pkgrel=2
-pkgdesc="A console-based IRC client (BitchX)"
-arch=(i686 x86_64)
-depends=('ncurses')
-source=(ftp://ftp.bitchx.org/pub/BitchX/source/$pkgname-$pkgver-final.tar.gz \
-        gcc34.patch)
-url="http://www.bitchx.org"
-md5sums=('611d2dda222f00c10140236f4c331572' '95973485a5a745af87c7bdc9fb6ca0c6')
-
-build() {
-  cd $startdir/src/BitchX
-  patch -Np0 -i ../gcc34.patch
-  sed -i 's|#undef LATIN1|#define LATIN1|' include/config.h
-  ./configure --prefix=/usr
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  cd $startdir/pkg/usr/bin
-  rm -f BitchX && ln -s BitchX-$pkgver-final BitchX
-}
Index: extra/network/ircii-pana/gcc34.patch
diff -u extra/network/ircii-pana/gcc34.patch:1.1 extra/network/ircii-pana/gcc34.patch:removed
--- extra/network/ircii-pana/gcc34.patch:1.1	Sun Jul 11 20:12:25 2004
+++ extra/network/ircii-pana/gcc34.patch	Mon Nov 26 23:26:29 2007
@@ -1,13 +0,0 @@
---- source/term.c.orig	2004-06-19 21:40:36.757653368 +0000
-+++ source/term.c	2004-06-19 21:41:31.783563978 +0000
-@@ -91,8 +91,8 @@
- #define Tgetflag(x) 	tgetflag(x.tname)
- #endif
- 
--extern  char    *getenv();
--extern	char	*tparm();
-+extern  char    *getenv(const char *name);
-+extern	char	*tparm(char *str, ...);
- 
- /*
-  * The old code assumed termcap. termcap is almost always present, but on




More information about the arch-commits mailing list