public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm-browser: icm-browser-3.6.1h.ebuild ChangeLog icm-browser-3.6.1g.ebuild
@ 2010-02-14 17:47 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2010-02-14 17:47 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/02/14 17:47:49

  Modified:             ChangeLog
  Added:                icm-browser-3.6.1h.ebuild
  Removed:              icm-browser-3.6.1g.ebuild
  Log:
  [sci-chemistry/icm-browser] Version bump
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-chemistry/icm-browser/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/icm-browser/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/icm-browser/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/icm-browser/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	5 Nov 2009 20:55:12 -0000	1.1
+++ ChangeLog	14 Feb 2010 17:47:48 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/icm-browser
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/ChangeLog,v 1.1 2009/11/05 20:55:12 alexxy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/ChangeLog,v 1.2 2010/02/14 17:47:48 alexxy Exp $
+
+*icm-browser-3.6.1h (14 Feb 2010)
+
+  14 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+  -icm-browser-3.6.1g.ebuild, +icm-browser-3.6.1h.ebuild:
+  Version bump
 
 *icm-browser-3.6.1g (05 Nov 2009)
 



1.1                  sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild?rev=1.1&content-type=text/plain

Index: icm-browser-3.6.1h.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm-browser/icm-browser-3.6.1h.ebuild,v 1.1 2010/02/14 17:47:48 alexxy Exp $

inherit rpm eutils versionator

MY_PV=$(replace_version_separator 2 '-' )
MY_P="$PN-${MY_PV}"
DESCRIPTION="MolSoft LCC ICM Browser"
SRC_URI="${MY_P}.i386.rpm"
HOMEPAGE="http://www.molsoft.com/icm_browser.html"
LICENSE="MolSoft"

SLOT=0
DEPEND="!sci-chemistry/icm
		amd64? (
				app-emulation/emul-linux-x86-compat
				app-emulation/emul-linux-x86-xlibs
				)
		x86? (
				virtual/libstdc++
				)"
RDEPEND="$DEPEND"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="fetch"
S="${WORKDIR}/usr/${PN}-pro-${MY_PV}"

pkg_nofetch() {
	einfo "Please download ${SRC_URI} from "
	einfo "${HOMEPAGE}"
	einfo "and move it to ${DISTDIR}"
}

src_unpack() {
	rpm_src_unpack
}

src_install () {
	instdir=/opt/icm-browser
	dodir "${instdir}"
	dodir "${instdir}/licenses"
	cp -pPR * "${D}/${instdir}"
	doenvd "${FILESDIR}/90icm-browser" || die
	exeinto ${instdir}
	doexe "${S}/icmbrowserpro" || die
	doexe "${S}/lmhostid" || die
	doexe "${S}/txdoc" || die
	dosym "${instdir}/icmbrowserpro"  /opt/bin/icmbrowserpro || die
	dosym "${instdir}/txdoc"  /opt/bin/txdoc || die
	dosym "${instdir}/lmhostid"  /opt/bin/lmhostid || die
	# make desktop entry
	doicon "${FILESDIR}"/${PN}.png
	make_desktop_entry "icmbrowserpro -g" "ICM Browser" ${PN}.png Chemistry
}

pkg_postinst () {
	einfo
	einfo "Documentation can be found in ${instdir}/man/"
	einfo
	einfo "If you want to upgrade free version of browser to pro version"
	einfo "you should purchaise license from ${HOMEPAGE} and place it to"
	einfo "${instdir}/licenses"
	einfo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-14 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 17:47 [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm-browser: icm-browser-3.6.1h.ebuild ChangeLog icm-browser-3.6.1g.ebuild Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox