Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34044 Details for
Bug 54996
XML-Buddy ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for XML-Buddy 2.0.10 (for Eclipse 3)
xmlbuddy-bin-2.0.10.ebuild (text/plain), 757 bytes, created by
Nils Andresen
on 2004-06-24 04:09:20 UTC
(
hide
)
Description:
ebuild for XML-Buddy 2.0.10 (for Eclipse 3)
Filename:
MIME Type:
Creator:
Nils Andresen
Created:
2004-06-24 04:09:20 UTC
Size:
757 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: Tim Hobbs <thobbs@netegrity.com> ># $Header:$ > >SLOT="3" #eclipse is slotted, so this is, too. >DESCRIPTION="Eclipse plugin for XML" >SRC_URI="xmlbuddy_${PV}.zip" >HOMEPAGE="http://xmlbuddy.com/" >LICENSE="BOCALOCO" >DEPEND="" >RDEPEND=">=dev-util/eclipse-sdk-3.0.0_rc1" >KEYWORDS="~x86" >RESTRICT="fetch" >ECLIPSE_DIR="/usr/lib/eclipse-${SLOT}" > >pkg_nofetch() { > einfo "Please download xmlbuddy_${PV}.zip at" > einfo "http://xmlbuddy.com/" > einfo "and move it to ${DISTDIR}" >} > >src_compile() { > echo "Nothing to compile for ${P}." >} > >src_install () { > dodir ${ECLIPSE_DIR}/plugins/ > > cp -dpR ${S}/* ${D}${ECLIPSE_DIR}/plugins/ >}
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 54996
:
34043
|
34044
|
34045
|
34051
|
34052