diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-13 11:01:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-13 11:01:40 +0000 |
commit | b2125ada12f7181f152eb2d8e8c4e0a894de750f (patch) | |
tree | 498decf44f21335865c509eebf08fe59f2bd7c73 /sci-chemistry/dssp | |
parent | Mask versions in order to ease upgrade to latest upstream version (diff) | |
download | gentoo-2-b2125ada12f7181f152eb2d8e8c4e0a894de750f.tar.gz gentoo-2-b2125ada12f7181f152eb2d8e8c4e0a894de750f.tar.bz2 gentoo-2-b2125ada12f7181f152eb2d8e8c4e0a894de750f.zip |
sci-chemistry/dssp: Change Version numbers to be lower 1 in order to be able to follow upstream new versioning scheme; Drop old unstable
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sci-chemistry/dssp')
-rw-r--r-- | sci-chemistry/dssp/ChangeLog | 9 | ||||
-rw-r--r-- | sci-chemistry/dssp/dssp-0.70831.ebuild (renamed from sci-chemistry/dssp/dssp-101007.ebuild) | 15 |
2 files changed, 17 insertions, 7 deletions
diff --git a/sci-chemistry/dssp/ChangeLog b/sci-chemistry/dssp/ChangeLog index ad610fc75a66..51b295d074cc 100644 --- a/sci-chemistry/dssp/ChangeLog +++ b/sci-chemistry/dssp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-chemistry/dssp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/dssp/ChangeLog,v 1.6 2012/06/03 15:06:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/dssp/ChangeLog,v 1.7 2012/06/13 11:01:38 jlec Exp $ + +*dssp-0.70831 (13 Jun 2012) + + 13 Jun 2012; Justin Lecher <jlec@gentoo.org> +dssp-0.70831.ebuild, + -dssp-101007.ebuild: + Change Version numbers to be lower 1 in order to be able to follow upstream + new versioning scheme; Drop old unstable *dssp-2.0.4 (03 Jun 2012) diff --git a/sci-chemistry/dssp/dssp-101007.ebuild b/sci-chemistry/dssp/dssp-0.70831.ebuild index d25dd8d88f26..a6b60a499234 100644 --- a/sci-chemistry/dssp/dssp-101007.ebuild +++ b/sci-chemistry/dssp/dssp-0.70831.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/dssp/dssp-101007.ebuild,v 1.2 2011/04/13 09:25:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/dssp/dssp-0.70831.ebuild,v 1.1 2012/06/13 11:01:40 jlec Exp $ EAPI="2" @@ -9,25 +9,28 @@ inherit toolchain-funcs flag-o-matic DESCRIPTION="The protein secondary structure standard" HOMEPAGE="http://swift.cmbi.ru.nl/gv/dssp/" #SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molbio/software/dsspcmbi.tar.gz" -SRC_URI="${P}.tar.gz" +SRC_URI="${P/./}cmbi.tar.gz" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" RESTRICT="fetch" S="${WORKDIR}"/${PN} pkg_nofetch() { - elog "Download ftp://ftp.cmbi.ru.nl/pub/molbio/software/old-dssp/dsspcmbi.tar.gz --" + elog "Download ftp://ftp.cmbi.ru.nl/pub/molbio/software/dsspcmbi.tar.gz --" elog "Rename it to ${A} and place it in ${DISTDIR}" } src_prepare() { cp "${FILESDIR}"/Makefile . append-flags -DGCC - tc-export CC +} + +src_compile() { + emake CC="$(tc-getCC)" || die } src_install() { |