diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 11:36:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 11:36:14 +0000 |
commit | f020dee5b1c30fbd204332fb3063a7437a9b79cd (patch) | |
tree | 306060014e5495a3ec6f551d661928f213b2ae74 /media-sound | |
parent | Ddir into src_install; fix dir -> die typo; skip unnecessary dodir (Manifest ... (diff) | |
download | gentoo-2-f020dee5b1c30fbd204332fb3063a7437a9b79cd.tar.gz gentoo-2-f020dee5b1c30fbd204332fb3063a7437a9b79cd.tar.bz2 gentoo-2-f020dee5b1c30fbd204332fb3063a7437a9b79cd.zip |
fix dir -> die typo
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/longplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/longplayer/longplayer-0.99.2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/longplayer/longplayer-0.99.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/longplayer/ChangeLog b/media-sound/longplayer/ChangeLog index 8ef36c63c40a..ac4d60532c84 100644 --- a/media-sound/longplayer/ChangeLog +++ b/media-sound/longplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/longplayer # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/ChangeLog,v 1.4 2004/04/30 16:36:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/ChangeLog,v 1.5 2004/06/03 11:36:14 mr_bones_ Exp $ + + 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + longplayer-0.99.2.ebuild, longplayer-0.99.3.ebuild: + fix dir -> die typo 30 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> longplayer-0.99.3.ebuild: diff --git a/media-sound/longplayer/longplayer-0.99.2.ebuild b/media-sound/longplayer/longplayer-0.99.2.ebuild index 2869bd6ae2d4..c45710b732d0 100644 --- a/media-sound/longplayer/longplayer-0.99.2.ebuild +++ b/media-sound/longplayer/longplayer-0.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.2.ebuild,v 1.2 2004/03/31 18:44:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.2.ebuild,v 1.3 2004/06/03 11:36:14 mr_bones_ Exp $ inherit eutils kde @@ -45,6 +45,6 @@ src_compile() { } src_install () { - einstall || dir "einstall failed" + einstall || die "einstall failed" dodoc AUTHORS BUGS COPYING FAQ ChangeLog INSTALL NEWS README TODO } diff --git a/media-sound/longplayer/longplayer-0.99.3.ebuild b/media-sound/longplayer/longplayer-0.99.3.ebuild index 38265ec43f8e..0d35fa1d2cd7 100644 --- a/media-sound/longplayer/longplayer-0.99.3.ebuild +++ b/media-sound/longplayer/longplayer-0.99.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.3.ebuild,v 1.3 2004/04/30 16:36:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.3.ebuild,v 1.4 2004/06/03 11:36:14 mr_bones_ Exp $ inherit eutils kde @@ -45,6 +45,6 @@ src_compile() { } src_install () { - einstall || dir "einstall failed" + einstall || die "einstall failed" dodoc AUTHORS BUGS COPYING FAQ ChangeLog INSTALL NEWS README TODO } |