diff options
-rw-r--r-- | media-sound/cm/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/cm/cm-2.4.0.ebuild | 5 | ||||
-rw-r--r-- | media-sound/cm/cm-2.4.2.ebuild | 5 | ||||
-rw-r--r-- | media-sound/mserv/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mserv/mserv-0.35.ebuild | 6 |
5 files changed, 15 insertions, 12 deletions
diff --git a/media-sound/cm/ChangeLog b/media-sound/cm/ChangeLog index 56658286122a..26c5b6606230 100644 --- a/media-sound/cm/ChangeLog +++ b/media-sound/cm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/cm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.3 2004/03/19 23:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/ChangeLog,v 1.4 2004/03/23 06:40:07 eradicator Exp $ + + 22 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> cm-2.4.0.ebuild, + cm-2.4.2.ebuild: + Using keepdir to fix bug #45361. 19 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> cm-2.4.0.ebuild, cm-2.4.2.ebuild: diff --git a/media-sound/cm/cm-2.4.0.ebuild b/media-sound/cm/cm-2.4.0.ebuild index e4a637279aae..6712e8518ae8 100644 --- a/media-sound/cm/cm-2.4.0.ebuild +++ b/media-sound/cm/cm-2.4.0.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/cm/cm-2.4.0.ebuild,v 1.7 2004/03/19 23:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.0.ebuild,v 1.8 2004/03/23 06:40:07 eradicator Exp $ DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" HOMEPAGE="http://www-ccrma.stanford.edu/software/cm/doc/cm.html" @@ -15,8 +15,7 @@ DEPEND=">=dev-util/guile-1.6.4" src_install() { dodir /usr/share/${PN} # the installer part needs the bin dir created - dodir /usr/share/${PN}/bin - touch ${D}/usr/share/${PN}/bin/.keep + keepdir /usr/share/${PN}/bin dodir /usr/share/${PN}/src insinto /usr/share/${PN}/src doins ${S}/src/* diff --git a/media-sound/cm/cm-2.4.2.ebuild b/media-sound/cm/cm-2.4.2.ebuild index c9bb05954f1d..c2596c494c0b 100644 --- a/media-sound/cm/cm-2.4.2.ebuild +++ b/media-sound/cm/cm-2.4.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/cm/cm-2.4.2.ebuild,v 1.2 2004/03/19 23:27:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.3 2004/03/23 06:40:07 eradicator Exp $ DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" HOMEPAGE="http://commonmusic.sourceforge.net" @@ -16,8 +16,7 @@ DEPEND=">=dev-util/guile-1.6.4" src_install() { dodir /usr/share/${PN} # the installer part needs the bin dir created - dodir /usr/share/${PN}/bin - touch ${D}/usr/share/${PN}/bin/.keep + keepdir /usr/share/${PN}/bin dodir /usr/share/${PN}/src insinto /usr/share/${PN}/src doins ${S}/src/* diff --git a/media-sound/mserv/ChangeLog b/media-sound/mserv/ChangeLog index 4aa25a655c8a..e3d457153a3c 100644 --- a/media-sound/mserv/ChangeLog +++ b/media-sound/mserv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mserv # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.2 2004/03/12 03:53:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.3 2004/03/23 06:41:39 eradicator Exp $ + + 22 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> mserv-0.35.ebuild: + Using keepdir to fix bug #45361. 11 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> mserv-0.35.ebuild: ebuild cleanup. diff --git a/media-sound/mserv/mserv-0.35.ebuild b/media-sound/mserv/mserv-0.35.ebuild index 81f2abd05a71..2b844dadcf59 100644 --- a/media-sound/mserv/mserv-0.35.ebuild +++ b/media-sound/mserv/mserv-0.35.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/mserv/mserv-0.35.ebuild,v 1.2 2004/03/12 03:53:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35.ebuild,v 1.3 2004/03/23 06:41:39 eradicator Exp $ inherit webapp-apache eutils @@ -82,10 +82,8 @@ src_install() { fowners mserv:mserv /var/log/mserv.log # Track and album info - dodir /var/lib/mserv/trackinfo + keepdir /var/lib/mserv/trackinfo fowners mserv:mserv /var/lib/mserv/trackinfo - touch ${D}/var/lib/mserv/trackinfo/.keep - fowners mserv:mserv /var/lib/mserv/trackinfo/.keep # Current track output dodir /var/spool/mserv |