jlec 15/02/20 10:28:32
Modified: metadata.xml ChangeLog
Added: bkchem-0.14.0_pre2-r1.ebuild
Removed: bkchem-0.14.0_pre1-r2.ebuild
bkchem-0.14.0_pre2.ebuild
Log:
Drop old; move to EAPI=5 and new pythen eclasses
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.3 sci-chemistry/bkchem/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/metadata.xml?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/metadata.xml?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/bkchem/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 13 Jul 2010 15:36:18 -0000 1.2
+++ metadata.xml 20 Feb 2015 10:28:32 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
-<maintainer>
- <email>[email protected]</email>
-</maintainer>
+ <herd>sci-chemistry</herd>
+ <maintainer>
+ <email>[email protected]</email>
+ </maintainer>
</pkgmetadata>
1.7 sci-chemistry/bkchem/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/ChangeLog?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/ChangeLog?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/bkchem/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 12 Aug 2010 07:47:56 -0000 1.6
+++ ChangeLog 20 Feb 2015 10:28:32 -0000 1.7
@@ -1,6 +1,13 @@
# ChangeLog for sci-chemistry/bkchem
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bkchem/ChangeLog,v 1.6
2010/08/12 07:47:56 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bkchem/ChangeLog,v 1.7
2015/02/20 10:28:32 jlec Exp $
+
+*bkchem-0.14.0_pre2-r1 (20 Feb 2015)
+
+ 20 Feb 2015; Justin Lecher <[email protected]> +bkchem-0.14.0_pre2-r1.ebuild,
+ +files/bkchem-0.14.0_pre2-nolauncher.patch, -bkchem-0.14.0_pre1-r2.ebuild,
+ -bkchem-0.14.0_pre2.ebuild, metadata.xml:
+ Drop old; move to EAPI=5 and new pythen eclasses
*bkchem-0.14.0_pre2 (12 Aug 2010)
@@ -31,4 +38,3 @@
17 Jun 2010; Justin Lecher <[email protected]> +bkchem-0.14.0_pre1.ebuild,
+metadata.xml:
New addition imported from sci oerlay, #95178
-
1.1 sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild?rev=1.1&content-type=text/plain
Index: bkchem-0.14.0_pre2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/sci-chemistry/bkchem/bkchem-0.14.0_pre2-r1.ebuild,v 1.1
2015/02/20 10:28:32 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="tk"
inherit distutils-r1 eutils versionator
MY_P="${PN}-$(replace_version_separator 3 -)"
DESCRIPTION="Chemical drawing program"
HOMEPAGE="http://bkchem.zirael.org/"
SRC_URI="http://bkchem.zirael.org/download/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
IUSE="cairo"
DEPEND="cairo? ( dev-python/pycairo[svg,${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-nolauncher.patch
)
python_install() {
distutils-r1_python_install "--strip=${ED}/_${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
python_foreach_impl python_newscript ${PN}/${PN}.py ${PN}
make_desktop_entry bkchem BKChem
"${EPREFIX}"/usr/share/${PN}/images/${PN}.png Science
}