Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69718 Details for
Bug 62943
vocoditor (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corrected version of vocoditor-1.1.1.ebuild
vocoditor-1.1.1.ebuild (text/plain), 1.23 KB, created by
Samir van de Sand
on 2005-10-02 05:51:57 UTC
(
hide
)
Description:
corrected version of vocoditor-1.1.1.ebuild
Filename:
MIME Type:
Creator:
Samir van de Sand
Created:
2005-10-02 05:51:57 UTC
Size:
1.23 KB
patch
obsolete
>## Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Vocoditor is a graphical OggVorbis file comment editor" >HOMEPAGE="http://www.beastwithin.org/users/wwwwolf/code/util/vocoditor.html" >SRC_URI="http://www.beastwithin.org/users/wwwwolf/code/util/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="recode" > >DEPEND="" >RDEPEND=">=dev-lang/perl-5.6.0 > >=media-sound/vorbis-tools-1.0 > dev-perl/gtk-perl > dev-perl/gtk2-gladexml > dev-perl/URI > recode? ( app-text/recode )" > >src_install() { > # installing binary file > cd ${WORKDIR}/${PN} > dobin vocoditor || die "dobin failed" > > # installing vocoditor internal files > dodir /usr/share/vocoditor || die "could not create directory /usr/share/vocoditor" > insinto /usr/share/vocoditor > doins vocoditor.glade || die "could not move vocoditor.glade" > > # installing perl modules > eval `perl '-V:installarchlib'` || die "could no retrieve perl liberay path" > ARCH_LIB=${installarchlib} > insinto ${ARCH_LIB} > cd ${WORKDIR}/${PN}/lib || die "cd failed" > doins *.pm || die "could not move perl modules" > > # installing documentation data > cd ${WORKDIR}/${PN} > dodoc README AUTHOR ChangeLog TODO || die "dodoc failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 62943
:
55929
|
56604
| 69718