public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molmol/
Date: Thu, 30 May 2019 11:45:57 +0000 (UTC)	[thread overview]
Message-ID: <1559216751.f0ff54647d14b0eba9dc436cb5dba50e9a170e74.pacho@gentoo> (raw)

commit:     f0ff54647d14b0eba9dc436cb5dba50e9a170e74
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 11:45:41 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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
-}


             reply	other threads:[~2019-05-30 11:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 11:45 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17 13:58 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molmol/ Pacho Ramos
2024-10-17 13:58 Pacho Ramos
2024-07-11 11:35 Jakov Smolić
2024-05-18 10:57 Pacho Ramos
2022-12-16  1:40 Sam James
2022-11-20  9:30 Pacho Ramos
2022-11-20  9:30 Pacho Ramos
2022-09-01  1:00 Sam James
2021-11-18 23:50 Georgy Yakovlev
2019-05-30 11:45 Pacho Ramos
2017-12-12 18:39 Thomas Deutschmann
2017-10-29 10:01 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1559216751.f0ff54647d14b0eba9dc436cb5dba50e9a170e74.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox