summaryrefslogtreecommitdiff
path: root/sci-chemistry/povscript+
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/povscript+')
-rw-r--r--sci-chemistry/povscript+/Manifest4
-rw-r--r--sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch19
-rw-r--r--sci-chemistry/povscript+/metadata.xml8
-rw-r--r--sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild55
4 files changed, 0 insertions, 86 deletions
diff --git a/sci-chemistry/povscript+/Manifest b/sci-chemistry/povscript+/Manifest
deleted file mode 100644
index c32b1a378566..000000000000
--- a/sci-chemistry/povscript+/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX povscript+-2.1.2.2.19-libpng15.patch 542 BLAKE2B 1fcc229fd3e90a1c567ea42bd87b4b9de281b4976016a0c990f3a66ba2d9d3d8b7eacb80c1caf31326a4c35ff33863d9495b857163ee86bf7060e44debbe19f6 SHA512 5f795238f95adfa0712c92afda669d461cc292b358aa51907ceea1c2d5e5e470d1817d75f461a46efb962ffefafa2606400d32c1f681192f8e161d6e23ee5224
-DIST molscript-2.1.2pov2.20.tar.gz 822930 BLAKE2B da050db5124d04e7c0e2c06b0e666d631f214b4519b41ac4b4775dbdbf5be2608f5417f13fad45c36f796d486a8d9211d2fd3d9403afa1b6d27e52b4f0a7f248 SHA512 f7cae4d9b583a05962742ee36ec717f0ecac6bb88086bcfa484b51b0d2e16a15920bc7c09d9d777453d7ef7b81be444924d15a889e4725bfca7bf517d4e52db2
-EBUILD povscript+-2.1.2.2.20.ebuild 1260 BLAKE2B e87e2245fe685e882b8c4d794933a89fbcfb7a2d276f6153f89344e7cc79a240df6a76a27d27e02bea9408f1c88afc2ae79bf980a36f63d6e74a25641dd13e26 SHA512 e47e4402bcf2debf0b539db25971b068a7ca9253adebfdf84788d2aa0e0a12b44afa94e3dcff5559c906c480f98216c0ec211f59dcd0873382ac49ac0c2737b7
-MISC metadata.xml 272 BLAKE2B 531e98b72776bbe9126811b70943add0f6f43141b01cb75b17ac2c8d1cfb6a9b349022fd411894d2b8eeb0612a73db10aed4ba71f9624bd6dbd172a05fca2c76 SHA512 04f5575703aaaa95e575460ae3de428d3da173b3b741ab52b4aad31e381fef78b325f49f99622ec26a65024437759ea013fc525bd63ee553003c71afcc40d10c
diff --git a/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch b/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch
deleted file mode 100644
index 054967d6555c..000000000000
--- a/sci-chemistry/povscript+/files/povscript+-2.1.2.2.19-libpng15.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/png_img.c
-+++ src/png_img.c
-@@ -18,6 +18,7 @@
-
- #include MS_GL_H
-
-+#include <zlib.h>
- #include <png.h>
-
- #include "clib/str_utils.h"
-@@ -69,7 +70,7 @@
- info_ptr = png_create_info_struct (png_ptr);
- if (info_ptr == NULL)
- yyerror ("png_img: could not create PNG info structure");
-- if (setjmp (png_ptr->jmpbuf)) yyerror ("png_img: could not setjmp");
-+ if (setjmp (png_jmpbuf(png_ptr))) yyerror ("png_img: could not setjmp");
-
- png_init_io (png_ptr, outfile);
- png_set_compression_level (png_ptr, compression_level);
diff --git a/sci-chemistry/povscript+/metadata.xml b/sci-chemistry/povscript+/metadata.xml
deleted file mode 100644
index e490bcb8aa87..000000000000
--- a/sci-chemistry/povscript+/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild b/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild
deleted file mode 100644
index a2caada48ed1..000000000000
--- a/sci-chemistry/povscript+/povscript+-2.1.2.2.20.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch 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"
-
-SLOT="0"
-LICENSE="glut molscript"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/freeglut
- media-libs/giflib
- >=media-libs/libpng-1.4:0=
- sci-libs/gts
- sys-libs/zlib
- virtual/glu
- virtual/jpeg:0
- virtual/opengl
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.2.2.19-libpng15.patch
-}
-
-src_install() {
- default
-
- cd "${ED}"/usr/bin || die
- mv molscript povscript+ || die
- mv molauto povauto+ || die
-}
-
-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."
-}