summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-03-17 19:19:58 +0000
committerSven Wegener <swegener@gentoo.org>2006-03-17 19:19:58 +0000
commit00201244dd0b22a38d891cd4cab5d63d153da0a4 (patch)
tree77a0cff855d3857d4e01c5fd071cfe8d4569e411 /net-nntp/pan/pan-0.14.2.ebuild
parentRemove phantom .swp entry from Manifest. (diff)
downloadgentoo-2-00201244dd0b22a38d891cd4cab5d63d153da0a4.tar.gz
gentoo-2-00201244dd0b22a38d891cd4cab5d63d153da0a4.tar.bz2
gentoo-2-00201244dd0b22a38d891cd4cab5d63d153da0a4.zip
Remove the CONFIG_PROTECT_MASK workaround, QA bug #125720.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-nntp/pan/pan-0.14.2.ebuild')
-rw-r--r--net-nntp/pan/pan-0.14.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-nntp/pan/pan-0.14.2.ebuild b/net-nntp/pan/pan-0.14.2.ebuild
index 26dbc1f81582..833c5fd74410 100644
--- a/net-nntp/pan/pan-0.14.2.ebuild
+++ b/net-nntp/pan/pan-0.14.2.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-nntp/pan/pan-0.14.2.ebuild,v 1.1 2005/01/17 20:08:11 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.14.2.ebuild,v 1.2 2006/03/17 19:19:58 swegener Exp $
inherit libtool
@@ -24,8 +24,6 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.21
sys-devel/gettext"
-export CONFIG_PROTECT_MASK="/etc/gconf"
-
pkg_setup() {
# Likely that glibc might of been compiled with nls turned off.
# Warn people that Pan requires glibc to have nls support.
@@ -37,7 +35,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
elibtoolize || die "elibtoolize failed"
}
@@ -48,7 +46,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "Installation failed"
+ make install DESTDIR="${D}" || die "Installation failed"
dodoc AUTHORS ChangeLog CREDITS NEWS README TODO || die "dodoc failed"
dohtml ANNOUNCE.html docs/{pan-shortcuts,faq}.html || die "dodoc failed"
}