summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:20:50 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:21:45 -0500
commit18cd7e5dfefad49d03dd3f1e7fa665ba9c7e2bc8 (patch)
treeb23362ebf39832e89ace2b00c61848b4e082b7d5 /sci-chemistry
parentsci-chemistry/molden: drop old EAPI (diff)
downloadgentoo-18cd7e5dfefad49d03dd3f1e7fa665ba9c7e2bc8.tar.gz
gentoo-18cd7e5dfefad49d03dd3f1e7fa665ba9c7e2bc8.tar.bz2
gentoo-18cd7e5dfefad49d03dd3f1e7fa665ba9c7e2bc8.zip
sci-chemistry/povscript+: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/povscript+/Manifest1
-rw-r--r--sci-chemistry/povscript+/povscript+-2.1.2.2.19.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/sci-chemistry/povscript+/Manifest b/sci-chemistry/povscript+/Manifest
index aa5678f43dbc..8ff93e4e827f 100644
--- a/sci-chemistry/povscript+/Manifest
+++ b/sci-chemistry/povscript+/Manifest
@@ -1,2 +1 @@
-DIST molscript-2.1.2pov2.19.tar.gz 845101 BLAKE2B c6b6219ad88df0a481fc4cfb96fe6340fe068cb16b2602a9328672bffccb6534d0dde56553f0d3cca42279ac1f2e02190adbea39d83af30667a74c4c6073d0eb SHA512 11796552a889ae309ebac31047440732921cd300d89ad284beb3655e2797fe1a68adf9a5a7e54e6668ea240c5b0897c22f65d839870ee43591854976000ab05f
DIST molscript-2.1.2pov2.20.tar.gz 822930 BLAKE2B da050db5124d04e7c0e2c06b0e666d631f214b4519b41ac4b4775dbdbf5be2608f5417f13fad45c36f796d486a8d9211d2fd3d9403afa1b6d27e52b4f0a7f248 SHA512 f7cae4d9b583a05962742ee36ec717f0ecac6bb88086bcfa484b51b0d2e16a15920bc7c09d9d777453d7ef7b81be444924d15a889e4725bfca7bf517d4e52db2
diff --git a/sci-chemistry/povscript+/povscript+-2.1.2.2.19.ebuild b/sci-chemistry/povscript+/povscript+-2.1.2.2.19.ebuild
deleted file mode 100644
index ed9dc48f4d5c..000000000000
--- a/sci-chemistry/povscript+/povscript+-2.1.2.2.19.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils versionator
-
-V1=$(get_version_component_range 1 ${PV})
-V2=$(get_version_component_range 2 ${PV})
-V3=$(get_version_component_range 3 ${PV})
-V4=$(get_version_component_range 4 ${PV})
-V5=$(get_version_component_range 5 ${PV})
-
-MY_P=molscript-${V1}.${V2}.${V3}pov${V4}.${V5}
-
-DESCRIPTION="Modified molscript that uses POV-Ray, does thermal ellipsoids, and more"
-HOMEPAGE="https://sites.google.com/site/timfenn/povscript"
-SRC_URI="https://sites.google.com/site/timfenn/povscript/${MY_P}.tar.gz"
-
-LICENSE="glut molscript"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/freeglut
- media-libs/giflib
- >=media-libs/libpng-1.4
- sci-libs/gts
- sys-libs/zlib
- virtual/glu
- virtual/jpeg
- virtual/opengl
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libpng15.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- cd "${D}"/usr/bin
- mv molscript povscript+
- mv molauto povauto+
-}
-
-pkg_postinst() {
- elog "You must install media-gfx/povray to use the POV backend,"
- elog "which is one of the main features of this over molscript."
-}