diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-20 13:15:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-20 13:15:45 +0000 |
commit | 93ad2c493ce88a2a3073b33b2e0f5b9bd9bcb983 (patch) | |
tree | 1520ee5d699cb6c918f344eba9f628d67f196637 /sci-chemistry/icm | |
parent | Add an udev USE flag for the rules generation; add a dependency on sane-backe... (diff) | |
download | gentoo-2-93ad2c493ce88a2a3073b33b2e0f5b9bd9bcb983.tar.gz gentoo-2-93ad2c493ce88a2a3073b33b2e0f5b9bd9bcb983.tar.bz2 gentoo-2-93ad2c493ce88a2a3073b33b2e0f5b9bd9bcb983.zip |
Update version and clean up old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'sci-chemistry/icm')
-rw-r--r-- | sci-chemistry/icm/ChangeLog | 10 | ||||
-rw-r--r-- | sci-chemistry/icm/icm-3.7.2b.ebuild | 117 | ||||
-rw-r--r-- | sci-chemistry/icm/icm-3.7.2e.ebuild (renamed from sci-chemistry/icm/icm-3.7.2c.ebuild) | 6 |
3 files changed, 11 insertions, 122 deletions
diff --git a/sci-chemistry/icm/ChangeLog b/sci-chemistry/icm/ChangeLog index c94be3cc6045..73bf0e91a543 100644 --- a/sci-chemistry/icm/ChangeLog +++ b/sci-chemistry/icm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/icm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.10 2012/10/19 09:09:23 alexxy Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.11 2013/02/20 13:15:45 alexxy Exp $ + +*icm-3.7.2e (20 Feb 2013) + + 20 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +icm-3.7.2e.ebuild, + -icm-3.7.2b.ebuild, -icm-3.7.2c.ebuild: + Update version and clean up old *icm-3.7.2d (19 Oct 2012) diff --git a/sci-chemistry/icm/icm-3.7.2b.ebuild b/sci-chemistry/icm/icm-3.7.2b.ebuild deleted file mode 100644 index 14e5354d96ff..000000000000 --- a/sci-chemistry/icm/icm-3.7.2b.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2b.ebuild,v 1.3 2012/02/05 05:59:10 vapier Exp $ - -EAPI="4" - -inherit eutils unpacker versionator - -MY_PV=$(replace_version_separator 2 '-' ) -MY_P="$PN-${MY_PV}" - -DESCRIPTION="MolSoft LCC ICM Pro" -HOMEPAGE="http://www.molsoft.com/icm_pro.html" -SRC_URI="${MY_P}-linux.sh" - -LICENSE="MolSoft" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="32bit 64bit" - -REQUIRED_USE="^^ ( - ( !32bit 64bit ) - ( 32bit !64bit ) - ( 32bit 64bit ) - )" - -RESTRICT="fetch" - -DEPEND="!sci-chemistry/icm-browser - app-arch/unzip - amd64? ( - 64bit? ( - =media-libs/tiff-3* - media-libs/libmng - app-crypt/mit-krb5 - app-arch/bzip2 - media-libs/libpng:1.2 - media-libs/jpeg:62 - x11-libs/libdrm - x11-libs/libX11 - sys-apps/keyutils - ) - 32bit? ( - app-emulation/emul-linux-x86-compat - app-emulation/emul-linux-x86-xlibs - ) - ) - x86? ( - =media-libs/tiff-3* - media-libs/libpng:1.2 - media-libs/libmng - app-crypt/mit-krb5 - app-arch/bzip2 - x11-libs/libdrm - x11-libs/libX11 - sys-apps/keyutils - )" -RDEPEND="$DEPEND" - -S="${WORKDIR}" - -pkg_nofetch() { - einfo "Please download ${SRC_URI} from " - einfo "${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" -} - -src_unpack() { - unpack_makeself - unpack ./data.tgz - rm ./data.tgz -} - -src_install () { - instdir=/opt/icm - dodir "${instdir}" - dodir "${instdir}/licenses" - cp -pPR * "${D}/${instdir}" - rm "${D}/${instdir}/unzip" - doenvd "${FILESDIR}/90icm" || die - if use x86; then - dosym "${instdir}/icm" /opt/bin/icm || die - rm "${D}/${instdir}/icm64" || die - elif use amd64; then - if use 32bit; then - dosym "${instdir}/icm" /opt/bin/icm || die - fi - if use 64bit; then - dosym "${instdir}/icm64" /opt/bin/icm64 || die - fi - if ! use 64bit; then - rm "${D}/${instdir}/icm64" || die - fi - if ! use 32bit; then - rm "${D}/${instdir}/icm" || die - fi - fi - dosym "${instdir}/txdoc" /opt/bin/txdoc || die - dosym "${instdir}/lmhostid" /opt/bin/lmhostid || die - # make desktop entry - doicon "${FILESDIR}/${PN}.xpm" - if use x86; then - make_desktop_entry "icm -g" "ICM Pro" ${PN} Chemistry - elif use amd64; then - use 32bit && make_desktop_entry "icm -g" "ICM Pro (32bit)" ${PN} Chemistry - use 64bit && make_desktop_entry "icm64 -g" "ICM Pro (64bit)" ${PN} Chemistry - fi -} - -pkg_postinst () { - einfo - einfo "Documentation can be found in ${instdir}/man/" - einfo - einfo "You will need to place your license in ${instdir}/licenses/" - einfo - -} diff --git a/sci-chemistry/icm/icm-3.7.2c.ebuild b/sci-chemistry/icm/icm-3.7.2e.ebuild index f0093004bec5..f6f781457fb7 100644 --- a/sci-chemistry/icm/icm-3.7.2c.ebuild +++ b/sci-chemistry/icm/icm-3.7.2e.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2c.ebuild,v 1.2 2012/10/19 09:09:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild,v 1.1 2013/02/20 13:15:45 alexxy Exp $ -EAPI="4" +EAPI="5" inherit eutils unpacker versionator |