summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2010-12-19 12:42:16 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2010-12-19 12:42:16 +0000
commiteaca99995af24fb7e6f19b6ed9e5b2ee56a9fc8a (patch)
tree083bbc408b95072a9391c7330cc19bd5ed23fc62 /net-dialup
parentppc64 stable wrt #344827 (diff)
downloadgentoo-2-eaca99995af24fb7e6f19b6ed9e5b2ee56a9fc8a.tar.gz
gentoo-2-eaca99995af24fb7e6f19b6ed9e5b2ee56a9fc8a.tar.bz2
gentoo-2-eaca99995af24fb7e6f19b6ed9e5b2ee56a9fc8a.zip
fixed minor QA issues
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/fcpci/ChangeLog5
-rw-r--r--net-dialup/fcpci/fcpci-0.1-r2.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/net-dialup/fcpci/ChangeLog b/net-dialup/fcpci/ChangeLog
index 61207b9d7bf6..317af5aa19ff 100644
--- a/net-dialup/fcpci/ChangeLog
+++ b/net-dialup/fcpci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/fcpci
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.21 2010/12/19 12:40:55 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/ChangeLog,v 1.22 2010/12/19 12:42:16 sbriesen Exp $
+
+ 19 Dec 2010; Stefan Briesenick <sbriesen@gentoo.org> fcpci-0.1-r2.ebuild:
+ fixed minor QA issues
*fcpci-0.1-r2 (19 Dec 2010)
diff --git a/net-dialup/fcpci/fcpci-0.1-r2.ebuild b/net-dialup/fcpci/fcpci-0.1-r2.ebuild
index eb6da2f2c0b8..966dc586c6c6 100644
--- a/net-dialup/fcpci/fcpci-0.1-r2.ebuild
+++ b/net-dialup/fcpci/fcpci-0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.1 2010/12/19 12:40:55 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-0.1-r2.ebuild,v 1.2 2010/12/19 12:42:16 sbriesen Exp $
#EAPI=2 # currently not possible because of linux-mod
@@ -44,7 +44,7 @@ src_unpack() {
PAT="${PAT}67"
fi
- rpm_unpack "${A}" || die "failed to unpack ${A} file"
+ rpm_unpack ${A} || die "failed to unpack ${A} file"
DISTDIR="${WORKDIR}" unpack ${PN}-suse[0-9][0-9]-${BIT}[0-9].[0-9]*-[0-9]*.tar.gz
cd "${S}"
@@ -67,4 +67,3 @@ src_install() {
dodoc CAPI*.txt
dohtml *.html
}
-