diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-01-03 14:00:58 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-01-03 14:00:58 +0000 |
commit | 01aa967fcc8c1141ad7855f1c456f18f08b28977 (patch) | |
tree | ccc2d81af91c33895282b2a5a15896ba78042a5d | |
parent | unicode (diff) | |
download | gentoo-2-01aa967fcc8c1141ad7855f1c456f18f08b28977.tar.gz gentoo-2-01aa967fcc8c1141ad7855f1c456f18f08b28977.tar.bz2 gentoo-2-01aa967fcc8c1141ad7855f1c456f18f08b28977.zip |
Adding needed "need-kde 3.2" line to install in /usr/share/man instead of /man, thanks to Daniel Drake <dsd@gentoo.org> for helping!
-rw-r--r-- | x11-misc/lineak-kdeplugins/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog index fffcd8ecd246..3af812a5a602 100644 --- a/x11-misc/lineak-kdeplugins/ChangeLog +++ b/x11-misc/lineak-kdeplugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/lineak-kdeplugins -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.1 2004/11/29 20:09:08 genstef Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.2 2005/01/03 14:00:58 genstef Exp $ + + 03 Jan 2005; Stefan Schweizer <genstef@gentoo.org> + lineak-kdeplugins-0.8.2.ebuild: + Adding needed "need-kde 3.2" line to install in /usr/share/man instead of + /man, thanks to Daniel Drake <dsd@gentoo.org> for helping! *lineak-kdeplugins-0.8.2 (29 Nov 2004) diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild index ee1ced03b88e..e75f722584d4 100644 --- a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild +++ b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild,v 1.1 2004/11/29 20:09:08 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.8.2.ebuild,v 1.2 2005/01/03 14:00:58 genstef Exp $ inherit kde +need-kde 3.2 + MY_PV=${PV/_/} MY_P=${PN/-/_}-${MY_PV} S=${WORKDIR}/${MY_P} |