diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-12-03 14:20:54 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-12-03 14:20:54 +0000 |
commit | c95e6fc7cf8284efcdf33f449ca883e853025415 (patch) | |
tree | 14224b3ed439c51fc2ed11c9ca397f95247ef9e9 /app-cdr | |
parent | Removed the QA-install call from Bug #71560 and changed back to einstall. Se... (diff) | |
download | gentoo-2-c95e6fc7cf8284efcdf33f449ca883e853025415.tar.gz gentoo-2-c95e6fc7cf8284efcdf33f449ca883e853025415.tar.bz2 gentoo-2-c95e6fc7cf8284efcdf33f449ca883e853025415.zip |
Removed the QA-install call from Bug #71560 and changed back to einstall. See Bug #73193.
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrdao/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-cdr/cdrdao/ChangeLog b/app-cdr/cdrdao/ChangeLog index c6d8361ce640..56452a0afadb 100644 --- a/app-cdr/cdrdao/ChangeLog +++ b/app-cdr/cdrdao/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/cdrdao # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.54 2004/12/03 04:56:07 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/ChangeLog,v 1.55 2004/12/03 14:18:27 pylon Exp $ + + 03 Dec 2004; Lars Weiler <pylon@gentoo.org> cdrdao-1.1.9.ebuild: + Removed the QA-install call from Bug #71560 and changed back to einstall. + See Bug #73193. 03 Dec 2004; Lars Weiler <pylon@gentoo.org> cdrdao-1.1.8-r1.ebuild, cdrdao-1.1.9.ebuild: diff --git a/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild index 1ff38b8b6532..e9f305ad88ac 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild,v 1.13 2004/12/03 04:56:07 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild,v 1.14 2004/12/03 14:20:54 pylon Exp $ inherit flag-o-matic eutils gcc @@ -70,7 +70,7 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "could not install" + einstall || die "could not install" cd ${S} diff --git a/app-cdr/cdrdao/cdrdao-1.1.9.ebuild b/app-cdr/cdrdao/cdrdao-1.1.9.ebuild index 17f463da10bc..637c4600581b 100644 --- a/app-cdr/cdrdao/cdrdao-1.1.9.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.9.ebuild,v 1.8 2004/12/03 04:56:07 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.9.ebuild,v 1.9 2004/12/03 14:18:27 pylon Exp $ inherit flag-o-matic eutils gcc @@ -63,7 +63,7 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "could not install" + einstall || die "could not install" cd ${S} |