From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AFAE138334 for ; Thu, 30 May 2019 11:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1D1E087E; Thu, 30 May 2019 11:46:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BECEE087E for ; Thu, 30 May 2019 11:46:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA70345343 for ; Thu, 30 May 2019 11:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 289D55FA for ; Thu, 30 May 2019 11:45:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1559216751.f0ff54647d14b0eba9dc436cb5dba50e9a170e74.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molmol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molmol/molmol-2k_p2-r2.ebuild sci-chemistry/molmol/molmol-2k_p2-r3.ebuild sci-chemistry/molmol/molmol-2k_p2-r4.ebuild X-VCS-Directories: sci-chemistry/molmol/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f0ff54647d14b0eba9dc436cb5dba50e9a170e74 X-VCS-Branch: master Date: Thu, 30 May 2019 11:45:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ccee94a-3e44-48fe-a55d-32d5a03a280f X-Archives-Hash: f4485a4e31ac42e0cb50e276f18fa853 commit: f0ff54647d14b0eba9dc436cb5dba50e9a170e74 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 30 11:45:41 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 30 11:45:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ff5464 sci-chemistry/molmol: Drop old Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/molmol/molmol-2k_p2-r2.ebuild | 80 --------------------------- sci-chemistry/molmol/molmol-2k_p2-r3.ebuild | 84 ---------------------------- sci-chemistry/molmol/molmol-2k_p2-r4.ebuild | 86 ----------------------------- 3 files changed, 250 deletions(-) diff --git a/sci-chemistry/molmol/molmol-2k_p2-r2.ebuild b/sci-chemistry/molmol/molmol-2k_p2-r2.ebuild deleted file mode 100644 index 888c738d4f1..00000000000 --- a/sci-chemistry/molmol/molmol-2k_p2-r2.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils multilib prefix toolchain-funcs - -MY_PV="${PV/_p/.}.0" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Publication-quality molecular visualization package" -HOMEPAGE="http://hugin.ethz.ch/wuthrich/software/molmol/index.html" -SRC_URI=" - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-src.tar.gz - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-doc.tar.gz - https://dev.gentoo.org/~soap/distfiles/${PN}-patches.tbz2" - -LICENSE="molmol" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=" - || ( - ( media-libs/mesa - x11-libs/libGLw ) - media-libs/mesa[motif] ) - media-libs/libpng:0 - media-libs/tiff:0 - sys-libs/zlib - virtual/glu - virtual/jpeg - x11-libs/libXpm - x11-libs/motif:0 - x11-apps/xdpyinfo" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - MMDIR="/usr/$(get_libdir)/molmol" -} - -src_prepare() { - rm -rf tiff* - # Patch from http://pjf.net/science/molmol.html, where src.rpm is provided - epatch "${WORKDIR}"/patches/pjf_RH9_molmol2k2.diff - - epatch "${WORKDIR}"/patches/prefix.patch - eprefixify molmol - - epatch "${WORKDIR}"/patches/ldflags.patch - - ln -s makedef.lnx "${S}"/makedef || die - - sed \ - -e "s:/bin/ksh:${EPREFIX}/bin/sh:" \ - -e "s:^MOLMOLHOME.*:MOLMOLHOME=${EPREFIX}/${MMDIR}:" \ - -i "${S}"/molmol || die - sed \ - -e "s:^MCFLAGS.*:MCFLAGS = ${CFLAGS}:" \ - -e "s:^CC.*:CC = $(tc-getCC):" \ - -i "${S}"/makedef || die - - epatch "${WORKDIR}"/patches/cast.patch - epatch "${WORKDIR}"/patches/libpng15.patch -} - -src_install() { - dobin molmol - - exeinto ${MMDIR} - newexe src/main/molmol molmol.lnx - insinto ${MMDIR} - doins -r auxil help macros man setup tips - - dodoc HISTORY README -} diff --git a/sci-chemistry/molmol/molmol-2k_p2-r3.ebuild b/sci-chemistry/molmol/molmol-2k_p2-r3.ebuild deleted file mode 100644 index 22f3e6a03bd..00000000000 --- a/sci-chemistry/molmol/molmol-2k_p2-r3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils multilib prefix toolchain-funcs - -MY_PV="${PV/_p/.}.0" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Publication-quality molecular visualization package" -HOMEPAGE="http://hugin.ethz.ch/wuthrich/software/molmol/index.html" -SRC_URI=" - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-src.tar.gz - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-doc.tar.gz - https://dev.gentoo.org/~soap/distfiles/${PN}-patches.tbz2" - -LICENSE="molmol" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=" - || ( - ( media-libs/mesa - x11-libs/libGLw ) - media-libs/mesa[motif] ) - media-libs/libpng:0 - media-libs/tiff:0 - sys-libs/zlib - virtual/glu - virtual/jpeg - x11-libs/libXpm - x11-libs/motif:0 - x11-apps/xdpyinfo" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - MMDIR="/usr/$(get_libdir)/molmol" -} - -src_prepare() { - rm -rf tiff* - # Patch from http://pjf.net/science/molmol.html, where src.rpm is provided - epatch "${WORKDIR}"/patches/pjf_RH9_molmol2k2.diff - - epatch "${WORKDIR}"/patches/prefix.patch - eprefixify molmol - - epatch "${WORKDIR}"/patches/ldflags.patch - - ln -s makedef.lnx "${S}"/makedef || die - - sed \ - -e "s:/bin/ksh:${EPREFIX}/bin/sh:" \ - -e "s:^MOLMOLHOME.*:MOLMOLHOME=${EPREFIX}/${MMDIR}:" \ - -i "${S}"/molmol || die - sed \ - -e "s:^MCFLAGS.*:MCFLAGS = ${CFLAGS}:" \ - -e "s:^CC.*:CC = $(tc-getCC):" \ - -i "${S}"/makedef || die - - epatch "${WORKDIR}"/patches/cast.patch - epatch "${WORKDIR}"/patches/libpng15.patch - - # patch from fink - # fixes numerous bad bracings and hopefully the OGL bug 429974 - epatch "${WORKDIR}"/patches/${P}-fink.patch -} - -src_install() { - dobin molmol - - exeinto ${MMDIR} - newexe src/main/molmol molmol.lnx - insinto ${MMDIR} - doins -r auxil help macros man setup tips - - dodoc HISTORY README -} diff --git a/sci-chemistry/molmol/molmol-2k_p2-r4.ebuild b/sci-chemistry/molmol/molmol-2k_p2-r4.ebuild deleted file mode 100644 index 26a29492218..00000000000 --- a/sci-chemistry/molmol/molmol-2k_p2-r4.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib prefix toolchain-funcs - -MY_PV="${PV/_p/.}.0" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Publication-quality molecular visualization package" -HOMEPAGE="http://hugin.ethz.ch/wuthrich/software/molmol/index.html" -SRC_URI=" - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-src.tar.gz - ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/${MY_P}-doc.tar.gz - https://dev.gentoo.org/~soap/distfiles/${PN}-patches.tbz2" - -LICENSE="molmol" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=" - || ( - ( media-libs/mesa - x11-libs/libGLw ) - media-libs/mesa[motif] ) - media-libs/libpng:0 - media-libs/tiff:0 - sys-libs/zlib - virtual/glu - virtual/jpeg:0 - x11-libs/libXpm - x11-libs/motif:0 - x11-apps/xdpyinfo" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -MAKEOPTS="${MAKEOPTS} -j1" - -pkg_setup() { - MMDIR="/usr/$(get_libdir)/molmol" -} - -src_prepare() { - rm -rf tiff* - # Patch from http://pjf.net/science/molmol.html, where src.rpm is provided - epatch "${WORKDIR}"/patches/pjf_RH9_molmol2k2.diff - - epatch "${WORKDIR}"/patches/prefix.patch - eprefixify molmol - - epatch "${WORKDIR}"/patches/ldflags.patch - - ln -s makedef.lnx "${S}"/makedef || die - - sed \ - -e "s:/bin/ksh:${EPREFIX}/bin/sh:" \ - -e "s:^MOLMOLHOME.*:MOLMOLHOME=${EPREFIX}/${MMDIR}:" \ - -i "${S}"/molmol || die - sed \ - -e "s:^MCFLAGS.*:MCFLAGS = ${CFLAGS}:" \ - -e "s:^CC.*:CC = $(tc-getCC):" \ - -i "${S}"/makedef || die - - epatch "${WORKDIR}"/patches/cast.patch - epatch "${WORKDIR}"/patches/libpng15.patch - - # patch from fink - # fixes numerous bad bracings and hopefully the OGL bug 429974 - epatch "${WORKDIR}"/patches/${P}-fink.patch - - tc-export AR -} - -src_install() { - dobin molmol - - exeinto ${MMDIR} - newexe src/main/molmol molmol.lnx - insinto ${MMDIR} - doins -r auxil help macros man setup tips - - dodoc HISTORY README -}