commit: e0f6499143e9ce3c650b2ee33860254a3176c2f8 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 08:59:07 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 08:59:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e0f64991
sci-chemistry/pales-bin: New package written by me Package-Manager: portage-2.2.10 --- sci-chemistry/pales-bin/ChangeLog | 10 +++++++++ sci-chemistry/pales-bin/metadata.xml | 8 +++++++ .../pales-bin/pales-bin-0_pre140717.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/sci-chemistry/pales-bin/ChangeLog b/sci-chemistry/pales-bin/ChangeLog new file mode 100644 index 0000000..29df4ba --- /dev/null +++ b/sci-chemistry/pales-bin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/pales-bin +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pales-bin-0_pre140717 (17 Jul 2014) + + 17 Jul 2014; Justin Lecher <[email protected]> +pales-bin-0_pre140717.ebuild, + +metadata.xml: + New package written by me + diff --git a/sci-chemistry/pales-bin/metadata.xml b/sci-chemistry/pales-bin/metadata.xml new file mode 100644 index 0000000..ae9ec7c --- /dev/null +++ b/sci-chemistry/pales-bin/metadata.xml @@ -0,0 +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> +</pkgmetadata> diff --git a/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild new file mode 100644 index 0000000..2fcdaee --- /dev/null +++ b/sci-chemistry/pales-bin/pales-bin-0_pre140717.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Prediction of alignment from structure" +HOMEPAGE="http://www3.mpibpc.mpg.de/groups/zweckstetter/_links/software_pales.htm" +SRC_URI="http://www3.mpibpc.mpg.de/groups/zweckstetter/_software_files/_pales/pales-linux -> ${PN}-${PV}" + +SLOT="0" +LICENSE="all-rights-reserved" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +QA_PREBUILT="opt/bin/.*" + +src_unpack() { + mkdir "${S}" || die + cp "${DISTDIR}"/${A} "${S}"/${PN} || die +} + +src_install() { + exeinto /opt/bin + doexe ${PN} +}
