diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-16 19:56:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-16 19:56:10 +0000 |
commit | c546dcd135137b1cb8aab8b31efbd8b6e67eb8fc (patch) | |
tree | 4156081a1dfe2ad5d6db819c647c382bbccf411e /net-dialup/xc | |
parent | deprecating gphoto in favour of gphoto2 (diff) | |
download | gentoo-2-c546dcd135137b1cb8aab8b31efbd8b6e67eb8fc.tar.gz gentoo-2-c546dcd135137b1cb8aab8b31efbd8b6e67eb8fc.tar.bz2 gentoo-2-c546dcd135137b1cb8aab8b31efbd8b6e67eb8fc.zip |
Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212.
Diffstat (limited to 'net-dialup/xc')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/files/digest-xc-4.3.2 | 1 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 15 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2.ebuild | 34 |
4 files changed, 13 insertions, 42 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 497a53ac04b6..b2e15fc89449 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.11 2004/06/24 22:33:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.12 2004/10/16 19:56:10 vapier Exp $ + + 16 Oct 2004; Mike Frysinger <vapier@gentoo.org> xc-4.3.2-r1.ebuild: + Fix stupid dependency on sys-libs/libtermcap-compat (i.e. remove it) #64212. 08 Jun 2004; David Holm <dholm@gentoo.org> xc-4.3.2-r1.ebuild: Added to ~ppc. diff --git a/net-dialup/xc/files/digest-xc-4.3.2 b/net-dialup/xc/files/digest-xc-4.3.2 deleted file mode 100644 index 7c1adf670497..000000000000 --- a/net-dialup/xc/files/digest-xc-4.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e7bb2de7177a4ef9a4eccf3fd3d67c05 xc-4.3.2.tar.gz 162098 diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 0d8eb96ccb24..0aecf12dfeab 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-r1.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.8 2004/10/05 13:23:01 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.9 2004/10/16 19:56:10 vapier Exp $ inherit eutils DESCRIPTION="unix dialout program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" + LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc mips ppc" +KEYWORDS="mips ppc sparc x86" IUSE="" -DEPEND="sys-libs/libtermcap-compat" + +DEPEND="sys-libs/ncurses" RDEPEND="" src_unpack() { @@ -24,9 +26,10 @@ src_unpack() { epatch ${FILESDIR}/${P}-add-115200.patch # Fixes the Makefile to use gentoo CFLAGS - mv ${S}/Makefile ${S}/Makefile.orig - sed -e "s:GCCOPT\t= -pipe -O2 -fno-strength-reduce -fomit-frame-pointer:GCCOPT\t= ${CFLAGS} -fno-strength-reduce:g" \ - ${S}/Makefile.orig > ${S}/Makefile + sed -i \ + -e "s:GCCOPT\t= -pipe -O2 -fno-strength-reduce -fomit-frame-pointer:GCCOPT\t= ${CFLAGS} -fno-strength-reduce:g" \ + -e 's:-ltermcap:-lncurses:' \ + Makefile || die } src_compile() { diff --git a/net-dialup/xc/xc-4.3.2.ebuild b/net-dialup/xc/xc-4.3.2.ebuild deleted file mode 100644 index 4e6c33e965bb..000000000000 --- a/net-dialup/xc/xc-4.3.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2.ebuild,v 1.10 2004/10/05 13:23:01 pvdabeel Exp $ - -DESCRIPTION="unix dialout program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ~sparc ~mips ppc" -IUSE="" -DEPEND="sys-libs/libtermcap-compat" -RDEPEND="" - -src_unpack() { - unpack ${A} - - cd ${S} - patch -p0 <${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - make WARN="" all prefix=/usr mandir=/usr/share/man || die - -} - -src_install () { - dodir /usr/bin /usr/share/man/man1 /usr/lib/xc - - make DESTDIR=${D} install || die - - insinto /usr/lib/xc - doins phonelist xc.init dotfiles/.[a-z]* -} |