Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307521 Details for
Bug 410581
Add extra shapes to app-office/dia
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild to external dia shapes
dia-shapes-0.97.1.ebuild (text/plain), 1.44 KB, created by
Slava Bacherikov
on 2012-04-02 15:42:48 UTC
(
hide
)
Description:
Ebuild to external dia shapes
Filename:
MIME Type:
Creator:
Slava Bacherikov
Created:
2012-04-02 15:42:48 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >DESCRIPTION="Extra shapes for dia" >HOMEPAGE="http://dia-installer.de/shapes/index.html.en" >DOWNLOAD_SITE="http://dia-installer.de/shapes/" >SRC_URI="${DOWNLOAD_SITE}building_site/building_site.zip > ${DOWNLOAD_SITE}central_data_processing/central_data_processing.zip > ${DOWNLOAD_SITE}CH-1/CH-1.zip > ${DOWNLOAD_SITE}chemistry_lab/chemistry_lab.zip > ${DOWNLOAD_SITE}Circuit2/Circuit2.zip > ${DOWNLOAD_SITE}CMOS/CMOS.zip > ${DOWNLOAD_SITE}digital/digital.zip > ${DOWNLOAD_SITE}edpc/edpc.zip > ${DOWNLOAD_SITE}electric2/electric2.zip > ${DOWNLOAD_SITE}electronic/electronic.zip > ${DOWNLOAD_SITE}gradient/gradient.zip > ${DOWNLOAD_SITE}LST/LST.zip > ${DOWNLOAD_SITE}Optics/Optics.zip > ${DOWNLOAD_SITE}Racks/Racks.zip > ${DOWNLOAD_SITE}renewable_energy/renewable_energy.zip > ${DOWNLOAD_SITE}scenegraph/scenegraph.zip > ${DOWNLOAD_SITE}value_stream_mapping/value_stream_mapping.zip > " > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="-examples" > >DEPEND="app-office/dia > app-arch/unzip" > >RDEPEND="${DEPEND}" > >INSTALL_DIR="/usr/share/dia/" > >S="${WORKDIR}" > >src_prepare() { > # Exclude file wiht copyright > rm "${S}/COPYING" > mv "${S}/samples/"* "${S}/examples/" > rmdir "${S}/samples" > use examples || rm -R "${S}/examples" >} > >src_install() { > elog $INSTALL_DIR > dodir $INSTALL_DIR > cp -R "${S}/"* "${D}/${INSTALL_DIR}" || die "Install 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 410581
: 307521 |
307675