summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-02 20:03:10 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-02 20:03:10 +0000
commit4514f5052d4142c72d17bc44dedf06194ffae8f1 (patch)
tree97ac7ef567514155b7c0178c51c6fe8d2366ae44 /x11-misc/login-app
parentMasked pam use flag as we don't have pam, so don't try to do something (diff)
downloadgentoo-2-4514f5052d4142c72d17bc44dedf06194ffae8f1.tar.gz
gentoo-2-4514f5052d4142c72d17bc44dedf06194ffae8f1.tar.bz2
gentoo-2-4514f5052d4142c72d17bc44dedf06194ffae8f1.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/login-app')
-rw-r--r--x11-misc/login-app/ChangeLog6
-rw-r--r--x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/login-app/ChangeLog b/x11-misc/login-app/ChangeLog
index 9be4600a55ad..a71e4783beaa 100644
--- a/x11-misc/login-app/ChangeLog
+++ b/x11-misc/login-app/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/login-app
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/ChangeLog,v 1.11 2005/08/30 18:05:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/ChangeLog,v 1.12 2005/11/02 20:03:10 nelchael Exp $
+
+ 02 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org>
+ login-app-2.0.0_alpha7-r1.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
30 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
login-app-2.0.0_alpha7-r1.ebuild:
diff --git a/x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild b/x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild
index be42936266a3..a16a4fc42dc5 100644
--- a/x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild
+++ b/x11-misc/login-app/login-app-2.0.0_alpha7-r1.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/x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild,v 1.6 2005/08/30 18:05:41 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/login-app/login-app-2.0.0_alpha7-r1.ebuild,v 1.7 2005/11/02 20:03:10 nelchael Exp $
inherit eutils
@@ -42,5 +42,5 @@ src_install () {
make \
INSTALL_DIR=${D}/${GNUSTEP_LOCAL_ROOT:-/usr/lib/GNUstep}/Apps/Login.app \
install
- dodoc README* TODO COPYING
+ dodoc README* TODO
}