diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 06:33:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 06:33:01 +0000 |
commit | 61a8c857072bba21f9e026f60af2d105be81b610 (patch) | |
tree | 1536a37e2d0e4fc15d24e7eda5aa2334754c491f /dev-db/pgaccess | |
parent | clean up (diff) | |
download | gentoo-2-61a8c857072bba21f9e026f60af2d105be81b610.tar.gz gentoo-2-61a8c857072bba21f9e026f60af2d105be81b610.tar.bz2 gentoo-2-61a8c857072bba21f9e026f60af2d105be81b610.zip |
install binary in correct location, see bug 246659, and don't install copyright file
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-db/pgaccess')
-rw-r--r-- | dev-db/pgaccess/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild (renamed from dev-db/pgaccess/pgaccess-0.99.0.20040219-r1.ebuild) | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-db/pgaccess/ChangeLog b/dev-db/pgaccess/ChangeLog index c349921d3bef..370d1bad615b 100644 --- a/dev-db/pgaccess/ChangeLog +++ b/dev-db/pgaccess/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/pgaccess # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.18 2009/08/18 06:21:44 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.19 2009/08/18 06:33:01 fauli Exp $ + +*pgaccess-0.99.0.20040219-r2 (18 Aug 2009) + + 18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + -pgaccess-0.99.0.20040219-r1.ebuild, +pgaccess-0.99.0.20040219-r2.ebuild: + install binary in correct location, see bug 246659, and don't install + copyright file 18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -pgaccess-0.98.8.ebuild, -files/pgaccess-0.98.8.patch: diff --git a/dev-db/pgaccess/pgaccess-0.99.0.20040219-r1.ebuild b/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild index c87ea8af487d..1debdc07b81f 100644 --- a/dev-db/pgaccess/pgaccess-0.99.0.20040219-r1.ebuild +++ b/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.99.0.20040219-r1.ebuild,v 1.2 2009/08/18 06:19:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.99.0.20040219-r2.ebuild,v 1.1 2009/08/18 06:33:01 fauli Exp $ inherit eutils @@ -30,12 +30,12 @@ src_compile() { } src_install() { - make prefix="${D}" install || die + make prefix="${D}" bindir="${D}"/usr/bininstall || die rm -rf "${D}"/usr/lib/pgaccess/win32 \ "${D}"/usr/lib/pgaccess/Makefile rm -rf "${D}"/usr/lib/pgaccess/osx dodir /usr/share/doc/${PF} - mv "${D}"/usr/lib/pgaccess/{README,changelog,copyright,demo,doc/html,todo} "${D}"/usr/share/doc/${PF} + mv "${D}"/usr/lib/pgaccess/{README,changelog,demo,doc/html,todo} "${D}"/usr/share/doc/${PF} rmdir "${D}"/usr/lib/pgaccess/doc } |