summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-07-15 11:51:35 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-07-15 11:51:35 +0000
commitf5f6d929656a000525cce9933373d0ce7a8680f4 (patch)
tree0a0bebd5a0c2a79f8a174d572258660602d8d94c /sci-chemistry/openbabel-perl
parentCleanup due to old EAPI (diff)
downloadgentoo-2-f5f6d929656a000525cce9933373d0ce7a8680f4.tar.gz
gentoo-2-f5f6d929656a000525cce9933373d0ce7a8680f4.tar.bz2
gentoo-2-f5f6d929656a000525cce9933373d0ce7a8680f4.zip
Cleanup due to old EAPI
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sci-chemistry/openbabel-perl')
-rw-r--r--sci-chemistry/openbabel-perl/ChangeLog7
-rw-r--r--sci-chemistry/openbabel-perl/openbabel-perl-2.3.0.ebuild70
2 files changed, 5 insertions, 72 deletions
diff --git a/sci-chemistry/openbabel-perl/ChangeLog b/sci-chemistry/openbabel-perl/ChangeLog
index 0e52149e2058..9c01a5edcc84 100644
--- a/sci-chemistry/openbabel-perl/ChangeLog
+++ b/sci-chemistry/openbabel-perl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/openbabel-perl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/ChangeLog,v 1.10 2013/02/20 19:42:53 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/ChangeLog,v 1.11 2014/07/15 11:51:35 zlogene Exp $
+
+ 15 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -openbabel-perl-2.3.0.ebuild:
+ Cleanup due to old EAPI
20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> openbabel-perl-2.3.2.ebuild:
Add ~arm, wrt bug #455960
diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.0.ebuild b/sci-chemistry/openbabel-perl/openbabel-perl-2.3.0.ebuild
deleted file mode 100644
index 87b63642c99b..000000000000
--- a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/openbabel-perl-2.3.0.ebuild,v 1.3 2011/03/29 06:00:42 jlec Exp $
-
-EAPI="3"
-
-inherit cmake-utils eutils perl-module
-
-DESCRIPTION="Perl bindings for OpenBabel"
-HOMEPAGE="http://openbabel.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND="
- dev-lang/perl
- ~sci-chemistry/openbabel-${PV}"
-DEPEND="${RDEPEND}
- >=dev-lang/swig-2
- dev-util/cmake"
-
-S="${WORKDIR}/openbabel-${PV}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}/${P}-makefile.patch" \
- "${FILESDIR}"/${P}-swig.patch
-}
-
-src_configure() {
- local mycmakeargs="-DPERL_BINDINGS=ON"
- mycmakeargs="${mycmakeargs}
- -DRUN_SWIG=ON"
- cmake-utils_src_configure
-}
-
-src_compile() {
- cd "${WORKDIR}/${P}_build/scripts"
- perl-module_src_prep
- perl-module_src_compile
-}
-
-src_test() {
- cd "${WORKDIR}/${P}_build/scripts"
- emake test || die "make test failed"
-}
-
-src_install() {
- cd "${WORKDIR}/${P}_build/scripts"
- perl-module_src_install
-}
-
-pkg_preinst() {
- perl-module_pkg_preinst
-}
-
-pkg_postinst() {
- perl-module_pkg_postinst
-}
-
-pkg_prerm() {
- perl-module_pkg_prerm
-}
-
-pkg_postrm() {
- perl-module_pkg_postrm
-}