diff options
author | layman <layman@localhost> | 2013-05-09 23:24:37 +1000 |
---|---|---|
committer | layman <layman@localhost> | 2013-05-09 23:24:37 +1000 |
commit | 93de0c205a52adf67f26bb656c1eec0ead312dea (patch) | |
tree | 29f2472bc723dcec775df6d710e8b660140b10ca /media-gfx | |
parent | x11-libs/stereowrap: 0.1 (diff) | |
download | betagarden-93de0c205a52adf67f26bb656c1eec0ead312dea.tar.gz betagarden-93de0c205a52adf67f26bb656c1eec0ead312dea.tar.bz2 betagarden-93de0c205a52adf67f26bb656c1eec0ead312dea.zip |
Rename draftsight to draftsight-bin
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/draftsight-bin/Manifest (renamed from media-gfx/draftsight/Manifest) | 0 | ||||
-rw-r--r-- | media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild (renamed from media-gfx/draftsight/draftsight-1.3.1_beta.ebuild) | 22 | ||||
-rw-r--r-- | media-gfx/draftsight-bin/files/10-ft-rockey.rules (renamed from media-gfx/draftsight/files/10-ft-rockey.rules) | 0 | ||||
-rw-r--r-- | media-gfx/draftsight-bin/files/draftsight (renamed from media-gfx/draftsight/files/draftsight) | 0 | ||||
-rw-r--r-- | media-gfx/draftsight-bin/metadata.xml (renamed from media-gfx/draftsight/metadata.xml) | 0 |
5 files changed, 12 insertions, 10 deletions
diff --git a/media-gfx/draftsight/Manifest b/media-gfx/draftsight-bin/Manifest index a80c324..a80c324 100644 --- a/media-gfx/draftsight/Manifest +++ b/media-gfx/draftsight-bin/Manifest diff --git a/media-gfx/draftsight/draftsight-1.3.1_beta.ebuild b/media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild index a3d21bf..b515697 100644 --- a/media-gfx/draftsight/draftsight-1.3.1_beta.ebuild +++ b/media-gfx/draftsight-bin/draftsight-bin-1.3.1_beta.ebuild @@ -6,23 +6,25 @@ EAPI=5 inherit fdo-mime udev unpacker +MY_PN="draftsight" +MY_P="${MY_PN}-${PV}" DESCRIPTION="Professional 2D CAD application, supporting DWT, DXF and DWG." HOMEPAGE="http://www.3ds.com/products/draftsight/free-cad-software/" # The libaudio requirement is due to bug #463942. -SRC_URI="${P}.deb +SRC_URI="${MY_P}.deb amd64? ( http://dev.gentoo.org/~moult/draftsight/libaudio.tar.gz )" -LICENSE="${PN}" +LICENSE="${MY_PN}" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}" -QA_PRESTRIPPED="opt/dassault-systemes/${PN}/bin/DWGConverter - amd64? ( opt/dassault-systemes/${PN}/lib/libaudio.so.2 )" -QA_TEXTRELS="opt/dassault-systemes/${PN}/lib/libDDKERNEL.so.1" -QA_EXECSTACK="opt/dassault-systemes/${PN}/bin/FxCrashRptApp -opt/dassault-systemes/${PN}/lib/libDDKERNEL.so.1" +QA_PRESTRIPPED="opt/dassault-systemes/${MY_PN}/bin/DWGConverter + amd64? ( opt/dassault-systemes/${MY_PN}/lib/libaudio.so.2 )" +QA_TEXTRELS="opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1" +QA_EXECSTACK="opt/dassault-systemes/${MY_PN}/bin/FxCrashRptApp +opt/dassault-systemes/${MY_PN}/lib/libDDKERNEL.so.1" RESTRICT="fetch" DEPEND="" @@ -64,7 +66,7 @@ pkg_nofetch() { einfo "Please navigate your browser to:" einfo "http://www.3ds.com/products/draftsight/download-draftsight/" einfo "Click \"Download DraftSight for Ubuntu (Beta V1R3.1)\"" - einfo "Download the deb file and move it to ${DISTDIR}/${P}.deb" + einfo "Download the deb file and move it to ${DISTDIR}/${MY_P}.deb" if use amd64 ; then einfo "Then download http://dev.gentoo.org/~moult/draftsight/libaudio.tar.gz" einfo "And move the file to ${DISTDIR}/" @@ -74,10 +76,10 @@ pkg_nofetch() { src_install() { cp -R "${WORKDIR}/opt" "${D}" exeinto /usr/bin - doexe "${FILESDIR}/${PN}" + doexe "${FILESDIR}/${MY_PN}" if use amd64 ; then - insinto /opt/dassault-systemes/${PN}/lib/ + insinto /opt/dassault-systemes/${MY_PN}/lib/ doins libaudio.so.2 fi } diff --git a/media-gfx/draftsight/files/10-ft-rockey.rules b/media-gfx/draftsight-bin/files/10-ft-rockey.rules index e70350d..e70350d 100644 --- a/media-gfx/draftsight/files/10-ft-rockey.rules +++ b/media-gfx/draftsight-bin/files/10-ft-rockey.rules diff --git a/media-gfx/draftsight/files/draftsight b/media-gfx/draftsight-bin/files/draftsight index a879269..a879269 100644 --- a/media-gfx/draftsight/files/draftsight +++ b/media-gfx/draftsight-bin/files/draftsight diff --git a/media-gfx/draftsight/metadata.xml b/media-gfx/draftsight-bin/metadata.xml index a71b2e7..a71b2e7 100644 --- a/media-gfx/draftsight/metadata.xml +++ b/media-gfx/draftsight-bin/metadata.xml |