diff options
author | Bryan Stine <battousai@gentoo.org> | 2005-08-20 18:32:29 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2005-08-20 18:32:29 +0000 |
commit | 567335a62ad7669a354eecbc69d9bc806ff0570e (patch) | |
tree | 2905d6a6fef6ebae028397cf170ff440fe37d910 | |
parent | Marking ~ppc-macos (diff) | |
download | gentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.tar.gz gentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.tar.bz2 gentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.zip |
Fix manpage location. Closes bug #103110.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | x11-misc/synaptics/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.3.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog index 3649dae3d7ab..b91a15d2614d 100644 --- a/x11-misc/synaptics/ChangeLog +++ b/x11-misc/synaptics/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/synaptics # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.44 2005/07/26 15:01:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.45 2005/08/20 18:32:29 battousai Exp $ + + 20 Aug 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild, + synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild: + Fix manpage location now that the Makefile adds man1. Also move to + /usr/share/man. Fixes bug #103110. 26 Jul 2005; David Holm <dholm@gentoo.org> synaptics-0.14.3.ebuild: Added to ~ppc. diff --git a/x11-misc/synaptics/synaptics-0.14.1.ebuild b/x11-misc/synaptics/synaptics-0.14.1.ebuild index a19f9413fecd..2e50e889f0cb 100644 --- a/x11-misc/synaptics/synaptics-0.14.1.ebuild +++ b/x11-misc/synaptics/synaptics-0.14.1.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/synaptics/synaptics-0.14.1.ebuild,v 1.6 2005/07/25 18:09:09 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.1.ebuild,v 1.7 2005/08/20 18:32:29 battousai Exp $ inherit toolchain-funcs eutils @@ -25,7 +25,7 @@ src_unpack() { sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/bin:g" ${S}/Makefile sed -i -e "s:CC = gcc:CC = $(tc-getCC):g" ${S}/Makefile sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile - sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile + sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/share/man:" ${S}/Makefile sed -i -e "s:INSTALLED_X = .*:INSTALLED_X = \\\$(DESTDIR)/usr:" ${S}/Makefile } diff --git a/x11-misc/synaptics/synaptics-0.14.2.ebuild b/x11-misc/synaptics/synaptics-0.14.2.ebuild index aac0fa9d185a..384112358a6d 100644 --- a/x11-misc/synaptics/synaptics-0.14.2.ebuild +++ b/x11-misc/synaptics/synaptics-0.14.2.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/synaptics/synaptics-0.14.2.ebuild,v 1.5 2005/07/25 18:09:09 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.2.ebuild,v 1.6 2005/08/20 18:32:29 battousai Exp $ inherit toolchain-funcs eutils @@ -25,7 +25,7 @@ src_unpack() { sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/bin:g" ${S}/Makefile sed -i -e "s:CC = gcc:CC = $(tc-getCC):g" ${S}/Makefile sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile - sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile + sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/share/man:" ${S}/Makefile sed -i -e "s:INSTALLED_X = .*:INSTALLED_X = \\\$(DESTDIR)/usr:" ${S}/Makefile } diff --git a/x11-misc/synaptics/synaptics-0.14.3.ebuild b/x11-misc/synaptics/synaptics-0.14.3.ebuild index 53526469d0ce..de14b45e892e 100644 --- a/x11-misc/synaptics/synaptics-0.14.3.ebuild +++ b/x11-misc/synaptics/synaptics-0.14.3.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/synaptics/synaptics-0.14.3.ebuild,v 1.5 2005/07/26 15:01:05 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.3.ebuild,v 1.6 2005/08/20 18:32:29 battousai Exp $ inherit toolchain-funcs eutils @@ -25,7 +25,7 @@ src_unpack() { sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/bin:g" ${S}/Makefile sed -i -e "s:CC = gcc:CC = $(tc-getCC):g" ${S}/Makefile sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile - sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile + sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/share/man:" ${S}/Makefile sed -i -e "s:INSTALLED_X = .*:INSTALLED_X = \\\$(DESTDIR)/usr:" ${S}/Makefile } |