summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-20 13:50:45 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-20 13:50:45 +0000
commit096d8835b625ddc56467e4c0e6ad28b2e3eddac2 (patch)
tree96a2ce80b65daf981d960961f60b2b786de058e4 /net-im
parentremoved pic nonsense (diff)
downloadgentoo-2-096d8835b625ddc56467e4c0e6ad28b2e3eddac2.tar.gz
gentoo-2-096d8835b625ddc56467e4c0e6ad28b2e3eddac2.tar.bz2
gentoo-2-096d8835b625ddc56467e4c0e6ad28b2e3eddac2.zip
removed pic nonsense
Diffstat (limited to 'net-im')
-rw-r--r--net-im/naim/ChangeLog6
-rw-r--r--net-im/naim/naim-0.11.5.1.ebuild17
-rw-r--r--net-im/naim/naim-0.11.5.4.ebuild11
-rw-r--r--net-im/naim/naim-0.11.5.5.ebuild14
-rw-r--r--net-im/naim/naim-0.11.5.6.ebuild18
5 files changed, 31 insertions, 35 deletions
diff --git a/net-im/naim/ChangeLog b/net-im/naim/ChangeLog
index 8d7ad41657d4..8d05cab56b3a 100644
--- a/net-im/naim/ChangeLog
+++ b/net-im/naim/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-im/naim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.19 2003/03/10 23:30:16 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.20 2003/03/20 13:50:45 seemant Exp $
*naim-0.11.5.6 (10 Mar 2003)
+ 20 Mar 2003; Seemant Kulleen <seemant@gentoo.org> naim-0.11.5.1.ebuild,
+ naim-0.11.5.4.ebuild, naim-0.11.5.5.ebuild, naim-0.11.5.6.ebuild:
+ removed pic stuff
+
10 Mar 2003; Brandon Low <lostlogic@gentoo.org> naim-0.11.5.6.ebuild:
Bump, please check this one and mark stable as soon as possible, server fixes.
diff --git a/net-im/naim/naim-0.11.5.1.ebuild b/net-im/naim/naim-0.11.5.1.ebuild
index 56b63230b34b..961c9c7ce275 100644
--- a/net-im/naim/naim-0.11.5.1.ebuild
+++ b/net-im/naim/naim-0.11.5.1.ebuild
@@ -1,32 +1,29 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.1.ebuild,v 1.4 2003/02/13 14:12:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.1.ebuild,v 1.5 2003/03/20 13:50:45 seemant Exp $
VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
FOLDER="${P}"
SNAP=""
-SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="An ncurses AOL Instant Messenger."
HOMEPAGE="http://site.rpi-acm.org/info/naim/"
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
#P="`echo ${P}|sed -e 's:_.*$::'`"
-P="${P/_/}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~alpha"
+KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa ~arm"
-DEPEND=">=sys-libs/ncurses-5.2
- virtual/glibc"
+DEPEND=">=sys-libs/ncurses-5.2"
-S="${WORKDIR}/${P}"
src_compile() {
- einfo "${P}"
-
local myconf
myconf="--with-gnu-ld --enable-detach"
- use pic && myconf="${myconf} --with-pic"
use static && myconf="${myconf} --enable-static=yes"
econf ${myconf} || die "configure failed"
diff --git a/net-im/naim/naim-0.11.5.4.ebuild b/net-im/naim/naim-0.11.5.4.ebuild
index 42ce30d412ae..13d76037e55f 100644
--- a/net-im/naim/naim-0.11.5.4.ebuild
+++ b/net-im/naim/naim-0.11.5.4.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.4.ebuild,v 1.3 2003/02/13 14:12:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.4.ebuild,v 1.4 2003/03/20 13:50:45 seemant Exp $
VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
FOLDER="${P}"
SNAP=""
-SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="An ncurses AOL Instant Messenger."
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
HOMEPAGE="http://site.rpi-acm.org/info/naim/"
#P="`echo ${P}|sed -e 's:_.*$::'`"
-P="${P/_/}"
SLOT="0"
LICENSE="GPL-2"
@@ -19,14 +21,11 @@ KEYWORDS="~x86 ~ppc ~alpha"
DEPEND=">=sys-libs/ncurses-5.2
virtual/glibc"
-S="${WORKDIR}/${P}"
src_compile() {
- einfo "${P}"
local myconf
myconf="--with-gnu-ld --enable-detach"
- use pic && myconf="${myconf} --with-pic"
use static && myconf="${myconf} --enable-static=yes"
econf ${myconf} || die "configure failed"
diff --git a/net-im/naim/naim-0.11.5.5.ebuild b/net-im/naim/naim-0.11.5.5.ebuild
index 9ef6deaaa35e..3cf59c9c1b5a 100644
--- a/net-im/naim/naim-0.11.5.5.ebuild
+++ b/net-im/naim/naim-0.11.5.5.ebuild
@@ -1,32 +1,30 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.5.ebuild,v 1.2 2003/03/05 11:42:51 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.5.ebuild,v 1.3 2003/03/20 13:50:45 seemant Exp $
VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
FOLDER="${P}"
SNAP=""
-SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
+
+MY_P=${P/_/}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="An ncurses AOL Instant Messenger."
HOMEPAGE="http://site.rpi-acm.org/info/naim/"
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
#P="`echo ${P}|sed -e 's:_.*$::'`"
-P="${P/_/}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~alpha ~sparc"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
DEPEND=">=sys-libs/ncurses-5.2
virtual/glibc"
-S="${WORKDIR}/${P}"
src_compile() {
- einfo "${P}"
-
local myconf
myconf="--with-gnu-ld --enable-detach"
- use pic && myconf="${myconf} --with-pic"
use static && myconf="${myconf} --enable-static=yes"
econf ${myconf} || die "configure failed"
diff --git a/net-im/naim/naim-0.11.5.6.ebuild b/net-im/naim/naim-0.11.5.6.ebuild
index 85f1142560f6..7796bd426bad 100644
--- a/net-im/naim/naim-0.11.5.6.ebuild
+++ b/net-im/naim/naim-0.11.5.6.ebuild
@@ -1,32 +1,30 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.6.ebuild,v 1.1 2003/03/10 23:30:16 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.5.6.ebuild,v 1.2 2003/03/20 13:50:45 seemant Exp $
VA="`echo ${PV}|sed -e 's:^\([0-9]*\)\..*$:\1:'`"
VB="`echo ${PV}|sed -e 's:^[0-9]*\.\([0-9]*\)\..*$:\1:'`"
FOLDER="${P}"
SNAP=""
-SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
+
+MY_P="${P/_/}"
+S=${WORKDIR}/${MY_P}
DESCRIPTION="An ncurses AOL Instant Messenger."
+SRC_URI="http://128.113.139.111/~n/.${PN}_archive/${VA}/${VB}/${FOLDER}${SNAP}.tar.gz"
HOMEPAGE="http://site.rpi-acm.org/info/naim/"
-#P="`echo ${P}|sed -e 's:_.*$::'`"
-P="${P/_/}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+KEYWORDS="x86 ~ppc ~alpha ~sparc"
-DEPEND=">=sys-libs/ncurses-5.2
- virtual/glibc"
+DEPEND=">=sys-libs/ncurses-5.2"
-S="${WORKDIR}/${P}"
src_compile() {
- einfo "${P}"
+ einfo "${MY_P}"
local myconf
myconf="--with-gnu-ld --enable-detach"
- use pic && myconf="${myconf} --with-pic"
use static && myconf="${myconf} --enable-static=yes"
econf ${myconf} || die "configure failed"