diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-30 20:48:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-30 20:48:56 +0000 |
commit | 7be144a7782ea1709f0ba51b66d52698cd5e2d55 (patch) | |
tree | c8b7c1759737cffac0446489c0ffd93d1ffe535f /net-libs/netwib | |
parent | Housekeeping. Fix #62405. (diff) | |
download | gentoo-2-7be144a7782ea1709f0ba51b66d52698cd5e2d55.tar.gz gentoo-2-7be144a7782ea1709f0ba51b66d52698cd5e2d55.tar.bz2 gentoo-2-7be144a7782ea1709f0ba51b66d52698cd5e2d55.zip |
QA fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs/netwib')
-rw-r--r-- | net-libs/netwib/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/netwib/netwib-5.30.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/netwib/ChangeLog b/net-libs/netwib/ChangeLog index ec08d1b40216..a932b0032263 100644 --- a/net-libs/netwib/ChangeLog +++ b/net-libs/netwib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/netwib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/ChangeLog,v 1.19 2005/06/17 08:55:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/ChangeLog,v 1.20 2005/06/30 20:48:56 dragonheart Exp $ + + 30 Jun 2005; Daniel Black <dragonheart@gentoo.org> netwib-5.30.0.ebuild: + fixing install of ${D}/usr/share 17 Jun 2005; David Holm <dholm@gentoo.org> netwib-5.30.0.ebuild: Added to ~ppc. diff --git a/net-libs/netwib/netwib-5.30.0.ebuild b/net-libs/netwib/netwib-5.30.0.ebuild index f411e24af95a..e4fb809730ad 100644 --- a/net-libs/netwib/netwib-5.30.0.ebuild +++ b/net-libs/netwib/netwib-5.30.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.30.0.ebuild,v 1.2 2005/06/17 08:55:41 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.30.0.ebuild,v 1.3 2005/06/30 20:48:56 dragonheart Exp $ # NOTE: netwib, netwox and netwag go together, bump all or bump none @@ -43,4 +43,5 @@ src_install() { emake install DESTDIR=${D} || die dodir ${D}/usr/share mv ${D}/usr/man ${D}/usr/share + rm -rf ${D}/var } |