summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-16 22:20:16 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-16 22:20:16 +0000
commitc31289e7d9545629166c02ce9f4208135af02b62 (patch)
treec53fec8b4f7e7b7e873c857754d163709a7cf677 /net-dialup/xc
parentRemove virtual/libc dependency. (diff)
downloadhistorical-c31289e7d9545629166c02ce9f4208135af02b62.tar.gz
historical-c31289e7d9545629166c02ce9f4208135af02b62.tar.bz2
historical-c31289e7d9545629166c02ce9f4208135af02b62.zip
Quote $FILESDIR and $D.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/xc')
-rw-r--r--net-dialup/xc/ChangeLog7
-rw-r--r--net-dialup/xc/Manifest10
-rw-r--r--net-dialup/xc/xc-4.3.2-r1.ebuild15
3 files changed, 22 insertions, 10 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog
index 84c061d44685..6327fe22d222 100644
--- a/net-dialup/xc/ChangeLog
+++ b/net-dialup/xc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/xc
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.16 2005/06/27 07:37:42 corsair Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.17 2006/03/16 22:20:15 mrness Exp $
+
+ 16 Mar 2006; Alin Nastac <mrness@gentoo.org> xc-4.3.2-r1.ebuild:
+ Quote $FILESDIR and $D.
27 Jun 2005; Markus Rothe <corsair@gentoo.org> xc-4.3.2-r1.ebuild:
Stable on ppc64
diff --git a/net-dialup/xc/Manifest b/net-dialup/xc/Manifest
index 1d85d83d62d5..5d90d4530b72 100644
--- a/net-dialup/xc/Manifest
+++ b/net-dialup/xc/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 9be74143742e95affb9a71e492e4105b ChangeLog 2169
MD5 a19ff63623f36ba8624bf50f382e210c files/digest-xc-4.3.2-r1 60
MD5 d6b646fa4989aba362ce50ae2b1907e5 files/xc-4.3.2-add-115200.patch 246
MD5 80e981efed033a8eaaa0c0e632eee1ae files/xc-4.3.2-gentoo.diff 1905
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 ba5bd13b315489059496090b0f7b744b xc-4.3.2-r1.ebuild 1175
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.2 (GNU/Linux)
+
+iD8DBQFEGeSsjG8pv1lIUX4RAnGDAKC7d3Ep3HFC98FKwLDFOBF7AZeIHgCdEDF/
+/mtN9ZKxtPkwxvny7EMUxAo=
+=IIn6
+-----END PGP SIGNATURE-----
diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild
index 39cd4144453b..4f579006096b 100644
--- a/net-dialup/xc/xc-4.3.2-r1.ebuild
+++ b/net-dialup/xc/xc-4.3.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.14 2005/06/27 07:37:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.15 2006/03/16 22:20:16 mrness Exp $
inherit eutils
@@ -18,11 +18,11 @@ DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-gentoo.diff"
# Adds 115200 bps support
- epatch ${FILESDIR}/${P}-add-115200.patch
+ epatch "${FILESDIR}/${P}-add-115200.patch"
# Fixes the Makefile to use gentoo CFLAGS
sed -i \
@@ -32,14 +32,13 @@ src_unpack() {
}
src_compile() {
- make WARN="" all prefix=/usr mandir=/usr/share/man || die
-
+ make WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed"
}
src_install () {
dodir /usr/bin /usr/share/man/man1 /usr/lib/xc
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die "make install failed"
insinto /usr/lib/xc
doins phonelist xc.init dotfiles/.[a-z]*