diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 06:04:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-02 06:04:53 +0000 |
commit | 68460e833ae02bc2375ffa23f18bdb6054799f34 (patch) | |
tree | 78cd7a5e4c57603b327cb820a6df7fa874487298 /media-sound/qjackctl | |
parent | ver bump (diff) | |
download | historical-68460e833ae02bc2375ffa23f18bdb6054799f34.tar.gz historical-68460e833ae02bc2375ffa23f18bdb6054799f34.tar.bz2 historical-68460e833ae02bc2375ffa23f18bdb6054799f34.zip |
repoman: whitespace cleanup
Diffstat (limited to 'media-sound/qjackctl')
-rw-r--r-- | media-sound/qjackctl/Manifest | 6 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.2.1.ebuild | 36 | ||||
-rw-r--r-- | media-sound/qjackctl/qjackctl-0.2.3.ebuild | 36 |
3 files changed, 39 insertions, 39 deletions
diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest index 69b7d6ea8138..cb35e7d6a95d 100644 --- a/media-sound/qjackctl/Manifest +++ b/media-sound/qjackctl/Manifest @@ -1,10 +1,10 @@ MD5 4d52fbbb31fc4eb01d185ed71e173297 ChangeLog 1173 -MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 MD5 c9a23333bdb5bb3b2cbc1a84ddb87885 qjackctl-0.0.8.ebuild 628 MD5 fe0db6dfa4b97bac68d0326e40e827f9 qjackctl-0.0.9a.ebuild 596 +MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 MD5 d9b12e1bd6ebab08e5375f74d041664e qjackctl-0.1.3.ebuild 594 -MD5 00103ea0a2ccec3fcc115bf9061a6650 qjackctl-0.2.1.ebuild 1190 -MD5 e3ae08d89c70f3977678abcb2a846d8f qjackctl-0.2.3.ebuild 1191 +MD5 84ab16af2efc4e37e5ba6b80c2af5bd2 qjackctl-0.2.1.ebuild 1103 +MD5 d50a268770ded304b9dba8dd199f8455 qjackctl-0.2.3.ebuild 1104 MD5 f5d50b9205aab08eb660ec99ebecd791 files/digest-qjackctl-0.0.8 65 MD5 e29bf95ba874da16c49a6b98cd39bf61 files/digest-qjackctl-0.0.9a 66 MD5 7f34b8256b9a7699fa7b49e5c635cec3 files/digest-qjackctl-0.1.3 66 diff --git a/media-sound/qjackctl/qjackctl-0.2.1.ebuild b/media-sound/qjackctl/qjackctl-0.2.1.ebuild index d7943e51f57e..4d22b69e8beb 100644 --- a/media-sound/qjackctl/qjackctl-0.2.1.ebuild +++ b/media-sound/qjackctl/qjackctl-0.2.1.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/qjackctl/qjackctl-0.2.1.ebuild,v 1.2 2004/02/01 23:10:38 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.2.1.ebuild,v 1.3 2004/02/02 06:04:46 mr_bones_ Exp $ IUSE="" @@ -18,23 +18,23 @@ DEPEND="virtual/glibc virtual/jack" src_compile() { - econf || die - - ### borrowed from kde.eclass # - # - # fix the sandbox errors "can't writ to .kde or .qt" problems. - # this is a fake homedir that is writeable under the sandbox, - # so that the build process can do anything it wants with it. - REALHOME="$HOME" - mkdir -p $T/fakehome/.kde - mkdir -p $T/fakehome/.qt - export HOME="$T/fakehome" - addwrite "${QTDIR}/etc/settings" - - # things that should access the real homedir - [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" - - emake || die + econf || die + + ### borrowed from kde.eclass # + # + # fix the sandbox errors "can't writ to .kde or .qt" problems. + # this is a fake homedir that is writeable under the sandbox, + # so that the build process can do anything it wants with it. + REALHOME="$HOME" + mkdir -p $T/fakehome/.kde + mkdir -p $T/fakehome/.qt + export HOME="$T/fakehome" + addwrite "${QTDIR}/etc/settings" + + # things that should access the real homedir + [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" + + emake || die } src_install() { diff --git a/media-sound/qjackctl/qjackctl-0.2.3.ebuild b/media-sound/qjackctl/qjackctl-0.2.3.ebuild index bf5749dd8490..9e67701fbea0 100644 --- a/media-sound/qjackctl/qjackctl-0.2.3.ebuild +++ b/media-sound/qjackctl/qjackctl-0.2.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/qjackctl/qjackctl-0.2.3.ebuild,v 1.1 2004/02/01 23:04:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.2.3.ebuild,v 1.2 2004/02/02 06:04:46 mr_bones_ Exp $ IUSE="" @@ -18,23 +18,23 @@ DEPEND="virtual/glibc virtual/jack" src_compile() { - econf || die - - ### borrowed from kde.eclass # - # - # fix the sandbox errors "can't writ to .kde or .qt" problems. - # this is a fake homedir that is writeable under the sandbox, - # so that the build process can do anything it wants with it. - REALHOME="$HOME" - mkdir -p $T/fakehome/.kde - mkdir -p $T/fakehome/.qt - export HOME="$T/fakehome" - addwrite "${QTDIR}/etc/settings" - - # things that should access the real homedir - [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" - - emake || die + econf || die + + ### borrowed from kde.eclass # + # + # fix the sandbox errors "can't writ to .kde or .qt" problems. + # this is a fake homedir that is writeable under the sandbox, + # so that the build process can do anything it wants with it. + REALHOME="$HOME" + mkdir -p $T/fakehome/.kde + mkdir -p $T/fakehome/.qt + export HOME="$T/fakehome" + addwrite "${QTDIR}/etc/settings" + + # things that should access the real homedir + [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" + + emake || die } src_install() { |